Bump LiteDB from 5.0.16 to 5.0.21
Bumps LiteDB from 5.0.16 to 5.0.21.
Release notes
Sourced from LiteDB's releases.
v5.0.21
What's Changed
- Fix #2265 Stackoverflow when Self reference by
@JKamskerin mbdavid/LiteDB#2493- Add-Badges by
@JKamskerin mbdavid/LiteDB#2496- Fix crash with stack trace by
@Pysis868in mbdavid/LiteDB#2476- Fix LiteFileStream.SetReadStreamPosition by
@SpaceCheetahin mbdavid/LiteDB#2459- Addresses issue of upgrading from v4.x databases in LiteDB versions 5.0.18-5.0.20 by
@jdtkwin mbdavid/LiteDB#2499- Don't capture synchronization context in DiskWriterQueue by
@alexbereznikovin mbdavid/LiteDB#2447- [♻️ Housekeeping] Update benchmark project by
@pictosin mbdavid/LiteDB#2509- Added more blacklisted deserialization gadgets by
@JKamskerin mbdavid/LiteDB#2500- Bugs/fix 2487 allow contains whitespaces by
@JKamskerin mbdavid/LiteDB#2498- [♻️Housekeeping] Remove BufferPool class and use .net implementation by
@pictosin mbdavid/LiteDB#2508- Fix "ENSURE: empty page must be defined as empty type" by
@oleksii-datsiukin mbdavid/LiteDB#2504- Remove DiskWriterQueue to avoid adicional thread to write on disk by
@mbdavidin mbdavid/LiteDB#2515- Add support for on-the-fly document upgrades by
@JKamskerin mbdavid/LiteDB#2489New Contributors
@Pysis868made their first contribution in mbdavid/LiteDB#2476@SpaceCheetahmade their first contribution in mbdavid/LiteDB#2459@jdtkwmade their first contribution in mbdavid/LiteDB#2499Full Changelog: https://github.com/mbdavid/LiteDB/compare/v5.0.20...v5.0.21
v5.0.20
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
@JKamskerin mbdavid/LiteDB#2488- Prevent using disposed snapshots by
@oleksii-datsiukin mbdavid/LiteDB#2481- Lazy string interpolation in ENSURE by
@alexbereznikovin mbdavid/LiteDB#2454- Add support for ToLowerInvariant and ToUpperInvariant in query by
@KrzysztofPajakin mbdavid/LiteDB#2468- Created tests that show the collections contains methods work by
@visschersmin mbdavid/LiteDB#2187New Contributors
@oleksii-datsiukmade their first contribution in mbdavid/LiteDB#2481@alexbereznikovmade their first contribution in mbdavid/LiteDB#2454@visschersmmade their first contribution in mbdavid/LiteDB#2187@KrzysztofPajakmade their first contribution in mbdavid/LiteDB#2468Full Changelog: https://github.com/mbdavid/LiteDB/compare/v5.0.19...v5.0.20
v5.0.19
What's Changed
- Detect infinite loops in document or index node loops
... (truncated)
Commits
8406508Merge pull request #2489 from JKamsker/ReadTransformc54674eMerge pull request #2515 from mbdavid/no-diskqueueca3f905Merge pull request #2504 from oleksii-datsiuk/fix-empty-page-must-be-defined-...198f0a6Remove DiskWriterQueue and use same thread to write on disk2536079Fix Person_Tests to run each test in a new database instanceb82f30eMerge pull request #2508 from mbdavid/pj/ArrayPool-4tw3b7cc00Merge pull request #2498 from JKamsker/bugs/fix-2487-allow-contains-whitespaces5fc9cfcMerge pull request #2500 from JKamsker/feat/improved_deserialization_safetyae62518make unit test happy 🎉dd063efuse fixed size for buffer- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.