Bug Fixes
- Replaced deprecated io/ioutil functions with #1781
- Fixed situation where bytesRead will not appear in search response if query gets everything it needs from mmaped content with #1788
- Fixed a panic due to misalignment within chunkedContentCoder on 32-bit platforms with blevesearch/zapx#148 and #1791 (only applicable to zap@v15)
- A bot upgraded the golang.org/x/text version we use from 0.3.7 to 0.3.8 with #1792 🥇
- Include bytesWritten into bbolt (metadata for scorch) with #1774
Enhancements
- Support for improved rollback behavior by allowing sampling of snapshots based on a time interval with #1776 . Default behavior remains the same
- Changed the signature of scorch's AsyncErrorCallback with #1800 to provide more context. This is a breaking change.