New
v1.2.0
Features:
- File locking on Windows (https://github.com/boltdb/bolt/pull/419)
- IBM Power & Z Support (https://github.com/boltdb/bolt/pull/431)
- Add
DB.InitialMmapSize(https://github.com/boltdb/bolt/pull/432, https://github.com/boltdb/bolt/pull/472) - Add
Tx.WriteToFlagto specify OS write flags (https://github.com/boltdb/bolt/pull/454) - Add
DB.MmapFlagto specifymmap()flags (https://github.com/boltdb/bolt/pull/455)
Bug Fixes:
- Skip empty pages during cursor seek (https://github.com/boltdb/bolt/pull/452)
- File size grows less aggressively (https://github.com/boltdb/bolt/pull/453)
- Fix
node.rebalance()bug (https://github.com/boltdb/bolt/pull/539)