Software /
code /
prosody
Comparison
CHANGES @ 13189:36b7bdafc993
CHANGES: Move line about LuaSQLite3 to Storage section
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 12 Jul 2023 22:50:24 +0200 |
parent | 13188:96df571b5941 |
child | 13201:65fb0d7a2312 |
comparison
equal
deleted
inserted
replaced
13188:96df571b5941 | 13189:36b7bdafc993 |
---|---|
34 | 34 |
35 ### Storage | 35 ### Storage |
36 | 36 |
37 - New 'keyval+' combined keyval/map store type | 37 - New 'keyval+' combined keyval/map store type |
38 - Performance improvements in internal archive stores | 38 - Performance improvements in internal archive stores |
39 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | |
39 | 40 |
40 ## Changes | 41 ## Changes |
41 | 42 |
42 - Support sub-second precision timestamps | 43 - Support sub-second precision timestamps |
43 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy | 44 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |
44 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI | |
45 - Moved all modules into the Lua namespace `prosody.` | 45 - Moved all modules into the Lua namespace `prosody.` |
46 - Forwarded header from RFC 7239 supported, disabled by default | 46 - Forwarded header from RFC 7239 supported, disabled by default |
47 | 47 |
48 ## Removed | 48 ## Removed |
49 | 49 |