Skip to content

Commit

Permalink
prepare v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Aug 7, 2020
1 parent ba764c3 commit 551c2ca
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.5.2
======

Fixes:

* Backport Redis Engine epoch fix

v2.5.1
======

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/FZambia/statik v0.1.2-0.20180217151304-b9f012bb2a1b
github.com/FZambia/viper-lite v0.0.0-20171108064948-d5a31e6aa18b
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af
github.com/centrifugal/centrifuge v0.8.3-0.20200517115537-63326343fc56
github.com/centrifugal/centrifuge v0.8.3-0.20200807175329-3144482b4f29
github.com/cristalhq/jwt/v3 v3.0.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+Ce
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/centrifugal/centrifuge v0.8.3-0.20200517115537-63326343fc56 h1:v4rPjtVrVPxQgkhc9mefJbCFFb1yB4t+3WjEw9/jKfI=
github.com/centrifugal/centrifuge v0.8.3-0.20200517115537-63326343fc56/go.mod h1:OIwXi3g9mJ2VyBI+74Kh/iDw5Adn9MV3V+8+qnNF2rw=
github.com/centrifugal/centrifuge v0.8.3-0.20200807175329-3144482b4f29 h1:HljLQV/9G2aDz8aiRywtrai2vOQOnNx1fU+b9TzbfzU=
github.com/centrifugal/centrifuge v0.8.3-0.20200807175329-3144482b4f29/go.mod h1:OIwXi3g9mJ2VyBI+74Kh/iDw5Adn9MV3V+8+qnNF2rw=
github.com/centrifugal/protocol v0.3.3 h1:GCNee3RFsjQu6SyKBX0Ir7ByUrp+Gw0MU/PsIc2CM2s=
github.com/centrifugal/protocol v0.3.3/go.mod h1:2YbBCaDwQHl37ErRdMrKSj18X2yVvpkQYtSX6aVbe5A=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
Expand Down
13 changes: 1 addition & 12 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
No backwards incompatible changes here.

Improvements:

* refreshed [documentation design](https://centrifugal.github.io/centrifugo/)
* new [Quick start](https://centrifugal.github.io/centrifugo/quick_start/) chapter for those who just start working with Centrifugo
* faster marshal of disconnect messages into close frame texts, significantly reduces amount of memory allocations during server graceful shutdown in deployments with many connections
* one beautiful Centrifugo integration with Symfony framework from our community - [check it out](https://github.com/fre5h/CentrifugoBundle)

Fixes:

* add `Content-Type: application/json` header to outgoing HTTP proxy requests to app backend for better integration with some frameworks. [#368](https://github.com/centrifugal/centrifugo/issues/368)
* fix wrong channel name in Join messages sent to client in case of server-side subscription to many channels
* fix disconnect code unmarshalling after receiving response from HTTP proxy requests, it was ignored previously
* Backport Redis Engine epoch fix
30 changes: 17 additions & 13 deletions vendor/github.com/centrifugal/centrifuge/engine_redis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.com/FZambia/viper-lite
github.com/ajstarks/svgo
# github.com/beorn7/perks v1.0.1
github.com/beorn7/perks/quantile
# github.com/centrifugal/centrifuge v0.8.3-0.20200517115537-63326343fc56
# github.com/centrifugal/centrifuge v0.8.3-0.20200807175329-3144482b4f29
github.com/centrifugal/centrifuge
github.com/centrifugal/centrifuge/internal/cancelctx
github.com/centrifugal/centrifuge/internal/clientproto
Expand Down

0 comments on commit 551c2ca

Please sign in to comment.