From 90b87ac5f8a04a7545cddd9c84b9097834bb6f52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:34:54 +0000 Subject: [PATCH 1/2] chore: release 5.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++++ package.json | 2 +- packages/plugin-rest-cache/package.json | 2 +- .../provider-rest-cache-memory/package.json | 2 +- .../provider-rest-cache-redis/package.json | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87afa19..affd1ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0-beta" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d03c45..79e51bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.0](https://github.com/strapi-community/plugin-rest-cache/compare/v5.1.0-beta...v5.1.0) (2026-08-14) + + +### Bug Fixes + +* **admin:** stop the settings table logging a React error on every render ([#215](https://github.com/strapi-community/plugin-rest-cache/issues/215)) ([0e55c98](https://github.com/strapi-community/plugin-rest-cache/commit/0e55c98f213ecc07b3b960978f17ac324ec99aca)) +* **release:** fold the beta changelog into the release that supersedes it ([#219](https://github.com/strapi-community/plugin-rest-cache/issues/219)) ([5ee1bae](https://github.com/strapi-community/plugin-rest-cache/commit/5ee1bae45ecf668ddabfadbed864d82a74d740d9)) +* **release:** rebuild the release PR body and draft notes from the changelog ([#221](https://github.com/strapi-community/plugin-rest-cache/issues/221)) ([9376586](https://github.com/strapi-community/plugin-rest-cache/commit/93765868d76837d46bb75b5e4743ff56e344859d)) +* **release:** stop the folded changelog rendering as two lists ([#220](https://github.com/strapi-community/plugin-rest-cache/issues/220)) ([3c68683](https://github.com/strapi-community/plugin-rest-cache/commit/3c68683ce95a508642b32c1782686808bea58cc3)) + + +### Documentation + +* backfill 4.2.9, 5.0.0 and 5.0.1 into the changelog ([#213](https://github.com/strapi-community/plugin-rest-cache/issues/213)) ([65d4f1e](https://github.com/strapi-community/plugin-rest-cache/commit/65d4f1eec41a1e404c189aa925fa7cb8c16d0316)) + + +### Chores + +* graduate to a stable release ([#218](https://github.com/strapi-community/plugin-rest-cache/issues/218)) ([9306961](https://github.com/strapi-community/plugin-rest-cache/commit/930696140b2e130c52020ba1a224e0b544b4be8f)) + ## [5.1.0-beta](https://github.com/strapi-community/plugin-rest-cache/compare/v5.0.0...v5.1.0-beta) (2026-08-14) diff --git a/package.json b/package.json index 9203aa6..7dc043a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strapi-plugin-rest-cache/monorepo", "private": true, - "version": "5.1.0-beta", + "version": "5.1.0", "type": "module", "description": "Speed-up HTTP requests with LRU cache", "scripts": { diff --git a/packages/plugin-rest-cache/package.json b/packages/plugin-rest-cache/package.json index 749baa7..74b11b5 100644 --- a/packages/plugin-rest-cache/package.json +++ b/packages/plugin-rest-cache/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/plugin-rest-cache", - "version": "5.1.0-beta", + "version": "5.1.0", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { diff --git a/packages/provider-rest-cache-memory/package.json b/packages/provider-rest-cache-memory/package.json index 30e7966..f3747f8 100644 --- a/packages/provider-rest-cache-memory/package.json +++ b/packages/provider-rest-cache-memory/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/provider-rest-cache-memory", - "version": "5.1.0-beta", + "version": "5.1.0", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { diff --git a/packages/provider-rest-cache-redis/package.json b/packages/provider-rest-cache-redis/package.json index 1c45d3b..7de6faf 100644 --- a/packages/provider-rest-cache-redis/package.json +++ b/packages/provider-rest-cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/provider-rest-cache-redis", - "version": "5.1.0-beta", + "version": "5.1.0", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { From e84f3a08287b79975a95183d307f4155cdb27ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:35:03 +0000 Subject: [PATCH 2/2] chore: tidy the release changelog --- CHANGELOG.md | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e51bd..5a10358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,28 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [5.1.0](https://github.com/strapi-community/plugin-rest-cache/compare/v5.1.0-beta...v5.1.0) (2026-08-14) - - -### Bug Fixes - -* **admin:** stop the settings table logging a React error on every render ([#215](https://github.com/strapi-community/plugin-rest-cache/issues/215)) ([0e55c98](https://github.com/strapi-community/plugin-rest-cache/commit/0e55c98f213ecc07b3b960978f17ac324ec99aca)) -* **release:** fold the beta changelog into the release that supersedes it ([#219](https://github.com/strapi-community/plugin-rest-cache/issues/219)) ([5ee1bae](https://github.com/strapi-community/plugin-rest-cache/commit/5ee1bae45ecf668ddabfadbed864d82a74d740d9)) -* **release:** rebuild the release PR body and draft notes from the changelog ([#221](https://github.com/strapi-community/plugin-rest-cache/issues/221)) ([9376586](https://github.com/strapi-community/plugin-rest-cache/commit/93765868d76837d46bb75b5e4743ff56e344859d)) -* **release:** stop the folded changelog rendering as two lists ([#220](https://github.com/strapi-community/plugin-rest-cache/issues/220)) ([3c68683](https://github.com/strapi-community/plugin-rest-cache/commit/3c68683ce95a508642b32c1782686808bea58cc3)) - - -### Documentation - -* backfill 4.2.9, 5.0.0 and 5.0.1 into the changelog ([#213](https://github.com/strapi-community/plugin-rest-cache/issues/213)) ([65d4f1e](https://github.com/strapi-community/plugin-rest-cache/commit/65d4f1eec41a1e404c189aa925fa7cb8c16d0316)) - - -### Chores - -* graduate to a stable release ([#218](https://github.com/strapi-community/plugin-rest-cache/issues/218)) ([9306961](https://github.com/strapi-community/plugin-rest-cache/commit/930696140b2e130c52020ba1a224e0b544b4be8f)) - -## [5.1.0-beta](https://github.com/strapi-community/plugin-rest-cache/compare/v5.0.0...v5.1.0-beta) (2026-08-14) - +## [5.1.0](https://github.com/strapi-community/plugin-rest-cache/compare/v5.0.0...v5.1.0) (2026-08-14) ### Features @@ -40,6 +19,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes +* **admin:** stop the settings table logging a React error on every render ([#215](https://github.com/strapi-community/plugin-rest-cache/issues/215)) ([0e55c98](https://github.com/strapi-community/plugin-rest-cache/commit/0e55c98f213ecc07b3b960978f17ac324ec99aca)) +* **release:** fold the beta changelog into the release that supersedes it ([#219](https://github.com/strapi-community/plugin-rest-cache/issues/219)) ([5ee1bae](https://github.com/strapi-community/plugin-rest-cache/commit/5ee1bae45ecf668ddabfadbed864d82a74d740d9)) +* **release:** rebuild the release PR body and draft notes from the changelog ([#221](https://github.com/strapi-community/plugin-rest-cache/issues/221)) ([9376586](https://github.com/strapi-community/plugin-rest-cache/commit/93765868d76837d46bb75b5e4743ff56e344859d)) +* **release:** stop the folded changelog rendering as two lists ([#220](https://github.com/strapi-community/plugin-rest-cache/issues/220)) ([3c68683](https://github.com/strapi-community/plugin-rest-cache/commit/3c68683ce95a508642b32c1782686808bea58cc3)) * **admin:** make the panel work in a production build, and test it ([#184](https://github.com/strapi-community/plugin-rest-cache/issues/184)) ([5c0a229](https://github.com/strapi-community/plugin-rest-cache/commit/5c0a229485e8bf21c63fff8f88536d0ee05fc966)) * await the cache purge instead of deferring it to onCommit ([9675095](https://github.com/strapi-community/plugin-rest-cache/commit/96750957feaffd5ac5152a26e37c5dbc1e58e6e4)) * **bench:** combine the providers into one document, and run them in parallel ([#207](https://github.com/strapi-community/plugin-rest-cache/issues/207)) ([b470da6](https://github.com/strapi-community/plugin-rest-cache/commit/b470da675356573864b7f6c72ef9ee53b5f362cf)) @@ -73,11 +56,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Documentation +* backfill 4.2.9, 5.0.0 and 5.0.1 into the changelog ([#213](https://github.com/strapi-community/plugin-rest-cache/issues/213)) ([65d4f1e](https://github.com/strapi-community/plugin-rest-cache/commit/65d4f1eec41a1e404c189aa925fa7cb8c16d0316)) * give every published package a README ([#196](https://github.com/strapi-community/plugin-rest-cache/issues/196)) ([2f53e09](https://github.com/strapi-community/plugin-rest-cache/commit/2f53e0968eb4e151da0d89c949504568528ec1b1)) * point the provider examples at their TypeScript sources ([#193](https://github.com/strapi-community/plugin-rest-cache/issues/193)) ([b4681d1](https://github.com/strapi-community/plugin-rest-cache/commit/b4681d1a28b4f145c19ce47e1b6a4ffdf375b166)) * rewrite around tasks, generate the type reference, add a contributing guide ([#185](https://github.com/strapi-community/plugin-rest-cache/issues/185)) ([1e3ca6d](https://github.com/strapi-community/plugin-rest-cache/commit/1e3ca6da55438a172020ac7f6b560b2012663006)) * sync README with the published 5.0.1 and backfill changelogs ([380997c](https://github.com/strapi-community/plugin-rest-cache/commit/380997cad55e10db1e57e22ac31270cd17f534df)) + +### Chores + +* graduate to a stable release ([#218](https://github.com/strapi-community/plugin-rest-cache/issues/218)) ([9306961](https://github.com/strapi-community/plugin-rest-cache/commit/930696140b2e130c52020ba1a224e0b544b4be8f)) + ## 5.0.1 (2025-09-25)