Releases: koculu/ZoneTree
Releases · koculu/ZoneTree
release-v1.8.4
What's Changed
Full Changelog: release-v1.8.3...release-v1.8.4
release-v1.8.3
What's Changed
- Add support for Software computed CRC32 by @albyrock87 in #95
- Add new methods to expose opIndexes for async replication. by @koculu in #97
- MoveMutableSegmentForward should wait until all writes to the previous mutable segment finalized. by @koculu in #100
Full Changelog: release-v1.8.2...release-v1.8.3
release-v1.8.2
What's Changed
- Provide key in IsDeleted delegate to support TTL based on keys by @koculu in #92
- Added operation index to support asynchronous replication and audits by @koculu in #94
- Set NextOpIndex after loading B+Tree to remove skipped regions on op index.
Full Changelog: release-v1.8.0...release-v1.8.2
release-v1.8.0
What's Changed
Full Changelog: release-v1.7.9...release-v1.8.0
release-v1.7.9
What's Changed
- Add contribute to the block cache option to the iterators. by @koculu in #84
- Improve type mismatch validation errors. by @koculu in #86
Full Changelog: release-v1.7.7...release-v1.7.9
release-v1.7.7
What's Changed
- 81 enhancement type validation should not fail based on the version of the assembly difference by @koculu in #82
- DestroyTree method is renamed to Drop.
Full Changelog: release-v1.7.6...release-v1.7.7
release-v1.7.6
What's Changed
- Set Maximum Segment Id when multi part bottom segments are loaded. by @koculu in #78
- Create a utility to fill serializer, comparer, and delete delegates for known types. by @koculu in #80
Breaking changes:
Updated Default Delete Behavior
In this version, the default delete behavior has been modified. Now, when a value is deleted, it is automatically set to its default value. This change enables deletion support for all types without requiring additional configuration.
Previously, deletion required explicit configuration.
Full Changelog: release-v1.7.5...release-v1.7.6
release-v1.7.5
release-v1.7.4
What's Changed
- Fix buggy CreateReadOnlyDiskSegment method. by @koculu in #68
- Enhancement: add serializers and comparers for unsigned primitive types by @koculu in #70
Full Changelog: release-v1.7.3...release-v1.7.4
release-v1.7.3
What's Changed
Full Changelog: release-v1.7.2...release-v1.7.3