Update tantivy 0.26.0 -> 0.26.1#26
Merged
Merged
Conversation
26e8ff6 to
af6da17
Compare
Patch release with aggregation memory/perf fixes; no breaking API changes. Verified: release build compiles clean, full suite passes (236 tests).
af6da17 to
631fa62
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.
Summary
Bumps Tantivy from
0.26.0to0.26.1(crates.io patch release).0.26.1is a patch release focused on aggregation collectors — verifiedagainst the 0.26.0...0.26.1 diff
(4 commits, no public API changes):
collectors now measure only the active bucket instead of summing
across all buckets.
Muninn leans heavily on aggregations (
Muninn.Aggregation,Searcher.aggregate/5), so this is a relevant and low-risk upgrade.Changes
native/muninn/Cargo.toml:tantivy = "0.26.0"→"0.26.1"native/muninn/Cargo.lock: regenerated (tantivy 0.26.0 → 0.26.1)CHANGELOG.md: added[Unreleased]entryVerification
cargo build --release— compiles cleanMUNINN_BUILD=true mix test— 236 passed (1 doctest, 235 tests),including all aggregation tests
Notes
No breaking changes. No API surface affected.