Releases: mkrd/DictDataBase
Releases · mkrd/DictDataBase
2.5.1
What's Changed
- Update README.md TYPO by @Sprocketer in #59
- Fix Create a file example in README.md by @damascene in #62
- Migrate to UV by @mkrd in #64
New Contributors
- @Sprocketer made their first contribution in #59
- @damascene made their first contribution in #62
Full Changelog: v2.5.0...v2.5.1
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)