Update Rust crate heed to 0.22#11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
3130cab to
17089a1
Compare
17089a1 to
fc88d78
Compare
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.
This PR contains the following updates:
0.21→0.22Release Notes
Kerollmops/heed (heed)
v0.22.1Compare Source
heed & heed3
This release brings a new functionality: the possibility to create multiple nested read transactions from an uncommitted write transaction. You can also examine another usage in the dedicated example file.
We finally merged the changes to upstream LMDB (mdb.master3), and the patch has been thoroughly reviewed by Howard Chu.
v0.22.0Compare Source
heed & heed3
This release brings better-polished support for the heed/heed3 duality. It also improves the documentation, adds support for custom duplicate sort comparators, supports the
PREV_SNAPSHOTflag, better support for Thread Local Storage (TLS)-backed of transactions, and bumps LMDB to the latest patch.What's Changed
MDB_NOTLSdocumentation by @Kerollmops in meilisearch#302Env::copy_to_filemethod by @Kerollmops in meilisearch#312PREV_SNAPSHOTflag by @irevoire in meilisearch#296FIXED_MAPflag name by @Kerollmops in meilisearch#313USE_VALGRINDcompilation flag asuse-valgrindfeature by @dureuill in meilisearch#288AnyTlsby @dureuill in meilisearch#315Envparameter accessors by @Kerollmops in meilisearch#321NDEBUGon release builds by @Kerollmops in meilisearch#324-syscrates and heed/heed3 versions by @Kerollmops in meilisearch#325Env::copy_to_pathmethod by @Kerollmops in meilisearch#326Env<WithTls>the default by @Kerollmops in meilisearch#327Full Changelog: meilisearch/heed@v0.21.0...v0.22.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.