Skip to content

v9.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 07:26
· 4 commits to master since this release
ee7a52c

Discussion: 9.5: v9 on old architecture, AbortSignal, published types

Why upgrade to 9.5

  • v9 on old architecture (RN 0.70–0.81). Stay on v7 only for RN < 0.70.
  • AbortSignal on zip/unzip (and password / unzipAssets variants).
  • Published TypeScript types (package.json "types").
  • Interop release gate — non-password zips must extract with Node unzipper and Java ZipInputStream.

What's Changed

  • fix(ci): rename v7 dist-tag to maintenance-7 by @plrthink in #382
  • feat: zip interop CI, AbortSignal, and published TypeScript types by @plrthink in #383

Full Changelog: v9.4.1...v9.5.0