Skip to content

Commit

Permalink
v0.11.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 19, 2020
1 parent 3f1869a commit 6bc3e45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.11.1
=======

* Added `MetricsNamespace` field of `Config` to configure Prometheus metrics namespace used by Centrifuge library internal metrics
* Fix `messages_sent_counter` – it now correctly counts Control, Join and Leave messages
* Redis cluster integration now tested in CI

```
$ gorelease -base v0.11.0 -version v0.11.1
github.com/centrifugal/centrifuge
---------------------------------
Compatible changes:
- Config.MetricsNamespace: added
v0.11.1 is a valid semantic version for this release.
```

v0.11.0
=======

Expand Down

0 comments on commit 6bc3e45

Please sign in to comment.