Skip to content

chore(deps): bump tantivy from 0.25.0 to 0.26.1 - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tantivy-0.26.1
Open

chore(deps): bump tantivy from 0.25.0 to 0.26.1#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tantivy-0.26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps tantivy from 0.25.0 to 0.26.1.

Release notes

Sourced from tantivy's releases.

Tantivy v0.26.1

What's Changed

... (truncated)

Changelog

Sourced from tantivy's changelog.

Tantivy 0.26.1

Performance

  • Fix quadratic runtime in nested term and composite aggregations: memory accounting scanned all parent buckets on every collect instead of just the current parent (@​PSeitz @​fulmicoton)

Tantivy 0.26 (Unreleased)

Bugfixes

  • Align float query coercion during search with the columnar coercion rules #2692(@​fulmicoton)
  • Fix lenient elastic range queries with trailing closing parentheses #2816(@​evance-br)
  • Fix intersection seek() advancing below current doc id #2812(@​fulmicoton)
  • Fix phrase query prefixed with * #2751(@​Darkheir)
  • Fix vint buffer overflow during index creation #2778(@​rebasedming)
  • Fix integer overflow in ExpUnrolledLinkedList for large datasets #2735(@​mdashti)
  • Fix integer overflow in segment sorting and merge policy truncation #2846(@​anaslimem)
  • Fix merging of intermediate aggregation results #2719(@​PSeitz)
  • Fix deduplicate doc counts in term aggregation for multi-valued fields #2854(@​nuri-yoo)
  • Honor phrase prefix ("..."*) and slop ("..."~N) on JSON fields; previously both were silently dropped, degrading the query to an exact phrase #2966(@​DavIvek)

Features/Improvements

Performance

  • Aggregation
    • Large speed up and memory reduction for nested high cardinality aggregations by using one collector per request instead of one per bucket, and adding PagedTermMap for faster medium cardinality term aggregations #2715 #2759(@​PSeitz @​PSeitz-dd)
    • Optimize low-cardinality term aggregations by using a Vec instead of a HashMap #2740(@​fulmicoton-dd)
  • Optimize ExistsQuery for a high number of dynamic columns #2694(@​PSeitz-dd)
  • Add lazy scorers to stop score evaluation early when a doc won't reach the top-K threshold #2726 #2777(@​fulmicoton @​stuhood)
  • Add DocSet::cost() and use it to order scorers in intersections #2707(@​PSeitz)
  • Add collect_block support for collector wrappers #2727(@​stuhood)

... (truncated)

Commits
  • d8f4c0b chore: Release 0.26.1
  • 386b0a2 perf(agg): only measure active parent bucket in composite collect
  • 56cd889 add inline
  • cb8a2df agg fix: compute memory consumption only for current bucket
  • 9e63fc5 chore: Release
  • d882b34 unbump for release and update Changelog.md
  • 3abc137 Update binggan requirement from 0.14.2 to 0.15.3 (#2870)
  • 129c40f Improve Union Performance for non-score unions (#2863)
  • a953515 Fix clippy warnings: deprecated gen_range, manual div_ceil, legacy import (#2...
  • 993ef97 update CHANGELOG for tantivy 0.26 release (#2857)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tantivy-0.26.1 branch from dbd51c1 to 42e3b8e Compare August 13, 2026 19:23
Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.25.0 to 0.26.1.
- [Release notes](https://github.com/quickwit-oss/tantivy/releases)
- [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md)
- [Commits](quickwit-oss/tantivy@0.25.0...0.26.1)

---
updated-dependencies:
- dependency-name: tantivy
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tantivy-0.26.1 branch from 42e3b8e to 75274cd Compare August 23, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants