Releases: caching-tools/next-shared-cache
Releases · caching-tools/next-shared-cache
@neshca/cache-handler@1.9.0
Minor Changes
- 6bae69a: Updated the documentation and peer dependencies to explicitly state that only Next.js versions
13.5.x
and14.x.x
are supported. Modified the defaultestimateExpireAge
function to perform the calculation as(staleAge) => staleAge * 1.5
.
@neshca/cache-handler@1.8.1
Patch Changes
- 3a91160: Refactor monorepo setup and release workflow. No functional changes.
@neshca/cache-handler@1.8.0
Minor Changes
- b91f759: Add the new
neshClassicCache
function to the@neshca/cache-handler/functions
module allowing to cache the result of expensive operations in thegetServerSideProps
and a Next.js Pages API routes.
@neshca/cache-handler@1.7.4
Patch Changes
- 3cd218c: Fix
neshCache
JSDocs time interval description. It was incorrectly stated in milliseconds. Now it is stated in seconds.
@neshca/cache-handler@1.7.3
Patch Changes
- 972ed99: Add
.npmignore
file to exclude unnecessary files from the package.
@neshca/cache-handler@1.7.2
Patch Changes
- be27549: Add error handling for
keyExpirationStrategy
andprerenderManifest
parsing.
@neshca/cache-handler@1.7.1
Patch Changes
- 432a918: Fix an error when working with the
fetch-cache
in theregisterInitialCache
.
@neshca/server@1.1.2
Patch Changes
- 435a4fe: Implement delete functionality.
@neshca/cache-handler@1.6.1
Patch Changes
- 435a4fe: Fix delete functionality for all built-in Handlers and enhance debug logging.
@neshca/cache-handler@1.6.0
Minor Changes
-
7b2abf9: Refactor search index creation in the
redis-stack
HandlerMinor Changes
@neshca/cache-handler/redis-stack
- Move search index creation to revalidateTag method:
- Ensure index existence before searching by creating it inside revalidateTag with a randomized name to avoid collisions
- Allow synchronous Handler creation without waiting for the client to connect
- Move search index creation to revalidateTag method: