Skip to content

Releases: centrifugal/centrifugo-pro

Centrifugo PRO v5.3.2

29 Apr 10:19
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.3.1
  • Fix: take into account Channel Capabilities provided in connection JWT, caps were previously ignored

Centrifugo PRO v5.3.1

08 Apr 06:15
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.3.1

  • Everything from Centrifugo OSS v5.3.1

Centrifugo PRO v5.3.0

16 Mar 08: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.

Centrifugo PRO v5.3.0

This release concentrates of push notification improvements: mostly on push notification personalization.

  • Everything from Centrifugo OSS v5.3.0
  • Timezone-aware push notifications. Centrifugo PRO can now send push notifications based on device timezone.
  • Notification templating - this allows using variables and substitute them to values based on particular device data (and meta data).
  • Notification localizations - for providing translations of push content based on particular device locale.
  • Per user device rate limiting - let you be more careful about the number and rate of push notifications on per user device basis
  • New admin web UI analytics widgets for push notifications: show number of notifications, platform distribution and individual notification delivery/interaction rates. See screenshot below.
  • No need to enable Redis push notifications scheduler separately anymore
  • New boolean flag optimize_for_reliability which tells Centrifugo PRO to use heavier but more reliable push notification queue mode to not drop inflight pushes upon server restart.
  • Separate push notification uid and analytics_uid – sometimes you may want to use the same analytics_uid in different push send requests
  • Fix: SQL constraint error when updating user topics over push notifications API
309463569-9d00cbd7-0c69-4765-adac-fac9e7b9adb0

Centrifugo PRO v5.2.2

22 Jan 22:16
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.2.1

15 Jan 11:22
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.2.0

27 Dec 13:06
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.1.2

25 Nov 12:42
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.1.2
  • This release contains important fix of Centrifugo PRO license expiration – we recommend our PRO customers to update to this version to prevent Centrifugo PRO stop working after license key expiration date. We apologize for the inconvenience.

Centrifugo PRO v5.1.1

31 Oct 18:59
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.1.1
  • Channel state events feature preview – be notified about channel occupied and channel vacated events. Note that we do not recommend it for production usage yet. While it may seem simple - the implementation is actually quite complex, because we try to solve important issues like event ordering, avoiding event race conditions, making sure we survive Centrifugo node restarts, scalability with Redis Cluster
  • Channel namespace resolution for transport sent/received and transport size sent/received metrics as part of Centrifugo PRO Observability Enhancements
  • New blog post about Centrifugo PRO push notifications API

Also, explore our new Centrifugo PRO planned features board for a concise overview of upcoming features which are currently in progress and enhancements planned for a future.

Centrifugo PRO v5.1.0

11 Oct 18:25
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.5

27 Sep 20:39
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 index out of range panic when sending push notifications to many raw tokens