@trieb.work/nextjs-turbo-redis-cache 1.11.1 → 1.12.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,15 @@
1
- ## [1.11.1](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.11.0...v1.11.1) (2026-03-08)
1
+ # [1.12.0-beta.1](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.11.0...v1.12.0-beta.1) (2026-03-02)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **syncedmap:** robust subscriber reconnect + redis restart test ([#69](https://github.com/trieb-work/nextjs-turbo-redis-cache/issues/69)) ([01b3a28](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/01b3a282083c23453d3e21911a1fb0f6ef5eacc1))
6
+ * **cache-components:** avoid reconnect connect() when socket already open ([a58e1c3](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/a58e1c35c03b7c161040f863577edb4f2af9f453))
7
+ * **syncedmap:** prevent overlapping subscriber connect; add redis kill/reconnect test ([8b9975f](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/8b9975fdd7baef010a10fdf5b1564280eed403a0))
8
+
9
+
10
+ ### Features
11
+
12
+ * robust redis kill/reconnect handling (beta) ([9bfe214](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/9bfe214be8d464bdbd536ed4789cb01ee242ff6d))
7
13
 
8
14
  # [1.11.0](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.10.3...v1.11.0) (2026-02-16)
9
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trieb.work/nextjs-turbo-redis-cache",
3
- "version": "1.11.1",
3
+ "version": "1.12.0-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/trieb-work/nextjs-turbo-redis-cache.git"