badger v1.5.2 Release Notes

Release Date: 2018-06-19 // almost 6 years ago
  • ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix the way move key gets generated.
    • If a transaction has unclosed, or multiple iterators running simultaneously, throw a panic. Every iterator must be properly closed. At any point in time, only one iterator per transaction can be running. This is to avoid bugs in a transaction data structure which is thread unsafe.

    • โš  Warning: This change might cause panics in user code. Fix is to properly close your iterators, and only have one running at a time per transaction.