Skip to content

v2.13.1

Latest
Compare
Choose a tag to compare
@rvagg rvagg released this 06 Sep 12:10
· 49 commits to master since this release

What's Changed

Addresses an erroneous change in behaviour introduced in v2.12.0 whereby the BlockMetadata returned by BlockReader#SkipNext() records Offset for the block bytes rather than the CAR section byte offset. This release restores the original behaviour for CARv1 data and also includes the fix in v2.12.0 that brings CARv2 parsing behaviour into parity with CARv1 behaviour.

  • fix: BlockMetadata#Offset should be for section, not block data by @rvagg in #497

Full Changelog: v2.13.0...v2.13.1