Skip to content

v0.6.0

Latest

Choose a tag to compare

@semanticreleasebot-rmiki semanticreleasebot-rmiki released this 31 Aug 11:54
fcb3c8f

0.6.0 (2026-08-31)

Bug Fixes

  • frame zstd fallback as chunked DeltaOpData (955f328)
  • track source cursor after ZstdDict apply (4e863cb)

Features

  • add optional zstd dictionary binary-diff backend (d88e266)

Changelog

  • fcb3c8f Merge pull request #110 from asafbennatan/feat/zstd-patch-from-backend
  • d88e266 feat: add optional zstd dictionary binary-diff backend
  • 955f328 fix: frame zstd fallback as chunked DeltaOpData
  • 4e863cb fix: track source cursor after ZstdDict apply
  • ea40fe4 refactor: end WriteContent on remaining input, not buffer space