| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-03-22 | 674 Bytes | |
| v1.2.0.tar.gz | 2016-03-22 | 78.9 kB | |
| v1.2.0.zip | 2016-03-22 | 93.7 kB | |
| Totals: 3 Items | 173.3 kB | 1 | |
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.WriteToFlag to specify OS write flags (https://github.com/boltdb/bolt/pull/454)
- Add DB.MmapFlag to specify mmap() 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)