Skip to content

Commit

Permalink
prepare v2.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 1, 2020
1 parent 1fedbd4 commit 03929a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.7.2
======

No backwards incompatible changes here.

Fixes:

* Fix client reconnects due to `InsufficientState` errors. There were two scenarios when this could happen. The first one is using Redis engine with `seq`/`gen` legacy fields (i.e. not using **v3_use_offset** option). The second when publishing a lot of messages in parallel with Memory engine. Both scenarios should be fixed now.
* Fix non-working SockJS transport close with custom disconnect code: this is a regression introduced by v2.6.2

v2.7.1
======

Expand Down
6 changes: 5 additions & 1 deletion docs/content/pro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Centrifugo becomes more popular and is used in many projects over the world. Since it's rather big project I need more and more time to maintain it healthy, improve client libraries and introduce new features.

I am considering to create a PRO version of Centrifugo. It may include some additional features on top of open-source Centrifugo version. This version will have some model of monetization, I am still evaluating whether it's reasonable to have and will be in demand. Please contact me (see email address in [my GitHub profile](https://github.com/FZambia)) if you are interested in having additional features mentioned below and have any ideas on how to keep Centrifugo development sustainable.
I am considering to create a PRO version of Centrifugo. It may include some additional features on top of open-source Centrifugo version. This version will have some model of monetization, I am still evaluating whether it's reasonable to have and will be in demand.

An alternative to PRO version is our [Centrifugal OpenCollective](https://opencollective.com/centrifugal) organization – personally I prefer this way of becoming sustainable since it does not involve creating custom closed-source version of Centrifugo.

Please contact me (see email address in [my GitHub profile](https://github.com/FZambia)) if you are interested in having additional features mentioned below and have any ideas on how to keep Centrifugo development sustainable.

## Real-time connection analytics with Clickhouse

Expand Down
2 changes: 1 addition & 1 deletion docs/content/server/engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ Available options:
* `nats_dial_timeout` - timeout for dialing to Nats in seconds, default `1`.
* `nats_write_timeout` - write (and flush) timeout on a connection to Nats in seconds, default `1`.

It's theoretically possible to use Redis Engine together with Nats broker for message history, recovery and presence. If you are interested in this – please write to our community chat rooms.
It's theoretically possible to use Redis Engine together with Nats broker for presence information. If you are interested in this – please write to our community chat rooms.
3 changes: 2 additions & 1 deletion misc/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ No backwards incompatible changes here.

Fixes:

* Fix non-working websocket close with custom disconnect code: this is a regression introduced by v2.6.2
* Fix client reconnects due to `InsufficientState` errors. There were two scenarios when this could happen. The first one is using Redis engine with `seq`/`gen` legacy fields (i.e. not using **v3_use_offset** option). The second when publishing a lot of messages in parallel with Memory engine. Both scenarios should be fixed now.
* Fix non-working SockJS transport close with custom disconnect code: this is a regression introduced by v2.6.2

0 comments on commit 03929a7

Please sign in to comment.