File tree Expand file tree Collapse file tree 16 files changed +92
-17
lines changed
strapi-provider-rest-cache-couchbase
strapi-provider-rest-cache-memory
strapi-provider-rest-cache-redis Expand file tree Collapse file tree 16 files changed +92
-17
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.2.3] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3 ) (2022-03-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** etag:** send a 304 (Not Modified) when valid If-None-Match header contains multiple values ([ ccf936a] ( https://github.com/strapi-community/strapi-plugin-rest-cache/commit/ccf936a02fbbb04a13bcf8143dd6009a3d1148c5 ) )
12+ * ** purge-rest-cache:** cannot purge with redis ([ aa1da6d] ( https://github.com/strapi-community/strapi-plugin-rest-cache/commit/aa1da6da1b2165cabf4de5894eb6179e02ebe633 ) )
13+
14+
15+
16+
17+
618## [ 4.2.2] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2 ) (2022-03-15)
719
820
Original file line number Diff line number Diff line change 33 " packages/*" ,
44 " playgrounds/*"
55 ],
6- "version" : " 4.2.2 " ,
6+ "version" : " 4.2.3 " ,
77 "npmClient" : " yarn" ,
88 "useWorkspaces" : true
99}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.2.3] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3 ) (2022-03-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** etag:** send a 304 (Not Modified) when valid If-None-Match header contains multiple values ([ ccf936a] ( https://github.com/strapi-community/strapi-plugin-rest-cache/commit/ccf936a02fbbb04a13bcf8143dd6009a3d1148c5 ) )
12+ * ** purge-rest-cache:** cannot purge with redis ([ aa1da6d] ( https://github.com/strapi-community/strapi-plugin-rest-cache/commit/aa1da6da1b2165cabf4de5894eb6179e02ebe633 ) )
13+
14+
15+
16+
17+
618## [ 4.2.2] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2 ) (2022-03-15)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-plugin-rest-cache" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.2.3 " ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.2.3] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3 ) (2022-03-18)
7+
8+ ** Note:** Version bump only for package strapi-provider-rest-cache-couchbase
9+
10+
11+
12+
13+
614## [ 4.2.2] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2 ) (2022-03-15)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-provider-rest-cache-couchbase" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.2.3 " ,
44 "description" : " Speed-up HTTP requests with Couchbase database" ,
55 "license" : " MIT" ,
66 "strapi" : {
5858 },
5959 "devDependencies" : {
6060 "@strapi/strapi" : " ^4.1.5" ,
61- "strapi-plugin-rest-cache" : " ^4.2.2 "
61+ "strapi-plugin-rest-cache" : " ^4.2.3 "
6262 },
6363 "peerDependencies" : {
6464 "@strapi/strapi" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.2.3] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3 ) (2022-03-18)
7+
8+ ** Note:** Version bump only for package strapi-provider-rest-cache-memory
9+
10+
11+
12+
13+
614## [ 4.2.2] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2 ) (2022-03-15)
715
816** Note:** Version bump only for package strapi-provider-rest-cache-memory
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-provider-rest-cache-memory" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.2.3 " ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
5757 },
5858 "devDependencies" : {
5959 "@strapi/strapi" : " ^4.1.5" ,
60- "strapi-plugin-rest-cache" : " ^4.2.2 "
60+ "strapi-plugin-rest-cache" : " ^4.2.3 "
6161 },
6262 "peerDependencies" : {
6363 "@strapi/strapi" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.2.3] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3 ) (2022-03-18)
7+
8+ ** Note:** Version bump only for package strapi-provider-rest-cache-redis
9+
10+
11+
12+
13+
614## [ 4.2.2] ( https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2 ) (2022-03-15)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-provider-rest-cache-redis" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.2.3 " ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
5959 "devDependencies" : {
6060 "@strapi/strapi" : " ^4.1.5" ,
6161 "strapi-plugin-redis" : " ^1.0.0-alpha.2" ,
62- "strapi-plugin-rest-cache" : " ^4.2.2 "
62+ "strapi-plugin-rest-cache" : " ^4.2.3 "
6363 },
6464 "peerDependencies" : {
6565 "@strapi/strapi" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments