docs: add 0.26.1 changelog entry for aggregation perf fix

This commit is contained in:
Pascal Seitz 2026-04-21 07:57:37 +02:00 committed by PSeitz
commit e015abab8e

View file

@ -1,3 +1,9 @@
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)
================================