Skip to content

v9.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:44
· 2 commits to master since this release
32c4af1

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
  • chore(release): v9.5.0 by @plrthink in #384
  • fix(android): load v9 on old architecture (RNZA-5) by @plrthink in #385

Full Changelog: v9.4.1...v9.5.1