Releases: caching-tools/next-shared-cache
Releases · caching-tools/next-shared-cache
@neshca/json-replacer-reviver@1.1.2
Patch Changes
- dbf9286: Fixed type in readme
@neshca/cache-handler@1.0.2
Patch Changes
- ea5e158: Change hash set to Redis querying for the
redis-stack
Handler'srevalidateTag
method
@neshca/cache-handler@1.0.1
Patch Changes
- 6aeca1f: Fix Redis Handlers
revalidateTag
method
@neshca/cache-handler@1.0.0
Major Changes
-
dbf9286: Release 1.0.0
Breaking Changes
@neshca/cache-handler
- rename
IncrementalCache
class toCacheHandler
- rename
Cache
type toHandler
- add
delete
method toHandler
- remove
useFileSystem
option - add global
ttl
option - remove support for on-demand revalidation by path for App Router pages
- remove file system handling except for pages with
fallback: false
ingetStaticPaths
- refactor e2e tests for App Router pages
- add new tests for Pages router pages
- encapsulate
Buffer
tobase64
conversion to theROUTE
kind values - make filesystem-related methods static
- refactor constructor to prevent multiple
CacheHandler.#configureCacheHandler
calls - update and improve docs
Pre-configured handlers
- remove
revalidatedTagsKey
option - add
sharedTagsKey
option - remove
useTtl
option - remove
@neshca/json-replacer-reviver
from deps
- rename
diffscribe@0.2.2
Patch Changes
- bb61a52: Applied new code style.
@neshca/cache-handler@0.6.9
Patch Changes
- 8570f6e: Refactor debug flag initialization in cache-handler.ts
@neshca/cache-handler@0.6.8
Patch Changes
- f3b30a5: Refactor
redis-stack
Handler to usePromise.allSettled
forset
callback.
@neshca/cache-handler@0.6.7
Patch Changes
- ddf957f: Added support for ES Modules.
@neshca/cache-handler@0.6.6
Patch Changes
- 3f02029: Added the
resetRequestCache
method to match with originalCacheHandler
class.
@neshca/cache-handler@0.6.5
Patch Changes
-
c62c986: Refactored Redis Handlers timeout handling
Changes
- Refactored Redis Handlers to use
AbortSignal
instead of promisifyingsetTimeout
. - Set default Redis Handlers
timeoutMs
option to 5000 ms.
- Refactored Redis Handlers to use