Skip to content

Releases: unjs/unstorage

v2.0.0-alpha.7

19 Mar 13:54
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • memory: Proactively flush expired entries after ttl (#759)
  • fs: Resolve ignore pattern matching for dot-prefix paths (#751)

❤️ Contributors

v2.0.0-alpha.6

25 Feb 13:48
@pi0 pi0

Choose a tag to compare

v2.0.0-alpha.6 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • vercel-blob: Support private blob (#743)
  • cloudflare-cache-binding driver (#603)
  • redis: ⚠️ Native raw support (#561)
  • s3: Add Content-Type and headers support for S3 uploads (#741)
  • Experimental tracing channels support (#707)

🩹 Fixes

  • db0: Close database connection after dispose (#693)
  • fs: Ensure directory exists before watching (#704)
  • fs: Exclude ignored file in key listing (#622)

💅 Refactors

  • Remove deprecated @vercel/kv driver (#744)
  • server: Expose minimal http event type only (2a77d42)

📖 Documentation

  • Remove duplicate string from feature description (#648)

📦 Build

  • Allow @capacitor/preferences v8 in peer dependencies (#730)
  • Improve dist (92aefab)

✅ Tests

  • Include drivers in coverage (bbc9990)
  • Run driver type check once against dist/index.d.mts (1c21fd7)

❤️ Contributors

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