- New:
createAsync()
factory function producesFlux
andMono
instances which use OkHttp's native async threading to execute requests. CallingsubscribeOn
on the returned instances will have no effect.
- New: Update to Reactor 3.1.2. Note: This is incompatible with Reactor 3.0.x!
- New: Update to Retrofit 2.3.0. This drops the custom
HttpException
in favor of the standard one inside Retrofit.
Initial version. Supports Project Reactor 3.0.2.RELEASE.