Skip to content

Commit cf07a3e

Browse files
authored
v6 release notes (#932)
1 parent 517b8a3 commit cf07a3e

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

misc/release/notes.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,15 @@ Several official client SDKs for browser and mobile development wrap the bidirec
66

77
For details, go to the [Centrifugo documentation site](https://centrifugal.dev).
88

9-
## What's changed
9+
## Centrifugo v6 released 💻✨🔮✨💻
1010

11-
### Improvements
12-
13-
* Change Dockerfile to run `centrifugo` under non-root user [#922](https://github.com/centrifugal/centrifugo/pull/922) by @dmeremyanin
14-
* Update `alpine` base image from 3.18 to 3.21 in Centrifugo Dockerfile
11+
We are excited to announce Centrifugo v6 – a new major release that is now live. This release includes fundamental improvements in the configuration to simplify working with Centrifugo from both user and core development perspectives. It also adds several useful features and enhances observability for both Centrifugo OSS and Centrifugo PRO.
1512

16-
### Fixes
13+
### Improvements
1714

18-
* Fix a deadlock during pub/sub and recovery sync when using Redis engine and server-side subscriptions, fixes [#925](https://github.com/centrifugal/centrifugo/issues/925)
19-
* Fix pause/resume race in Kafka async consumer [#927](https://github.com/centrifugal/centrifugo/pull/927) – the race could lead to a partition non being processed, while in normal condition the chance of the race is minimal, this was observed in a real system under CPU throttling conditions.
20-
* Fix flaky `TestHandleRefreshWithoutProxyServerStart` test [#920](https://github.com/centrifugal/centrifugo/pull/920) by @makhov
15+
See the details in the [Centrifugo v6 release blog post](https://centrifugal.dev/blog/2025/01/16/centrifugo-v6-released)
2116

2217
### Miscellaneous
2318

2419
* This release is built with Go 1.23.4.
25-
* Check out the [Centrifugo v6 roadmap](https://github.com/centrifugal/centrifugo/issues/832). It outlines important changes planned for the next major release. We have already started working on v6 and are sharing updates in the issue and our community channels.
26-
* See also the corresponding [Centrifugo PRO release](https://github.com/centrifugal/centrifugo-pro/releases/tag/v5.4.10).
20+
* See also the corresponding [Centrifugo PRO release](https://github.com/centrifugal/centrifugo-pro/releases/tag/v6.0.0).

0 commit comments

Comments
 (0)