Skip to content

v1.10.2

Latest
Compare
Choose a tag to compare
@pi0 pi0 released this 14 Mar 12:17
· 19 commits to main since this release

compare changes

Important

Redis: ioredis is an optional dependency. Please make sure to install it in your project.

Important

Netlify Blobs: There has been a change in the way global blob stores are stored in @netlify/blobs version 7.0.0 which means that you will not be able to access objects in global stores created by older versions until you migrate them. Please follow migration steps in the docs.

🩹 Fixes

  • http, server: Handle missing resources with http 404 (#367)
  • pkg: Make ioredis dependency optional (#410)
  • vercel-kv: Add missing driver name (#355)
  • setItems: Call driver native setItems only to avoid duplicate write (#392)
  • Fix getItems, setItems generic types (#395)

💅 Refactors

  • cloudflare-kv, cloudflare-r2: Move getBindings to utils and add default BUCKET for r2 (#292)
  • netlify-blobs: Update to v7 (#407)

📖 Documentation

  • planetscale: Correct table option name (#359)
  • vercel-kv: Fix typo (#362)
  • Improvements (a64e941)
  • Fix links and add redirects (166498f)
  • Fix typo in http-server (#385)

✅ Tests

  • http: Add tests for null value (#365)

❤️ Contributors