bleve v0.2.0 Release Notes

Release Date: 2016-04-08 // about 8 years ago
  • โœจ Enhancements

    • ๐Ÿ‘ QueryString query now supports wildcard and regexp queries

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Concurrent map write in bleve.Batch reuse has been fixed
      • REMINDER : bleve.Batch must only be used by a single goroutine
    • ๐Ÿ‘ท The vendor/manifest file included newer SHA for go-metrics and protobuf than had actually been tested. We can't say those versions don't work, but we have rolled them back to versions that we know do. We now test the vesions in the manifest as a part of our CI test suite.