Skip to content

Commit cfda338

Browse files
committed
go 1.20.5, release notes
1 parent 8277c7c commit cfda338

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go-version: [1.20.3]
13+
go-version: [1.20.5]
1414
steps:
1515
- name: Install Go
1616
uses: actions/setup-go@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2424
strategy:
2525
matrix:
26-
go-version: [1.20.3]
26+
go-version: [1.20.5]
2727
tarantool-version: [2.7.2]
2828
steps:
2929
- name: Install Go

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v5.0.0
2+
======
3+
4+
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.
5+
6+
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.
7+
8+
We also prepared [Centrifugo v5 migration guide](https://centrifugal.dev/docs/getting-started/migration_v5) which has more specific details about changes.
9+
110
v4.1.3
211
======
312

misc/release/notes.md

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

11-
### Improvements
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.
1212

13-
* Dynamic JWKS endpoint based on iss and aud – implemented in [#638](https://github.com/centrifugal/centrifugo/pull/638), [documented here](https://centrifugal.dev/docs/server/authentication#dynamic-jwks-endpoint)
14-
* Add [redis_force_resp2](https://centrifugal.dev/docs/server/engines#redis_force_resp2) option, [#641](https://github.com/centrifugal/centrifugo/pull/641)
15-
* Document [client_stale_close_delay](https://centrifugal.dev/docs/server/configuration#client_stale_close_delay), make it 10 sec instead of 25 sec by default, relates [#639](https://github.com/centrifugal/centrifugo/issues/639)
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.
1616

1717
### Misc
1818

19-
* This release is built with Go 1.20.3
19+
* This release is built with Go 1.20.5

0 commit comments

Comments
 (0)