Skip to content

Commit e5649ad

Browse files
Merge pull request #124 from Four-Lights-NL/chore/release-1.14.0
v1.15.0
2 parents fb5c117 + f5ddccd commit e5649ad

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.15.0] - 2026-01-08
4+
5+
### Fixed
6+
7+
- Cached entries are now correctly invalidated when their dependent schemas have changed ([#123](https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/pull/123)) (Thomas Rijpstra)
8+
- Cached entries are now persisted through an upsert, which prevents UNIQUE CONSTRAINT errors upon simultaneous cache inserts ([#126](https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/pull/126)) (Thomas Rijpstra)
9+
10+
## [1.14.0] - 2025-12-19
11+
12+
### Added
13+
14+
- Add `clearCacheOnStartup` configuration flag for more control on cache behaviour ([#114](https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/pull/114)) (Thomas Rijpstra)
15+
316
## [1.13.0] - 2025-11-20
417

518
### Fixed
@@ -291,3 +304,7 @@ _:seedling: Initial release._
291304
[1.12.0]: https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/releases/tag/v1.12.0
292305

293306
[1.13.0]: https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/releases/tag/v1.13.0
307+
308+
[1.14.0]: https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/releases/tag/v1.14.0
309+
310+
[1.15.0]: https://github.com/Four-Lights-NL/strapi-plugin-deep-populate/releases/tag/v1.15.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.14.0",
2+
"version": "1.15.0-rc.1",
33
"keywords": [
44
"strapi",
55
"strapi-plugin",

0 commit comments

Comments
 (0)