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