- 44f84bd: Upgrade to latest upstash-redis: https://github.com/upstash/upstash-redis/releases
-
d85bb76: feat(kv): Switch to
default
for fetchcache
optionBREAKING CHANGE: When using Next.js and vercel/kv, you may have kv requests and/or Next.js resources using kv being cached when you don't want them to.
If that's the case, then opt-out of caching with https://nextjs.org/docs/app/api-reference/functions/unstable_noStore.
On the contrary, if you want to enforce caching of resources you can use https://nextjs.org/docs/app/api-reference/functions/unstable_cache.
- c7b111c: fix(kv): upgrade upstash package to latest 1.24.3
- d90e973: Removed
"types"
field from package.json to support"moduleResolution": "Node16"
- f545e1c: Upgrade @upstash/redis to the latest version Stop minifying and add sourcemaps for better debugging
- 1d97019: Update readme
- 30e3f04: move default export to named kv export
- 88aa25e: avoid process.version warning in edge runtime
- c4a8aa5: feat: Docs section for Vite environment config
- 8b843c5: debug-issue-107
- 8b843c5: debug-issue-107
- 1ade1f0: chore: Update package.json and licenses
- 736e23c: update constructor and doc
- 3198158: Introduce iterator scanning methods
- 0204c45: Correct type for kv export
- 33479d7: fix package name in error message
- 0204c45: Correct type for kv export
- 736e23c: update constructor and doc
- 3198158: Introduce iterator scanning methods
- 33479d7: fix package name in error message