This repository was archived by the owner on Mar 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Releases: boltdb/bolt
Releases · boltdb/bolt
v1.3.1
Merge pull request #703 from nilslice/patch-1 Add Ponzu CMS to list of projects using Bolt
Assets 2
1 person reacted
v1.3.0
This release is to fix a bug that occurs with the new Go 1.7 SSA backend.
Assets 2
v1.2.1
@benbjohnson
benbjohnson
dfb2120
This commit was signed with the committer’s verified signature.
benbjohnson
Ben Johnson
Assets 2
v1.2.0
v1.1.0
The following architectures are now supported:
- arm64
- Solaris
- IBM Power & Z
The following fixes and features were added:
- Release references on write transactions (#413)
- Add
madvise()to memory-map (#383) - Wait for pending transactions before closing database (#377)
- Add read-only database support
- Change minimum mmap size to 32KB (#375)
- Add
DB.Sync()forDB.NoSyncusers (#366) - Add
DB.NoGrowSyncto avoid growing database size (#363) - Implement
io.WriterToonTx(#330) - Add
DB.Batch()(#285) - Fix 32-bit allocation size (#317)
- Persist sequence-only bucket changes (#297)
- Truncate and sync on resize (#286)
Also added additional documentation.