Update module github.com/blevesearch/bleve/v2 to v2.3.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/blevesearch/bleve/v2 | require | minor |
v2.0.3 -> v2.3.6
|
Release Notes
blevesearch/bleve
v2.3.6
Bug Fixes
- More efficient alignment for chunkedContentCoder (https://github.com/blevesearch/zapx/pull/147)
- Addressed issue in indexing unigrams before punctuations in
Japanese (cjk)
(https://github.com/blevesearch/bleve/pull/1724) - Addressed facets string output limitation for date ranges and numeric ranges reported by https://github.com/blevesearch/bleve/issues/1763 with https://github.com/blevesearch/bleve/pull/1764
- Fixed inaccurate IO stats accounting while loading segment metadata (https://github.com/blevesearch/bleve/pull/1769)
Enhancements
- New
bytesRead
attribute in search response (https://github.com/blevesearch/bleve/pull/1752, https://github.com/blevesearch/zapx/pull/142)- Applicable to zapx v15 only
- New tests showcasing performance benchmarks for popular queries (https://github.com/blevesearch/bleve/pull/1755)
Milestone
v2.3.5
Bug Fixes
- Fixed throughput regression reported with https://github.com/blevesearch/bleve/issues/1731
- Fix intersection logic for geo JSON searches, more unit tests
- Fix to support IP Range query
Other
- Breaking change in defining custom analyzers
- https://github.com/blevesearch/bleve/pull/1729 (this is needed to allow custom analyzer definition without needing to always define CharFilters, Tokenizer, TokenFilters)
- Update spf13/cobra version v1.4.0 (to drop a number of indirect dependencies)
Milestone
v2.3.4
Enhancements
- Support
store
option for the geoshape field (https://github.com/blevesearch/bleve/pull/1714) - Publishing read/write stats based on usage (https://github.com/blevesearch/bleve/pull/1702 , https://github.com/blevesearch/bleve/pull/1710)
v2.3.3
Enhancements
- Introduce geo JSON spatial capability (https://s2geometry.io/)
Bug Fixes
v2.3.2
Minor changes
- Adding configurable default threshold for field TFR cache (https://github.com/blevesearch/bleve/pull/1666)
- Forked certain third party dependencies (https://github.com/blevesearch/bleve/pull/1667)
v2.3.1
Bug Fixes
- Fix for potential file handle leaks in merger. (https://github.com/blevesearch/bleve/pull/1652)
- Place a nil guard within TermFacets' Terms() API (https://github.com/blevesearch/bleve/pull/1654)
- Upgrade zapx versions (https://github.com/blevesearch/bleve/pull/1655)
- Place bounds check within memUvarintReader's ReadUvarint (https://github.com/blevesearch/zapx/pull/107)
v2.3.0
Enhancements
- Upgrade to golang.org/x/text to v0.3.7 (https://github.com/blevesearch/bleve/pull/1645)
- Optimize FacetsBuilder's UpdateVisitor - for some significant performance gains (https://github.com/blevesearch/bleve/pull/1405) (changes API)
- Optimize TermFacets - for significant performance gains (https://github.com/blevesearch/bleve/pull/1404) (changes API)
- Introduce support for a new document field type: IP that supports range queries (https://github.com/blevesearch/bleve/pull/1546)
Bug Fixes
- Fix breakage in highlighting when using the HTML character filter (https://github.com/blevesearch/bleve/pull/1641)
- Fix issue in parsing query strings over numeric data with boost settings (https://github.com/blevesearch/bleve/pull/1639)
- Address seg faults seen within zap; zap versions upgrade (https://github.com/blevesearch/zapx/pull/95, https://github.com/blevesearch/zapx/pull/96)
- Fix out-of-bounds issue while highlighting without term locations (https://github.com/blevesearch/bleve/pull/1590)
v2.2.2
Enhancements
- Adding support for croatian (hr) (https://github.com/blevesearch/bleve/pull/1517)
- Fixes to import paths (https://github.com/blevesearch/bleve/pull/1634)
v2.2.1
Bug Fixes
- Fix issue in previous release in the tag used for blevesearch/vellum (https://github.com/blevesearch/bleve/pull/1630)
v2.2.0
Enhancements
- Upgrade to RoaringBitMap/roaring@v0.9.4 (https://github.com/blevesearch/bleve/pull/1626)
- Involves upgrading zapx, scorch_segment_api, vellum versions
Bug Fixes
- Fix issue in read-only mode of scorch index (https://github.com/blevesearch/bleve/pull/1624)
v2.1.1
Enhancements
- Introducing a new hierarchy token filter (https://github.com/blevesearch/bleve/pull/1570)
Bug Fixes
- Update version of roaring used by dependency: scorch_segment_api to match bleve (https://github.com/blevesearch/bleve/pull/1622)
- Fix to firing error on panic in scorch async routines (https://github.com/blevesearch/bleve/pull/1566)
v2.1.0
Enhancements
- Supporting backup (copy) of an online scorch index (https://github.com/blevesearch/bleve/pull/1605)
Bug Fixes
- Address a panic in the merger loop (https://github.com/blevesearch/bleve/pull/1613)
v2.0.7
Bug Fixes
- Fix to HighTerm while sorting "missing" values (https://github.com/blevesearch/bleve/pull/1608)
- Fix to handling empty field name (https://github.com/blevesearch/bleve/pull/1594)
v2.0.6
This release hopefully completes the cleanup of v2.x for issues caused by one of our dependencies moving a repository.
- Roaring Bitmaps updated to
v0.7.3
- Update to vellum
v1.0.5
- Update to zapx
v15.2.1
v14.2.1
v13.2.1
v12.2.1
v11.2.1
Things brings all the repositories to the same versions of Roaring bitmaps and bitset libraries.
v2.0.5
Emergency Release
Update to latest Roaring bitmaps (v0.7.1). This release is being made in an attempt to fix a completely broken repository. This has NOT had the usual testing, and users with backwards compatibility concerns should NOT upgrade at this time.
We will update this message as we learn more.
v2.0.4
: (BROKEN)
Emergency release to try and fix issues caused by the repository rename of one of our dependencies: #1592
Bug fixes:
- Update repository name #1592
- Switch to newer vellum also addressing package rename issue #1596
- Remove redundant code #1582
BROKEN: this release still contains dependency issues
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.