Skip to content

release-v1.7.6

Compare
Choose a tag to compare
@koculu koculu released this 17 Aug 19:06
· 32 commits to main since this release
dbcd5fa

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