chore(deps): bump redb from 2.6.3 to 4.1.0 in the cargo group across 1 directory#16
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump redb from 2.6.3 to 4.1.0 in the cargo group across 1 directory#16dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 1 update in the / directory: [redb](https://github.com/cberner/redb). Updates `redb` from 2.6.3 to 4.1.0 - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](cberner/redb@v2.6.3...v4.1.0) --- updated-dependencies: - dependency-name: redb dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
6ef6d60 to
92150e2
Compare
ColinVaughn
added a commit
that referenced
this pull request
Jul 6, 2026
Dependabot #16 proposed redb 2.6 -> 4.1, but redb 3.0 removed the file format redb 2.x wrote, so no current redb can open the v1 shards the dependency was kept for. The store is derived data: drop the dependency, detect a v1 file by redb's magic and fail with a re-run-extract hint, and make migration rewrite a legacy file even when its content hash matches the manifest (the unchanged-skip used to keep it). Rename the CLI's StoreBackend::Redb to Sharded; SYNAPTIC_STORE=redb still selects the sharded backend as the historical name.
Contributor
Author
|
Looks like redb is no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 1 update in the / directory: redb.
Updates
redbfrom 2.6.3 to 4.1.0Release notes
Sourced from redb's releases.
... (truncated)
Changelog
Sourced from redb's changelog.
... (truncated)
Commits
6ed1f98Bump version to 4.1.00a87cb7Update changelog03966a5Require callers of get_page to provide a PageHinta75927fRemove some TODO commentsa39779bAvoid allocating a page for a branch that will be immediately merged6374134Document that Table{,Multimap}Definition::new panic on empty namesba043e3Avoid copying keys in leaf overwrite pathsf42c468Fix MultimapValue::next_back() not decrementing remaining counter3756148Clarify API contract for Key and Value traits4552372Consolidate WriteTransaction savepoint lifecycle state