Skip to content

Releases: fortedigital/nextjs-cache-handler

2.1.0-canary2

11 Aug 13:25
Compare
Choose a tag to compare
2.1.0-canary2 Pre-release
Pre-release

2.1.0-canary1

05 Aug 14:53
Compare
Choose a tag to compare
2.1.0-canary1 Pre-release
Pre-release

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

02 Aug 07:41
Compare
Choose a tag to compare

What's Changed

  • fix: fix type exports for local-lru submodule by @tmair in #44

New Contributors

  • @tmair made their first contribution in #44

Full Changelog: 2.0.2...2.0.3

2.0.2

24 Jul 08:43
ac76c9f
Compare
Choose a tag to compare

What's Changed

  • Fixes fallback for pages router by @AyronK in #40

Full Changelog: 2.0.1...2.0.2

2.0.1

16 Jul 09:33
9393ce2
Compare
Choose a tag to compare

What's Changed

  • Fixed: Redis keys ttl do not respect revalidate configurations by @AyronK in #33

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Jul 08:15
8fc3f7d
Compare
Choose a tag to compare

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

02 Jul 10:36
Compare
Choose a tag to compare
2.0.0-canary12 Pre-release
Pre-release

2.0.0-canary11

02 Jul 10:27
Compare
Choose a tag to compare
2.0.0-canary11 Pre-release
Pre-release

2.0.0-canary10

27 Jun 14:30
Compare
Choose a tag to compare
2.0.0-canary10 Pre-release
Pre-release

Full Changelog: 1.3.2...2.0.0-canary10

2.0.0-canary-9

27 Jun 08:03
Compare
Choose a tag to compare
2.0.0-canary-9 Pre-release
Pre-release

Full Changelog: 1.3.2...2.0.0-canary-9