Releases: centrifugal/centrifugo-pro
Centrifugo PRO v5.4.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.4.2
- Per-namespace engines to redefine brokers and presence managers on a namespace level. This may help with individual scaling based on channel activity, using different properties inside different channel namespaces within a single Centrifugo PRO setup. This feature significantly enhances Centrifugo's adaptability, making it easier to meet diverse and evolving application demands.
Centrifugo PRO v5.4.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.4.1
- Fix GRPC reflection for server API, solves centrifugal/centrifugo#826
Centrifugo PRO v5.4.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.4.0
- Delta compression for at most once scenario
- Cache empty proxy to notify backend about cache misses of Cache recovery mode
- Shared position sync optimization to reduce load on broker in channels with positioning/recovery on and many subscribers
Centrifugo PRO v5.3.3
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.2
- Support for utilizing database replicas in push notifications API. This allows scaling read operations effectively.
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.