Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@Thavarshan Thavarshan released this 16 May 16:09
· 1 commit to main since this release
c1e4c21

Changed

  • Modified the buildCacheKey method to sort and normalise filterables before generating the cache key. This change reduces the number of unique keys and helps mitigate cache pollution issues. (See PR #18)
    Caching has now been changed to be disabled by default. This change provides more control over when caching is used, helping to prevent unnecessary cache pollution.

Fixed

  • Fixed cache pollution issues caused by the generation of too many unique keys. This was achieved by limiting the number of unique filter combinations that can be cached. (See issue #17 and PR #18)