Releases: sourcenetwork/corekv
Releases · sourcenetwork/corekv
Release list
v0.3.2
What's Changed
- fix: Iterator item version overflow by @fredcarle in #106
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.5
v0.2.4
What's Changed
- feat: Add Chunkstore for storing large values by @AndrewSisley in #92
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- refactor: Use Blockstore interface with NewIPLDStore by @fredcarle in #89
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat: Add ipld storage wrapper and interface by @fredcarle in #87
Full Changelog: v0.2.0...v0.2.2
v0.2.0
What's Changed
- refactor: Make all sub packages modules by @AndrewSisley in #83
- feat: Add Blockstore support by @AndrewSisley in #85
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- feat: Add WASM tests by @nasdf in #76
- refactor: Remove Close from Txn interface by @fredcarle in #80
New Contributors
- @nasdf made their first contribution in #76
- @fredcarle made their first contribution in #80
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes a bunch of issues discovered upon integrating corekv into Defra. Largely a mix of concurrency bugs and usability tweaks.