Skip to content

Latest commit

 

History

History
143 lines (76 loc) · 7.21 KB

CHANGELOG.md

File metadata and controls

143 lines (76 loc) · 7.21 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.2.8 (2023-07-27)

Bug Fixes

  • fix: Remove community eslint, fix router matching, and various other cleanup stuff by @derrickmehaffy in #61

4.2.7 (2023-03-15)

Bug Fixes

  • fix(recv): remove transformer plugin by @ComfortablyCoding in #46

4.2.6 (2022-12-27)

Bug Fixes

  • Update strapi-plugin-redis to v1.0.1 by @derrickmehaffy in #39
  • Add support for Strapi REST API Prefix by @derrickmehaffy in #38

4.2.5 (2022-12-02)

Bug Fixes

  • Install rest memory provider by default by @beebop1032 in #30
  • Fix del function in cacheStore.js, causes cache key not purged properly by @dinhkhanh in #27
  • Transform data before storing in cache by @nystrand1 in #35

4.2.4 (2022-03-19)

Bug Fixes

  • perfs: split keys computation into smaller functions (5aba888)

4.2.3 (2022-03-18)

Bug Fixes

  • etag: send a 304 (Not Modified) when valid If-None-Match header contains multiple values (ccf936a)
  • purge-rest-cache: cannot purge with redis (aa1da6d)

4.2.2 (2022-03-15)

Bug Fixes

  • ensure keyprefix is not undefined (9134f52)

4.2.1 (2022-03-11)

Bug Fixes

  • empty keys returned by providers (fb5c79c)

4.2.0 (2022-03-09)

Bug Fixes

  • configuration header sort (c0eec8f)
  • route checking should be absolute (fdf8666)

Features

  • expose new clearByUid and clearByRegexp functions in cacheStore service (c7d67fd)

4.1.0 (2022-03-05)

Bug Fixes

  • better path resolution when using custom delimiters (943393d)

Features

  • add strategy debug option (0dda260)

4.0.6 (2022-03-02)

Bug Fixes

  • only use boostrap lifecycle to register the plugin (46eaf0b)

4.0.5 (2022-03-02)

Bug Fixes

  • pluginId used to register permissions actions (3376b4a)

4.0.4 (2022-02-26)

Bug Fixes

  • add missing server entrypoint (820c967)
  • ignore unexisting routes instead of throwing (7f06c9d)

4.0.3 (2022-02-26)

Bug Fixes

4.0.2 (2022-02-24)

Bug Fixes

4.0.1 (2022-02-24)

Bug Fixes

4.0.0 (2022-01-31)

Bug Fixes

  • peerDependencies fixed version (4b5e317)

Features

  • core: add keysPrefix strategy option (8ed2149)

4.0.0-alpha.1 (2022-01-31)

Bug Fixes

  • peerDependencies fixed version (f43ef96)

4.0.0-alpha.0 (2022-01-31)

Bug Fixes

  • redis: remove ready listener on error (9a90fa2)

  • feat(core)!: add keys alterations options (a4214f2)

BREAKING CHANGES

  • move headers to keys.useHeaders add keys.useQueryParams option