@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.
- package/CHANGELOG.md +8 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
|
|
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
|
-
* **
|
|
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
|
|