Skip to content

Commit

Permalink
prepare v2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Aug 2, 2021
1 parent 0f64681 commit e3ebd2c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 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.16.4]
go-version: [1.16.6]
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 @@ -19,7 +19,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
go-version: [1.16.4]
go-version: [1.16.6]
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.8.6
======

No backwards incompatible changes here.

Improvements:

* RPM and DEB packages now additionally added to release assets

Fixes:

* Fixes accidentally pushed Docker latest tag from Centrifugo v3 PRO beta.

Centrifugo v2.8.6 based on latest Go 1.16.6

v2.8.5
======

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

Improvements:

* Possibility to modify data in publish proxy – see [#439](https://github.com/centrifugal/centrifugo/issues/439) and [updated docs for publish proxy](https://centrifugal.github.io/centrifugo/server/proxy/#publish-proxy)
* RPM and DEB packages now additionally added to release assets

Fixes:

* Use default timeouts for subscribe and publish proxy (1 second). Previously these proxy had no default timeout at all.
* Fixes accidentally pushed Docker latest tag from Centrifugo v3 PRO beta.

Centrifugo v2.8.5 based on Go 1.16.4
Centrifugo v2.8.6 based on latest Go 1.16.6

0 comments on commit e3ebd2c

Please sign in to comment.