Skip to content

v1.12.0

Compare
Choose a tag to compare
@rsamoilov rsamoilov released this 21 Jan 18:28
· 38 commits to master since this release
47e227c

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