Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 9, 2022
1 parent c7d67fd commit 2e1135f
Show file tree
Hide file tree
Showing 16 changed files with 108 additions and 17 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)


### Bug Fixes

* configuration header sort ([c0eec8f](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c0eec8f475b3b25722fbb5de659212e25f263534))
* route checking should be absolute ([fdf8666](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/fdf866648a98036b8c70500769cf3bcac42671d8))


### Features

* expose new clearByUid and clearByRegexp functions in cacheStore service ([c7d67fd](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c7d67fd532ccca66df90b3621061ba2d65b70fe1))





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"playgrounds/*"
],
"version": "4.1.0",
"version": "4.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
17 changes: 17 additions & 0 deletions packages/strapi-plugin-rest-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)


### Bug Fixes

* configuration header sort ([c0eec8f](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c0eec8f475b3b25722fbb5de659212e25f263534))
* route checking should be absolute ([fdf8666](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/fdf866648a98036b8c70500769cf3bcac42671d8))


### Features

* expose new clearByUid and clearByRegexp functions in cacheStore service ([c7d67fd](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c7d67fd532ccca66df90b3621061ba2d65b70fe1))





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-rest-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-rest-cache",
"version": "4.1.0",
"version": "4.2.0",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down
8 changes: 8 additions & 0 deletions packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)

**Note:** Version bump only for package strapi-provider-rest-cache-couchbase





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package strapi-provider-rest-cache-couchbase
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-couchbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-couchbase",
"version": "4.1.0",
"version": "4.2.0",
"description": "Speed-up HTTP requests with Couchbase database",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"strapi-plugin-rest-cache": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/strapi-provider-rest-cache-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)

**Note:** Version bump only for package strapi-provider-rest-cache-memory





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package strapi-provider-rest-cache-memory
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-memory",
"version": "4.1.0",
"version": "4.2.0",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"strapi-plugin-rest-cache": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/strapi-provider-rest-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)

**Note:** Version bump only for package strapi-provider-rest-cache-redis





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package strapi-provider-rest-cache-redis
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-redis",
"version": "4.1.0",
"version": "4.2.0",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"strapi-plugin-redis": "^1.0.0-alpha.1",
"strapi-plugin-rest-cache": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions playgrounds/couchbase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)


### Features

* expose new clearByUid and clearByRegexp functions in cacheStore service ([c7d67fd](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c7d67fd532ccca66df90b3621061ba2d65b70fe1))





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-couchbase
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/couchbase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-couchbase",
"private": true,
"version": "4.1.0",
"version": "4.2.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -16,8 +16,8 @@
"lodash.set": "^4.3.2",
"mime-types": "^2.1.27",
"sqlite3": "5.0.2",
"strapi-plugin-rest-cache": "^4.1.0",
"strapi-provider-rest-cache-couchbase": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0",
"strapi-provider-rest-cache-couchbase": "^4.2.0"
},
"author": {
"name": "A Strapi developer"
Expand Down
11 changes: 11 additions & 0 deletions playgrounds/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)


### Features

* expose new clearByUid and clearByRegexp functions in cacheStore service ([c7d67fd](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c7d67fd532ccca66df90b3621061ba2d65b70fe1))





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-memory
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-memory",
"private": true,
"version": "4.1.0",
"version": "4.2.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -16,8 +16,8 @@
"lodash.set": "^4.3.2",
"mime-types": "^2.1.27",
"sqlite3": "5.0.2",
"strapi-plugin-rest-cache": "^4.1.0",
"strapi-provider-rest-cache-memory": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0",
"strapi-provider-rest-cache-memory": "^4.2.0"
},
"author": {
"name": "A Strapi developer"
Expand Down
11 changes: 11 additions & 0 deletions playgrounds/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.1.0...v4.2.0) (2022-03-09)


### Features

* expose new clearByUid and clearByRegexp functions in cacheStore service ([c7d67fd](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/c7d67fd532ccca66df90b3621061ba2d65b70fe1))





# [4.1.0](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.0.6...v4.1.0) (2022-03-05)

**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-redis
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-redis",
"private": true,
"version": "4.1.0",
"version": "4.2.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -17,8 +17,8 @@
"mime-types": "^2.1.27",
"sqlite3": "5.0.2",
"strapi-plugin-redis": "1.0.0-alpha.2",
"strapi-plugin-rest-cache": "^4.1.0",
"strapi-provider-rest-cache-redis": "^4.1.0"
"strapi-plugin-rest-cache": "^4.2.0",
"strapi-provider-rest-cache-redis": "^4.2.0"
},
"author": {
"name": "A Strapi developer"
Expand Down

0 comments on commit 2e1135f

Please sign in to comment.