Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LiteDB and LiteDB.Async #1092

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps LiteDB and LiteDB.Async. These dependencies needed to be updated together.
Updates LiteDB from 5.0.16 to 5.0.20

Release notes

Sourced from LiteDB's releases.

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

New Contributors

Full Changelog: litedb-org/LiteDB@v5.0.19...v5.0.20

v5.0.19

What's Changed

New Contributors

Full Changelog: litedb-org/LiteDB@v5.0.18...v5.0.19

v5.0.18

What's New

  • Added "AutoRebuild" option in Connection String

In this version, the Rebuild command has been completely redesigned to be able to recover a full or partial database in case of data corruption. When detecting a structural error (known as the ENSURE exception) the data file will be modified to indicate that this file may be corrupt. When reopening the database, a rebuild process can be performed recovering as much data as possible. Use the "auto-rebuild=true" option in the connection string to activate this functionality. Possible errors found during the rebuild process will be stored in a new collection called "_rebuild_errors". A backup of the original file is created with the "-backup" suffix

What's Changed

... (truncated)

Commits
  • 9843a4e Bump version to 5.0.20
  • 78cd8bb Merge pull request #2187 from visschersm/bug/stable diffusion launch error  #652-IEnumerableContains
  • bfc0375 Merge pull request #2491 from JKamsker/fix-Lower_Upper_Invariant_BsonExpressions
  • a08e330 Merge pull request #2454 from alexbereznikov/2451-lazy-string-interpolation-i...
  • dd53bb9 Merge remote-tracking branch 'origin/master' into fix-Lower_Upper_Invariant_B...
  • b1e8640 Add tests that assert that the new methods work
  • 6be2e24 Merge pull request #2481 from oleksii-datsiuk/odatsiuk/prevent-ensure-clear-c...
  • e01b1f3 Merge pull request #2488 from JKamsker/fix-2471
  • 74e9ef1 Add test to assert that the executionPlan query also releases the lock
  • 1a9d6c6 Remove unused usings
  • Additional commits viewable in compare view

Updates LiteDB.Async from 0.1.6 to 0.1.8

Commits
  • 698d2e0 Add zmira to the authors list
  • 7d8f354 Merge branch 'incoming' into markl/dont_allow_rollback_in_non_transaction
  • 52b5691 Merge pull request #35 from zmira/incoming
  • 97b3d0c revert test method name
  • 21d6f14 bump library version
  • 0299847 upgrade package dependencies + related fixes
  • 6fc5523 upgrade LiteDB to version 5.0.20
  • e37acb5 fix typo in namespace: LiteDB.Async vs. LiteDB.async
  • 317c742 Don't allow commit or rollback unless we are in a transaction
  • 34cdae5 Bump versions for the dotnet framework tester
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [LiteDB](https://github.com/mbdavid/LiteDB) and [LiteDB.Async](https://github.com/mlockett42/litedb-async). These dependencies needed to be updated together.

Updates `LiteDB` from 5.0.16 to 5.0.20
- [Release notes](https://github.com/mbdavid/LiteDB/releases)
- [Commits](litedb-org/LiteDB@v5.0.16...v5.0.20)

Updates `LiteDB.Async` from 0.1.6 to 0.1.8
- [Commits](mlockett42/litedb-async@v0.1.6...v0.1.8)

---
updated-dependencies:
- dependency-name: LiteDB
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: LiteDB.Async
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants