Skip to content

0.3.1

Latest
Compare
Choose a tag to compare
@FZambia FZambia released this 10 Oct 19:39
4b7673b

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)

New Contributors

Full Changelog: 0.3.0...0.3.1