Skip to content

Commit

Permalink
prepare v5.0.2 release (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Aug 7, 2023
1 parent 8a14ef0 commit 709df2d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v5.0.2
======

### Improvements

* Quiet mode and no expiration for gentoken/gensubtoken cli commands [#681](https://github.com/centrifugal/centrifugo/pull/681) - so token generation using cli helpers is more flexible now
* Add `proxy_static_http_headers` option and `static_http_headers` key for granular proxy [#687](https://github.com/centrifugal/centrifugo/pull/687) - so it's possible to append custom headers to HTTP proxy requests.

### Fixes

* Suppress warnings about k8s env vars, see [issue](https://github.com/centrifugal/centrifugo/issues/678)

### Misc

* Release is built with Go 1.20.7
* Dependencies updated (rueidis, quic-go, crypto, etc)
* Replace `interface{}` with `any` in code base, [#682](https://github.com/centrifugal/centrifugo/pull/682)

v5.0.1
======

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

## What's changed

## Fixes
### Improvements

* Fix panic upon subscription token validation caused by nil interface comparison, [commit](https://github.com/centrifugal/centrifugo/commit/fe2a92da24d1e8a473e559224fc5c87895713f6a)
* Quiet mode and no expiration for gentoken/gensubtoken cli commands [#681](https://github.com/centrifugal/centrifugo/pull/681) - so token generation using cli helpers is more flexible now
* Add `proxy_static_http_headers` option and `static_http_headers` key for granular proxy [#687](https://github.com/centrifugal/centrifugo/pull/687) - so it's possible to append custom headers to HTTP proxy requests.

### Fixes

* Suppress warnings about k8s env vars, see [issue](https://github.com/centrifugal/centrifugo/issues/678)

### Misc

* Release is built with Go 1.20.7
* Dependencies updated (rueidis, quic-go, crypto, etc)
* Replace `interface{}` with `any` in code base, [#682](https://github.com/centrifugal/centrifugo/pull/682)

0 comments on commit 709df2d

Please sign in to comment.