Skip to content

0.1.0

Latest

Choose a tag to compare

@ttypic ttypic released this 19 Sep 16:53
· 8 commits to main since this release
1f97800

0.1.0 (2025-09-16)

This is the initial release of the VCDIFF (RFC 3284) decoder library for Python.
It provides the following features:

  • Complete VCDIFF (RFC 3284) delta compression format decoder implementation
  • Full delta parsing with structured output capabilities
  • Adler32 checksum validation for data integrity
  • Address cache implementation for COPY instruction optimization
  • Comprehensive error handling with detailed error messages
  • Command-line interface with apply, parse, and analyze commands
  • Support for all VCDIFF instruction types (ADD, COPY, RUN)
  • Compatible with Python 3.7+
  • 100% test coverage with 85/85 test cases passing
  • Comprehensive test suite integration via vcdiff-tests submodule