Releases: blevesearch/bleve
Releases · blevesearch/bleve
v2.0.7
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)
v2.0.3
v2.0.2
v2.0.1
v2.0.0
This release is a new major version because it contains breaking changes to the package API. For complete details of the contents and reasoning behind these changes, please see: #1495
Highlights
- Remove circular dependency between Bleve and Zap modules
- Make Scorch and Zap v15 the default index/segment type when using the New() method
- New option to disable freq/norm information for a field
- Types corrected for MatchQueryOperatorOr and MatchQueryOperatorAnd (see #1410)
Deprecated features (may be removed in the future)
- upsidedown index format and all key/value adapters
- HTTP sub-package
- bleve command-line tool sub-commands: bulk, create, index, dump
- config sub-package
v1.0.14
v1.0.13
Enhancements
- Support for zap
v15.0.2
a file-format compatible change which improves performance (blevesearch/zap#44)