Releases: cross-org/kv
Releases · cross-org/kv
0.9.0
0.0.13
0.0.12
Changes
- Improve docs
- Introduce options
autoSync
andsyncIntervalMs
to control multi-process ledger synchronization - Better error handling
- Introduce events through
.on()
, allowing to listen for eventssync
,watchdogError
andclosing
.
Full Changelog: 0.0.11...0.0.12
0.0.11
0.0.10
Changes
- Rename
getMany
->list
. - Improve performance and reduce transaction file size by using custom serialization of transaction headers instead of CBOR.
- Re-use DataViews where possible.
Full Changelog: 0.0.9...0.0.10
0.0.9
Changes
- Separate ledger.
- Refactor.
- Optimize locking.
- Add vacuum.
- Support empty ranges to get all.
Full Changelog: 0.0.8...0.0.9