What's Changed
This release adds a delta compression support to the SDK. You can use .setDelta("fossil")
when building options of Subscription
. Many thanks to @itismoej for making it happen.
- Add delta compression support by @itismoej in #74
- Delta improvements and introducing since option (to set the starting
StreamPosition
for theSubscription
to recover from) by @FZambia in #75 - Bump protobuf-javalite version by @FZambia in #77
New Contributors
Full Changelog: 0.4.1...0.4.2