This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Releases: d2iq-archive/mesos-rxjava
Releases · d2iq-archive/mesos-rxjava
v0.2.0
Summary
Introduce builder argument to allow configuration of backpressure strategy for event stream coming from mesos.
Upgrades from 0.1.x should be transparent. Three new methods added to MesosClientBuilder
, no methods removed.
Library changes
No library versions change in this release.
Fixed Issues
Full list of issues/PRs included in this release: 0.2.0
- #81 Enhance Backpressure Support in Mesos Response Stream
- #13 Improve scheduling and backpressure of Mesos response stream
Contributors
Special thanks to @zonybob for contributing this improvement!
Full Diff
Full list of commits between v0.1.2...v0.2.0
v0.1.2
Summary
Bug fix release, anyone using v0.1.0 should update to this version. No public api changes made.
Library changes
No library versions change in this release.
Fixed Issues
Full list of issues/PRs included in this release: 0.1.2
- #73 During ACKNOWLEDGE get 'java.lang.IllegalStateException: Content stream is already disposed.'
- #77 Update SinkSubscriber to read error message on netty thread
- #78 Add javadoc and cleanup ResponseUtils to indicate thread constraints.
Full Diff
Full list of commits between v0.1.1...v0.1.2