Skip to content

Releases: unjs/unstorage

v1.17.4

15 Jan 12:18
@pi0 pi0

Choose a tag to compare

compare changes

Important

Some dependencies now require Node.js 20 or later.
If you are on an older Node.js version, please upgrade.

Important

H3 has been updated with a security fix related to request body handling (read more).
If you use createH3StorageHandler, upgrading is strongly recommended.

📦 Dependency Updates

  • Upgraded chokidar to v5 (454a024)
  • Upgraded lru-cache to v11 (b867a09)
  • Fixed @vercel/kv peer dependency range (b3dc1cf)

v2.0.0-alpha.5

07 Jan 10:52
@pi0 pi0

Choose a tag to compare

compare changes

(dependencies upgraded)

v1.17.3

20 Nov 16:58
@pi0 pi0

Choose a tag to compare

compare changes

📦 Build

  • Create d.cts and d.mts type declarations for drivers/ (#710)

❤️ Contributors

v1.17.2

31 Oct 11:39
@pi0 pi0

Choose a tag to compare

compare changes

📦 Build

  • Fix masquerading as CJS issue (#700)

❤️ Contributors

v2.0.0-alpha.4

28 Oct 12:19
@pi0 pi0

Choose a tag to compare

v2.0.0-alpha.4 Pre-release
Pre-release

compare changes

🏡 Chore

v2.0.0-alpha.3

07 Oct 19:29
@pi0 pi0

Choose a tag to compare

v2.0.0-alpha.3 Pre-release
Pre-release

compare changes

📦 Build

v2.0.0-alpha.2

07 Oct 19:24
@pi0 pi0

Choose a tag to compare

v2.0.0-alpha.2 Pre-release
Pre-release

compare changes

Warning

All changes are breaking changes!

💅 Refactors

  • server, cli: Migrate to h3 v2 and srvx (#685)
  • Replace anymatch with native path.matchesGlob (c7f915f)
  • Remove ufo dependency (071159c)
  • Make ofetch an optional dependency (456a8fa)
  • Remove cli entry (c24501f)
  • Remove node-fetch-native direct dependency (6886740)

📦 Build

v1.17.1

04 Sep 09:25
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • prefixStorage: Strip prefix from keys() (#666)
  • vercel-blob: Expose driver options (#671)

📖 Documentation

  • redis: Update github links and cluster warning (#667)

📦 Build

  • Allow @vercel/functions v3 as peer dep (8bb9943)

❤️ Contributors

v1.17.0

22 Aug 22:51
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add vercel-runtime-cache driver (#656)
  • deno-kv: Support ttl for setItem and setItemRaw (#659)

📖 Documentation

  • database: Correct tableName config key (#652, (#653)

❤️ Contributors

v1.16.1

14 Jul 18:31
@pi0 pi0

Choose a tag to compare

compare changes

🔥 Performance

  • mongoDB: Use bulk operations for getItems and setItems (#641)
  • redis, upstash: Use bulk operations for getItems (#642)

🩹 Fixes

  • types: fix prefixStorage type compatibility (#630)
  • s3: Accept 200 for delete response for better compatibility (#636)
  • github: Add user-agent header (#644)

💅 Refactors

  • Allow @netlify/blobs v9 and v10 as peer dependency (#640)

📖 Documentation

  • github: Update GitHub casing (#632)

📦 Build

  • Fix invalid runtime type (#631)

✅ Tests

  • R2 native meta (#646)

❤️ Contributors