v1.12.0
What's Changed
- [Cable] Added Redis adapter, which now allows you to scale
Rage::Cable
applications to more than one server. The adapter is based on Redis Streams, which means clients do not lose messages during network disruptions. As before, an adapter is not needed if you only use one server. This means that even if Redis is down due to an outage, clients connected to the same server as the broadcaster will still receive broadcasts. - [API] Added long-awaited
around_action
hooks. - [OpenAPI] Added global response tags, which can be used to specify global responses shared by multiple endpoints.
Full Changelog: v1.11.0...v1.12.0