Skip to content

Releases: caching-tools/next-shared-cache

@neshca/json-replacer-reviver@1.1.2

26 Feb 10:52
c8dd1d6
Compare
Choose a tag to compare

Patch Changes

@neshca/cache-handler@1.0.2

26 Feb 13:57
7764adc
Compare
Choose a tag to compare

Patch Changes

  • ea5e158: Change hash set to Redis querying for the redis-stack Handler's revalidateTag method

@neshca/cache-handler@1.0.1

26 Feb 12:09
6cf06b5
Compare
Choose a tag to compare

Patch Changes

  • 6aeca1f: Fix Redis Handlers revalidateTag method

@neshca/cache-handler@1.0.0

26 Feb 10:52
c8dd1d6
Compare
Choose a tag to compare

Major Changes

  • dbf9286: Release 1.0.0

    Breaking Changes

    @neshca/cache-handler
    • rename IncrementalCache class to CacheHandler
    • rename Cache type to Handler
    • add delete method to Handler
    • 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 in getStaticPaths
    • refactor e2e tests for App Router pages
    • add new tests for Pages router pages
    • encapsulate Buffer to base64 conversion to the ROUTE 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

diffscribe@0.2.2

30 Jan 06:52
2a22e6b
Compare
Choose a tag to compare

Patch Changes

@neshca/cache-handler@0.6.9

27 Jan 18:58
25082c8
Compare
Choose a tag to compare

Patch Changes

  • 8570f6e: Refactor debug flag initialization in cache-handler.ts

@neshca/cache-handler@0.6.8

26 Jan 11:02
eeae9ca
Compare
Choose a tag to compare

Patch Changes

  • f3b30a5: Refactor redis-stack Handler to use Promise.allSettled for set callback.

@neshca/cache-handler@0.6.7

22 Jan 08:05
76a42c7
Compare
Choose a tag to compare

Patch Changes

  • ddf957f: Added support for ES Modules.

@neshca/cache-handler@0.6.6

19 Jan 20:07
6e2bbd7
Compare
Choose a tag to compare

Patch Changes

  • 3f02029: Added the resetRequestCache method to match with original CacheHandler class.

@neshca/cache-handler@0.6.5

13 Jan 21:56
ad4b63d
Compare
Choose a tag to compare

Patch Changes

  • c62c986: Refactored Redis Handlers timeout handling

    Changes

    • Refactored Redis Handlers to use AbortSignal instead of promisifying setTimeout.
    • Set default Redis Handlers timeoutMs option to 5000 ms.