Skip to content

Releases: blevesearch/bleve

v2.0.6

11 Jun 21:12
e7235be
Compare
Choose a tag to compare

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

06 Jun 15:07
4527374
Compare
Choose a tag to compare

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)

06 Jun 14:43
ec15b89
Compare
Choose a tag to compare

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

v2.0.3

26 Mar 02:09
Compare
Choose a tag to compare
Bug Fixes
  • Fix race condition in moss wrapper (#1558)

v2.0.2

12 Feb 17:18
93a4836
Compare
Choose a tag to compare
Enhancements
  • Scorch supports new config setting for bolt_timeout (#1553)
  • Bleve now uses vellum repository in the blevesearch organization (#1556)
Bug Fixes
  • Fix query memory estimation (#1554)

v2.0.1

14 Jan 18:36
Compare
Choose a tag to compare
Enhancements
  • Export an Analyze(..) API for scorch and upsidedown. While the API signatures are slightly different, they will allow users to analyze a document per the index's mapping (#1540)
  • Additional unit tests, formatting fixes and README updates.

v2.0.0

13 Jan 00:24
89234a6
Compare
Choose a tag to compare

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

08 Dec 17:28
d6a3fe2
Compare
Choose a tag to compare

This version is identical to v1.0.13 except that the go.mod now refers to a tagged release (v1.0.0) of the blevex module.

This was necessary as blevex master will soon be evolving to support the planned release of Bleve 2.0.0.

v1.0.13

20 Nov 21:02
c3457bb
Compare
Choose a tag to compare
Enhancements
  • Support for zap v15.0.2 a file-format compatible change which improves performance (blevesearch/zap#44)
Bug Fixes
  • Fix analyzer lookup during search when the field name contains the . character (#1496)
  • Remove duplicated text in the help output of the command-line tool (#1489)
  • Fix an inconsistency between an index mapping's default value for DocValuesDynamic and the omitempty JSON struct tag (#1485)

v1.0.12

06 Oct 21:21
7e8fd30
Compare
Choose a tag to compare
Enhancements
  • Support for new zap v15 file format (significant space savings) blevesearch/zap#27
  • Make it possible to shutdown the analysis queue freeing goroutines #1414
  • New stat reporting number of deleted items and estimate of space used by deleted items #1470
Bug Fixes
  • HTML highlighter now performs escaping prior to output (SECURITY) #1465
  • Fix crash in ASCII folding character filter #1434
  • Fix bleve not closing index when encountering an error after open, but before it is returned #1479
  • Fix test issue with Go v1.15 #1466
  • Fix a test which was no longer testing the intended behavior #1458