Releases: fortedigital/nextjs-cache-handler
Releases · fortedigital/nextjs-cache-handler
2.1.0-canary2
Full Changelog: 2.1.0-canary1...2.1.0-canary2
2.1.0-canary1
Added redis-cluster-strings
handler
Same as redis-strings
but for a Redis cluster using createCluster
.
import createRedisClusterHandler from "@fortedigital/nextjs-cache-handler/redis-cluster-strings";
const redisHandler = await createRedisClusterHandler({
client: createCluster({
rootNodes: [{ url: process.env.REDIS_URL }],
}),
keyPrefix: "myApp:",
sharedTagsKey: "myTags",
sharedTagsTtlKey: "myTagTtls",
});
Full Changelog: 2.0.3...2.1.0-canary1
2.0.3
2.0.2
2.0.1
2.0.0
Migration
This version contains several breaking changes and modifications to referenced packages.
Follow this guide to upgrade from 1.x.x to 2.0.0.
An example project was added to the repository for reference. You can browse it here.
What's Changed
- Upgrade Redis to 5.1.1, remove references to neshca/cache-handler, drop Next 13 and 14 support by @AyronK in #14
- Dropped
neshca
package reference - Integrated Next.js 15 and redis 5 compatibility
- Fixed #22
- Solved #24
- Solved #12
Full Changelog: 1.3.2...2.0.0
2.0.0-canary12
Full Changelog: 2.0.0-canary11...2.0.0-canary12
2.0.0-canary11
Full Changelog: 2.0.0-canary10...2.0.0-canary11
2.0.0-canary10
Full Changelog: 1.3.2...2.0.0-canary10
2.0.0-canary-9
Full Changelog: 1.3.2...2.0.0-canary-9