Skip to content

Commit

Permalink
prepare v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 6, 2021
1 parent 89aa583 commit e796adf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.2]
go-version: [1.17.3]
steps:
- name: Install rpm
run: sudo apt-get install rpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
go-version: [1.17.2]
go-version: [1.17.3]
tarantool-version: [2.7.2]
steps:
- name: Install Go
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.1.0
======

No backwards incompatible changes here.

Improvements:

* Introducing a [granular proxy mode](https://centrifugal.dev/docs/server/proxy#granular-proxy-mode). Some background can be found in [#477](https://github.com/centrifugal/centrifugo/issues/477).

This release is built with Go 1.17.3.

v3.0.5
======

Expand Down
6 changes: 4 additions & 2 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
No backwards incompatible changes here.

Fixes:
Improvements:

* Fix subscription cleanup on client close. Addresses one more problem found in [this report](https://github.com/centrifugal/centrifugo/issues/486).
* Introducing a [granular proxy mode](https://centrifugal.dev/docs/server/proxy#granular-proxy-mode). Some background can be found in [#477](https://github.com/centrifugal/centrifugo/issues/477).

This release is built with Go 1.17.3.

0 comments on commit e796adf

Please sign in to comment.