Skip to content

Releases: centrifugal/centrifugo-pro

Centrifugo PRO v5.0.4

26 Sep 05:26
da4fa14
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

What's changed

  • Everything from Centrifugo OSS v5.0.3
  • Fix panic during iteration over raw push tokens in push notifications API
  • Support connecting to Redis over unix socket for PRO features

Centrifugo PRO v5.0.3

22 Sep 16:52
da4fa14
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

What's changed

  • Everything from Centrifugo OSS v5.0.3
  • Option push_notifications.dry_run not send push notifications to FCM, APNs, HMS providers but instead just print logs. Useful for development.
  • Option push_notifications.dry_run_latency - when set together with push_notifications.dry_run every dry-run request to push provider will cause some delay in workers emulating real-world latency. Useful for development.
  • Rename Throttling feature to Rate limiting as a more convenient and correct name for the provided functionality.

Centrifugo PRO v5.0.2

04 Sep 19:52
da4fa14
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

What's changed

Centrifugo PRO v5.0.1

07 Aug 19:09
da4fa14
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

What's changed

Centrifugo PRO v5.0.0

31 Jul 04:40
da4fa14
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Centrifugo PRO v5

This is the first stable release of Centrifugo PRO available for purchasing. Centrifugo PRO v5 is packed with the following features right from the start:

Centrifugo PRO v5.0.0-beta.2

30 Jun 05:30
ae8bc8d
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Release notes:

Centrifugo PRO v5.0.0-beta.1

29 Jun 05:50
ae8bc8d
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Release notes:

Centrifugo PRO v4.0.0-beta.9

26 Apr 05:19
ae8bc8d
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Release notes:

Centrifugo PRO v4.0.0-beta.8

20 Jan 18:06
ae8bc8d
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Release notes:

  • Drastically reduced overhead of ClickHouse analytics feature: Centrifugo PRO now uses the most efficient way possible to export data to ClickHouse
  • Breaking change: Headers and Metadata fields of connections table are now of Map(String, Array(String)) type instead of Nested.

Centrifugo PRO v4.0.0-beta.7

14 Jan 09:16
ae8bc8d
Compare
Choose a tag to compare

Centrifugo PRO is an extended version of Centrifugo with a set of additional features. These features can provide your business with unique benefits – drastically save development time, reduce resource usage on a server, protect your backend from misusing, and put the system observability to the next level.

More details and feature description can be found in Centrifugo PRO docs.

Release notes:

  • Inherit changes from Centrifugo OSS v4.1.2
  • Massively improved Operation throttling feature: various types of throttling (including very efficient per-connection throttling), several buckets per command, client error limits.