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

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 CHANGED
@@ -1,15 +1,16 @@
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)
1
+ # [1.12.0](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.11.1...v1.12.0) (2026-04-29)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
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))
6
+ * update docs ([a2ab3d1](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/a2ab3d1fdebc3fdb8c06eaff73e0e51f333ecdfd))
8
7
 
8
+ ## [1.11.1](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.11.0...v1.11.1) (2026-03-08)
9
9
 
10
- ### Features
11
10
 
12
- * robust redis kill/reconnect handling (beta) ([9bfe214](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/9bfe214be8d464bdbd536ed4789cb01ee242ff6d))
11
+ ### Bug Fixes
12
+
13
+ * **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))
13
14
 
14
15
  # [1.11.0](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.10.3...v1.11.0) (2026-02-16)
15
16
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/@trieb.work/nextjs-turbo-redis-cache.svg)](https://www.npmjs.com/package/@trieb.work/nextjs-turbo-redis-cache)
4
4
  ![Turbo redis cache image](https://github.com/user-attachments/assets/4103191e-4f4d-4139-a519-0b5bfab3e8b4)
5
5
 
6
- The ultimate Redis caching solution for Next.js 15 and the app router. Built for production-ready, large-scale projects, it delivers unparalleled performance and efficiency with features tailored for high-traffic applications. This package has been created after extensibly testing the @neshca package and finding several major issues with it.
6
+ The ultimate Redis caching solution for Next.js 15 / 16 and the app router. Built for production-ready, large-scale projects, it delivers unparalleled performance and efficiency with features tailored for high-traffic applications. This package has been created after extensibly testing the @neshca package and finding several major issues with it.
7
7
 
8
8
  Key Features:
9
9
 
@@ -13,7 +13,7 @@ Key Features:
13
13
  - _Efficient Tag Management_: in-memory tags map for lightning-fast revalidate operations with minimal Redis overhead.
14
14
  - _Intelligent Key-Space Notifications_: Automatic update of in-memory tags map for expired or evicted keys.
15
15
 
16
- This library offers you an easy and high performant caching solution for docker, Kubernetes or Google Cloud Run deployments of Next.js.
16
+ This library offers you an easy and high performant caching solution for docker, Kubernetes or Google Cloud Run deployments of Next.js. Read more on how it originated at [TRWK> Case Study](https://trwk.de/case-studies/nextjs-turbo-redis-cache).
17
17
 
18
18
  ## Compatibility
19
19
 
@@ -354,4 +354,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
354
354
 
355
355
  ## Sponsor
356
356
 
357
- This project is created and maintained by the Next.js & Payload CMS agency [trieb.work](https://trieb.work)
357
+ This project is created and maintained by the Next.js & Payload CMS agency [TRWK>](https://trwk.de), formerly [trieb.work](https://trieb.work).
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@trieb.work/nextjs-turbo-redis-cache",
3
- "version": "1.12.0-beta.1",
3
+ "version": "1.12.0",
4
+ "homepage": "https://trwk.de/case-studies/nextjs-turbo-redis-cache",
4
5
  "repository": {
5
6
  "type": "git",
6
7
  "url": "git+https://github.com/trieb-work/nextjs-turbo-redis-cache.git"