Skip to content

4.39.0

Choose a tag to compare

@mattiasw mattiasw released this 15 May 17:49
· 51 commits to main since this release

What's Changed

Added

  • decompress.maxDecompressedSize option to bound the size of any single
    decompressed metadata block (default 128 MiB). Blocks that would exceed the
    limit are skipped with a console.warn; remaining tags are returned as usual. By @mattiasw. #634

Fixed

  • Update README by @kshmidt. #625
  • Parse UserComment value when encoding is undefined but contains printable text by @mattiasw. #621
  • Improved robustness when parsing ICC profiles with malformed mluc tags by @mattiasw. #634

Full Changelog: v4.38.1...v4.39.0