Skip to content

Commit

Permalink
prepare 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 3, 2023
1 parent 73115e4 commit babaa55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v5.0.3
======

### Improvements

* Add support for GRPC exporter protocol in opentelemetry tracing, by @SinimaWath in [#691](https://github.com/centrifugal/centrifugo/pull/691)

### Misc

* Release is built with Go 1.20.7
* Dependencies updated (rueidis, quic-go, opentelemetry, etc)

v5.0.2
======

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

### 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)
* Add support for GRPC exporter protocol in opentelemetry tracing, by @SinimaWath in [#691](https://github.com/centrifugal/centrifugo/pull/691)

### 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)
* Dependencies updated (rueidis, quic-go, opentelemetry, etc)
4 changes: 0 additions & 4 deletions misc/user_status/get.sh

This file was deleted.

4 changes: 0 additions & 4 deletions misc/user_status/set.sh

This file was deleted.

0 comments on commit babaa55

Please sign in to comment.