bleve v1.0.12 Release Notes
Release Date: 2020-10-06 // over 4 years ago-
โจ 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