Releases: centrifugal/centrifugo-pro
Centrifugo PRO v5.3.2
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
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
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
andanalytics_uid
– sometimes you may want to use the sameanalytics_uid
in different push send requests - Fix: SQL constraint error when updating user topics over push notifications API
Centrifugo PRO v5.2.2
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.2.2
Centrifugo PRO v5.2.1
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.2.1
- SSO for admin UI using OpenID connect (OIDC)
Centrifugo PRO v5.2.0
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.2.0
- Built-in asynchronous consumers support all write-like API command methods of Centrifugo PRO - like
send_push_notifications
,revoke_token
, etc.
Centrifugo PRO v5.1.2
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
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
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.0
- But with more CPU-efficient proxy subscription streams
Centrifugo PRO v5.0.5
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