@@ -21,31 +21,33 @@ Key highlights of the Timeplus 3.2 release include:
2121## Releases
2222We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
2323
24- ### 3.2.5 {#3_2_5 }
25- Released on 04-22 -2026. Installation options:
26- * For Linux or Mac users: [ Downloads] ( /release-downloads#3_2_5 )
27- * For Docker users (not recommended for production): ` docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.5 `
28- * For Kubernetes users: ` helm install timeplus/timeplus-enterprise --version 11.0.11 `
24+ ### 3.2.6 {#3_2_6 }
25+ Released on 04-23 -2026. Installation options:
26+ * For Linux or Mac users: [ Downloads] ( /release-downloads#3_2_6 )
27+ * For Docker users (not recommended for production): ` docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6 `
28+ * For Kubernetes users: ` helm install timeplus/timeplus-enterprise --version 11.0.12 `
2929
3030Component versions:
31- * timeplusd 3.2.5
31+ * timeplusd 3.2.6
3232* timeplus_appserver 3.2.1
3333* timeplus_connector 3.2.0
3434* timeplus cli 3.0.0
3535* timeplus byoc 1.0.0
3636
37- #### Changelog {#changelog_3_2_5 }
37+ #### Changelog {#changelog_3_2_6 }
3838
3939** Features and Enhancements**
4040* NATS JetStream external stream support (#11900 )
4141* Enhance NATS I/O (#11957 )
42+ * Enhance performance and error handling related to NATS(#11996 ).
4243* Refine NATS settings (#11976 )
4344* Close all idle TCP connections in one pass (#11930 )
4445
4546** Performance**
4647* Cache ` StorageView::isStreamingQuery ` per query (#11902 )
4748
4849** Bug Fixes**
50+ * Fix replication factor for internal system streams in cluster setup (#12009 )
4951* Fix NATS JetStream source (#11968 )
5052* Reset ` ReadBuffer ` canceled flag on rewind (#11953 )
5153* Fix CH_CASE issues: WITH-alias missing column, throttle overflow, ` nth_value ` (#11920 )
0 commit comments