What's Changed
This release adds a delta compression support to the SDK. Many thanks to @itismoej for making it happen.
After enabling delta compression on server side, client-side subscriptions may be created with delta
option in this way:
client.new_subscription("channel", delta=DeltaType.FOSSIL)
- feat: Add delta compression support by @itismoej in #20
- Fossil delta compression tweaks by @FZambia in #21
- Handle WebSocketException on connect by @FZambia in #22, fixes #19
- Add Python 3.13 to CI and supported versions by @FZambia in #25
New Contributors
Full Changelog: 0.3.0...0.3.1