Releases: centrifugal/centrifugo-pro
Centrifugo PRO v6.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 v6.1.0
- Similar to Centrifugo OSS, Centrifugo PRO now detects Redis Cluster automatically for its functionality.
Centrifugo PRO v6.0.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 v6.0.3
- Option to drastically improve performance of HTTP proxies with new use_fast_client option. In the benchmarks we did, the effect was up to 2x more request throughput for HTTP proxy and 10 times fewer allocations for each request. This will result into significant CPU and latency reductions under active proxy usage conditions.
- Minor improvements in GRPC server and client performance - in server API and proxy client.
Centrifugo PRO v6.0.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 v6.0.2
Centrifugo PRO v6.0.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 v6.0.1
Centrifugo PRO v6.0.0
Centrifugo v6 PRO – a new major release that is now live. This release includes fundamental improvements in the configuration to simplify working with Centrifugo from both user and core development perspectives. It also adds several useful features and enhances observability.
See the details about v6 changes in OSS and PRO editions in the Centrifugo v6 release blog post
Main highlights:
- Everything from Centrifugo OSS v6.0.0
- Improved channel state events
- Dedicated PostgreSQL for push notifications queue
- Tutorial for push notifications
- Generalized channel patterns
- Namespace resolution for metrics
- Clients and subscriptions inflight metrics
- Sentry integration
- Leverage Redis replicas
- Redis Cluster sharded PUB/SUB
Centrifugo PRO v5.4.10
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.9
Centrifugo PRO v5.4.9
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.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