Skip to content

1.2.1

Compare
Choose a tag to compare
@akarnokd akarnokd released this 05 Oct 07:56
· 89 commits to 1.x since this release

Maven

API enhancements

  • Pull 4555: enhance generics of doOnError and doOnRequest
  • Pull 4580: rename AsyncEmitter to Emitter

Performance enhancements

  • Pull 4621: NotificationLite - reduce allocations
  • Pull 4648: rework Single internals to reduce overhead and stack depth

Deprecations

  • Pull 4580: CompletableEmitter.setCancellation will change its type in 1.2.2.
  • Pull 4648: Deprecate Single(Observable.OnSubscribe) constructor

Bugfixes

  • Pull 4641: SafeSubscriber not to call RxJavaHooks before delivering the error