Releases: centrifugal/centrifugo-pro
Centrifugo PRO v5.4.8
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.7
Centrifugo PRO v5.4.7
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.6
- Support
hash_field_ttl
option in per-namespace presence managers
Centrifugo PRO v5.4.6
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.5
- PreparedMessage cache to optimize broadcasts when WebSocket compression is enabled. See docs and related blog post Performance optimizations of WebSocket compression in Go application
Centrifugo PRO v5.4.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.4.4
- Fix for
fatal error: concurrent map iteration and map write
panic during client connection invalidated token check.
Centrifugo PRO v5.4.4
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.4
- Fix occasional deadlock during PUB/SUB operations – could result into subscription errors until Centrifugo PRO node restart.
Centrifugo PRO v5.4.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.4.3
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.