badger v1.3.0 Release Notes

Release Date: 2017-12-12 // over 6 years ago
    • โž• Add DB.NextSequence() method to generate monotonically increasing integer sequences.
    • โž• Add DB.Size() method to return the size of LSM and value log files.
    • ๐Ÿ Tweaked mmap code to make Windows 32-bit builds work.
    • ๐Ÿ— Tweaked build tags on some files to make iOS builds work.
    • ๐Ÿ›  Fix DB.PurgeOlderVersions() to not violate some constraints.