Skip to content

v20.3.5

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:38
· 245 commits to master since this release

This release adds true single threaded support to the library. Previously, setting library to single threaded created a single worker thread, and an asynch thread, resulting in a total of 3 threads including the calling thread. Now, no new threads are created.

Also fixed are two decompression issues:

  1. palette images were corrupted in certain cases
  2. images using bypass mode were corrupted in certain cases