v1.16.0
What's Changed
Rage v1.16 introduces a new WebSocket protocol - RawWebSocketJson. This protocol enables you to interact with Rage::Cable applications using the native WebSocket object, eliminating the need for the @rails/actioncable dependency.
Other changes:
- Feature: Added the
after_initializehook by @serhii-sadovskyi in #149 - [OpenAPI] Correctly handle the
keyoption in associations - [OpenAPI] Correctly handle
root_key! - Correctly parse plaintext responses in RSpec
New Contributors
- @serhii-sadovskyi made their first contribution in #149
Full Changelog: v1.15.1...v1.16.0