Skip to content

Commit

Permalink
preparing v5.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 27, 2023
1 parent 3695688 commit ae2ed65
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v5.0.4
======

### Improvements

* Support `expire_at` field of SubscribeResult from Subscribe Proxy [#707](https://github.com/centrifugal/centrifugo/pull/707)
* Option to skip client token signature verification [#708](https://github.com/centrifugal/centrifugo/pull/708)

### Fixes

* Fix connecting to Redis server over unix socket - inherited from [centrifugal/centrifuge#318](https://github.com/centrifugal/centrifuge/pull/318) by @tie

### Misc

* Release is built with Go 1.21.1
* Dependencies updated (centrifuge, quic-go, grpc, and others)

v5.0.3
======

Expand Down
11 changes: 8 additions & 3 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ For details, go to the [Centrifugo documentation site](https://centrifugal.dev).

### Improvements

* Add support for GRPC exporter protocol in opentelemetry tracing, by @SinimaWath in [#691](https://github.com/centrifugal/centrifugo/pull/691)
* Support `expire_at` field of SubscribeResult from Subscribe Proxy [#707](https://github.com/centrifugal/centrifugo/pull/707)
* Option to skip client token signature verification [#708](https://github.com/centrifugal/centrifugo/pull/708)

### Fixes

* Fix connecting to Redis server over unix socket - inherited from [centrifugal/centrifuge#318](https://github.com/centrifugal/centrifuge/pull/318) by @tie

### Misc

* Release is built with Go 1.20.7
* Dependencies updated (rueidis, quic-go, opentelemetry, etc)
* Release is built with Go 1.21.1
* Dependencies updated (centrifuge, quic-go, grpc, and others)

0 comments on commit ae2ed65

Please sign in to comment.