Skip to content

byte-codec@1.5.3

Choose a tag to compare

@github-actions github-actions released this 13 Sep 07:58
· 690 commits to main since this release

1.5.3 (2026-09-13)

Code Refactoring

  • byte-codec: bound the JPEG marker scan by the data itself (9a23cd2)
  • byte-codec: bound the tolerant-inflate recovery ladder by the data itself (9d9f574)
  • byte-codec: drop ByteWriter.writeBytes's redundant empty-chunk guard (bc894e5)
  • byte-codec: eliminate redundant loop bounds and branches in PNG decoding (ddcad7c)
  • byte-codec: pack the palette-detection key as a bitfield and drop redundant loop bounds (fa20eb6)
  • byte-codec: restate PNG filter tie-breaking and loop bounds without pairwise comparisons (f5c1130)

Tests

  • byte-codec: cover a JPEG marker scan that runs out of bytes with no EOI (0f851b8)

Miscellaneous Chores

  • byte-codec: describe the mutation gate without referencing disable comments (48351e2)