| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-03 | 1.9 kB | |
| v5.0.21 source code.tar.gz | 2024-07-03 | 1.4 MB | |
| v5.0.21 source code.zip | 2024-07-03 | 1.6 MB | |
| Totals: 3 Items | 3.1 MB | 7 | |
What's Changed
- Fix [#2265] Stackoverflow when Self reference by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2493
- Add-Badges by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2496
- Fix crash with stack trace by @Pysis868 in https://github.com/mbdavid/LiteDB/pull/2476
- Fix LiteFileStream.SetReadStreamPosition by @SpaceCheetah in https://github.com/mbdavid/LiteDB/pull/2459
- Addresses issue of upgrading from v4.x databases in LiteDB versions 5.0.18-5.0.20 by @jdtkw in https://github.com/mbdavid/LiteDB/pull/2499
- Don't capture synchronization context in DiskWriterQueue by @alexbereznikov in https://github.com/mbdavid/LiteDB/pull/2447
- [♻️ Housekeeping] Update benchmark project by @pictos in https://github.com/mbdavid/LiteDB/pull/2509
- Added more blacklisted deserialization gadgets by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2500
- Bugs/fix 2487 allow contains whitespaces by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2498
- [♻️Housekeeping] Remove BufferPool class and use .net implementation by @pictos in https://github.com/mbdavid/LiteDB/pull/2508
- Fix "ENSURE: empty page must be defined as empty type" by @oleksii-datsiuk in https://github.com/mbdavid/LiteDB/pull/2504
- Remove DiskWriterQueue to avoid adicional thread to write on disk by @mbdavid in https://github.com/mbdavid/LiteDB/pull/2515
- Add support for on-the-fly document upgrades by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2489
New Contributors
- @Pysis868 made their first contribution in https://github.com/mbdavid/LiteDB/pull/2476
- @SpaceCheetah made their first contribution in https://github.com/mbdavid/LiteDB/pull/2459
- @jdtkw made their first contribution in https://github.com/mbdavid/LiteDB/pull/2499
Full Changelog: https://github.com/mbdavid/LiteDB/compare/v5.0.20...v5.0.21