bleve v1.0.12 Release Notes

Release Date: 2020-10-06 // over 3 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