Skip to content

Commit e14f622

Browse files
committed
prepare 5.0.1
1 parent fe2a92d commit e14f622

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v5.0.1
2+
======
3+
4+
* Fix panic upon subscription token validation caused by nil interface comparison, [commit](https://github.com/centrifugal/centrifugo/commit/fe2a92da24d1e8a473e559224fc5c87895713f6a)
5+
16
v5.0.0
27
======
38

misc/release/notes.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ 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 in Centrifugo v5
9+
## What's changed
1010

11-
In Centrifugo v5 we're phasing out old client protocol support, introducing a more intuitive HTTP API, adjusting token management behaviour in SDKs, improving configuration process, and refactoring the history meta ttl option. As the result you get a cleaner, more user-friendly, and optimized Centrifugo experience.
11+
## Fixes
1212

13-
All the major details about the release may be found in [Centrifugo v5 release announcement](https://centrifugal.dev/blog/2023/06/29/centrifugo-v5-released) in our blog.
14-
15-
We also prepared [Centrifugo v5 migration guide](https://centrifugal.dev/docs/getting-started/migration_v5) which has more specific details about changes.
16-
17-
### Misc
18-
19-
* This release is built with Go 1.20.5
13+
* Fix panic upon subscription token validation caused by nil interface comparison, [commit](https://github.com/centrifugal/centrifugo/commit/fe2a92da24d1e8a473e559224fc5c87895713f6a)

0 commit comments

Comments
 (0)