Skip to content

Update tantivy 0.26.0 -> 0.26.1#26

Merged
nyo16 merged 1 commit into
masterfrom
update-tantivy-0.26.1
Jun 13, 2026
Merged

Update tantivy 0.26.0 -> 0.26.1#26
nyo16 merged 1 commit into
masterfrom
update-tantivy-0.26.1

Conversation

@nyo16

@nyo16 nyo16 commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps Tantivy from 0.26.0 to 0.26.1 (crates.io patch release).

0.26.1 is a patch release focused on aggregation collectors — verified
against the 0.26.0...0.26.1 diff
(4 commits, no public API changes):

  • Fix: aggregation memory accounting — composite/parent-bucket
    collectors now measure only the active bucket instead of summing
    across all buckets.
  • Perf: minor aggregation improvements (inlining).

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] entry

Verification

  • cargo build --release — compiles clean
  • MUNINN_BUILD=true mix test236 passed (1 doctest, 235 tests),
    including all aggregation tests

Notes

No breaking changes. No API surface affected.

@nyo16 nyo16 force-pushed the update-tantivy-0.26.1 branch 2 times, most recently from 26e8ff6 to af6da17 Compare June 13, 2026 15:57
Patch release with aggregation memory/perf fixes; no breaking API
changes. Verified: release build compiles clean, full suite passes
(236 tests).
@nyo16 nyo16 force-pushed the update-tantivy-0.26.1 branch from af6da17 to 631fa62 Compare June 13, 2026 15:58
@nyo16 nyo16 merged commit 09469e1 into master Jun 13, 2026
3 checks passed
@nyo16 nyo16 deleted the update-tantivy-0.26.1 branch June 13, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant