Releases: mkrd/DictDataBase
Releases · mkrd/DictDataBase
v2.5.0
v2.4.6
v2.4.5
Release 2.4.4
- Partial key lookup now only considers root level keys
Release 2.4.3
- Fix minor typehint inaccuracy
Release 2.4.2
- Update orjson to v3.8.5 for faster serialization
- Faster locking under heavy concurrent load due to optimized file system access
Release 2.4.1
- Fixes bug with partially reading key-value pairs where the value is a boolean or number
Release 2.4.0
- Further improvements of indexing
- Drop option to set sort_keys
Release 2.3.2
- Improve internals (obtain partial file handle from index file now faster)
Release 2.3.1
- Several improvements in regards to partial writing