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

Update dependency LiteDB to 5.0.21 #87

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
LiteDB (source) 5.0.15 -> 5.0.21 age adoption passing confidence

Release Notes

mbdavid/LiteDB (LiteDB)

v5.0.21

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@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

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.19...v5.0.20

v5.0.19

What's Changed

New Contributors

Full Changelog: mbdavid/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

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.17...v5.0.18

v5.0.17

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.16...v5.0.17

v5.0.16

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.15...v5.0.16


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This PR updates or changes a dependency file label May 15, 2024
@crobibero crobibero added the blocked This PR is blocked due to a commented reason label May 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency litedb to v5.0.19 chore(deps): update dependency litedb to v5.0.20 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency litedb to v5.0.20 chore(deps): update dependency litedb to v5.0.21 Jul 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency litedb to v5.0.21 Update dependency LiteDB to v5.0.21 Aug 10, 2024
@renovate renovate bot changed the title Update dependency LiteDB to v5.0.21 Update dependency LiteDB to 5.0.21 Aug 28, 2024
@oddstr13
Copy link
Member

The blockers might be fixed as of June (.20 / .21), testing required.

mbdavid/LiteDB#2435 (comment)

I still think it is worth considering moving over to sqlite, as the server uses that anyways, and I'm familiar with interacting with the database files for debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This PR is blocked due to a commented reason dependencies This PR updates or changes a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants