What's Changed
- Add server-side event type filtering support. The
onEventsmethod now passes anevent_typesarray in the Phoenix channel join params, enabling the backend to filter events at subscription time. Individualon*methods remain backward-compatible (noevent_typesparam — the server sends all events). (#375)
This is the SDK counterpart to the backend support for subscription-time event filtering.
Full Changelog: v0.3.1...v0.4.0