Skip to content

Commit

Permalink
update centrifuge, prepare v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 24, 2020
1 parent 030c902 commit 741f27d
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 24 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.7.1
======

No backwards incompatible changes here.

Fixes:

* Fix non-working websocket close with custom disconnect code: this is a regression introduced by v2.6.2

v2.7.0
======

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.11.1-0.20200914173515-3f1869a4321d
github.com/centrifugal/centrifuge v0.11.2
github.com/centrifugal/protocol v0.3.4
github.com/cristalhq/jwt/v3 v3.0.0
github.com/gogo/protobuf v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/centrifugal/centrifuge v0.11.1-0.20200914173515-3f1869a4321d h1:6x7bJBTft3wI0aLtUNzMtm5K3ULsLWh+MkUAh2YHQgo=
github.com/centrifugal/centrifuge v0.11.1-0.20200914173515-3f1869a4321d/go.mod h1:jdFw/2dBFpME3OTisc5FVAC1ilqodnyMnQFjem0k0yg=
github.com/centrifugal/centrifuge v0.11.2 h1:6M4R2cKBs6DKNZ3XX1Kn1uGOQRpzFF+iMUb6FIK1Ww4=
github.com/centrifugal/centrifuge v0.11.2/go.mod h1:jdFw/2dBFpME3OTisc5FVAC1ilqodnyMnQFjem0k0yg=
github.com/centrifugal/protocol v0.3.4 h1:9q22iSp4CQOdQahfopvfmWWxDbj1Lo7ERG2j56mAxkE=
github.com/centrifugal/protocol v0.3.4/go.mod h1:2YbBCaDwQHl37ErRdMrKSj18X2yVvpkQYtSX6aVbe5A=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
Expand Down
16 changes: 2 additions & 14 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
This release has minor backwards incompatible changes in some Prometheus/Graphite metric names. This means that you may need to adapt your monitoring dashboards a bit. See details below.

Improvements:

* Previously metrics exposed by Centrifuge library (which Centrifugo is built on top of) belonged to `centrifuge` Prometheus namespace. This lead to a situation where part of Centrifugo metrics belonged to `centrifugo` and part to `centrifuge` Prometheus namespaces. Starting from v2.7.0 Centrifuge library specific metrics also belong to `centrifugo` namespace. So the rule to migrate is simple: if see `centrifuge` word in a metric name – change it to `centrifugo`.
* Refreshed login screen of admin web interface with moving Centrifugo logo on canvas – just check it out!
* New gauge that shows amount of running Centrifugo nodes
* Centrifugal organization just got [the first baker on Opencollective](https://opencollective.com/centrifugal) ❤️. This is a nice first step in making Centrifugo development sustainable.
No backwards incompatible changes here.

Fixes:

* Fix `messages_sent_count` counter which did not show control, join and leave messages

**Coming soon 🔥:**

* Official Grafana Dashboard for Prometheus storage is on its way to Centrifugo users. [Track this issue](https://github.com/centrifugal/centrifugo/issues/383) for a status, the work almost finished.
* Official Centrifugo Helm Chart for Kubernetes. [Track this issue](https://github.com/centrifugal/centrifugo/issues/385) for a status, the work almost finished.
* Fix non-working websocket close with custom disconnect code: this is a regression introduced by v2.6.2
22 changes: 22 additions & 0 deletions vendor/github.com/centrifugal/centrifuge/changelog.md

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

12 changes: 6 additions & 6 deletions vendor/github.com/centrifugal/centrifuge/client.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.11.1-0.20200914173515-3f1869a4321d
# github.com/centrifugal/centrifuge v0.11.2
github.com/centrifugal/centrifuge
github.com/centrifugal/centrifuge/internal/bufpool
github.com/centrifugal/centrifuge/internal/cancelctx
Expand Down

0 comments on commit 741f27d

Please sign in to comment.