You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: misc/release/notes.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,19 @@ For details, go to the [Centrifugo documentation site](https://centrifugal.dev).
8
8
9
9
## What's changed
10
10
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
15
+
11
16
### Fixes
12
17
13
-
* Kafka async consumer: fix potential loss of records under load [#917](https://github.com/centrifugal/centrifugo/pull/917)
14
-
* Centrifugo now does not log tokens when writing INFO level log entry about client error caused by command processing.
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
21
16
22
### Miscellaneous
17
23
18
24
* This release is built with Go 1.23.4.
19
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.
20
-
* See also the corresponding [Centrifugo PRO release](https://github.com/centrifugal/centrifugo-pro/releases/tag/v5.4.9).
26
+
* See also the corresponding [Centrifugo PRO release](https://github.com/centrifugal/centrifugo-pro/releases/tag/v5.4.10).
0 commit comments