| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LiteDB.5.0.20.nupkg | 2024-06-04 | 763.2 kB | |
| README.md | 2024-06-04 | 1.6 kB | |
| v5.0.20 source code.tar.gz | 2024-06-04 | 1.4 MB | |
| v5.0.20 source code.zip | 2024-06-04 | 1.6 MB | |
| Totals: 4 Items | 3.8 MB | 0 | |
Announcement
The LiteDB team is excited to announce that we have added two new maintainers to the project. We are now working on more frequent releases, better stability and performance, and better communication with the community. We are excited to see where this project goes and are looking forward to working with the community to make LiteDB the best it can be.
And if you haven't already, please join our Discord server:
What's Changed
- Fix LockRecursionException when doing FindById by @JKamsker in https://github.com/mbdavid/LiteDB/pull/2488
- Prevent using disposed snapshots by @oleksii-datsiuk in https://github.com/mbdavid/LiteDB/pull/2481
- Lazy string interpolation in ENSURE by @alexbereznikov in https://github.com/mbdavid/LiteDB/pull/2454
- Add support for ToLowerInvariant and ToUpperInvariant in query by @KrzysztofPajak in https://github.com/mbdavid/LiteDB/pull/2468
- Created tests that show the collections contains methods work by @visschersm in https://github.com/mbdavid/LiteDB/pull/2187
New Contributors
- @oleksii-datsiuk made their first contribution in https://github.com/mbdavid/LiteDB/pull/2481
- @alexbereznikov made their first contribution in https://github.com/mbdavid/LiteDB/pull/2454
- @visschersm made their first contribution in https://github.com/mbdavid/LiteDB/pull/2187
- @KrzysztofPajak made their first contribution in https://github.com/mbdavid/LiteDB/pull/2468
Full Changelog: https://github.com/mbdavid/LiteDB/compare/v5.0.19...v5.0.20