Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.3 proposed content #3830

Closed
akarnokd opened this issue Apr 4, 2016 · 2 comments
Closed

Release 1.1.3 proposed content #3830

akarnokd opened this issue Apr 4, 2016 · 2 comments

Comments

@akarnokd
Copy link
Member

akarnokd commented Apr 4, 2016

Version 1.1.3 - April 8, 2016 (Maven)

API enhancements

  • Pull 3780: SyncOnSubscribe has been promoted to @Beta API.
  • Pull 3799: Added Completable.andThen(Single) operator
  • Pull 3777: Added observeOn overload to configure the prefetch/buffer size
  • Pull 3790: Make Single.lift public and @Experimental
  • Pull 3818: fromCallable promotion to @Beta
  • Pull 3842: improve ExecutorScheduler worker unsubscription

API deprecations

  • Pull 3762: Deprecate CompositeException constructor with message prefix

General enhancements

  • Pull 3828: AsyncSubject now supports backpressure
  • Pull 3829: Added rx.unsafe-disable system property to disable use of sun.misc.Unsafe even if it is available
  • Pull 3757: Warning: behavior change! Operator sample emits last sampled value before termination

Performance enhancements

  • Pull 3795: observeOn now replenishes with constant rate

Bugfixes

  • Pull 3809: fix merge/flatMap crash when the inner source was just(null)
  • Pull 3789: Prevent Single.zip() of zero Singles
  • Pull 3787: fix groupBy delaying group completion till all groups were emitted
  • Pull 3823: fix DoAfterTerminate handle if action throws
  • Pull 3822: make defensive copy of the properties in RxJavaPlugins
  • Pull 3836: fix switchMap/switchOnNext producer retention and backpressure
  • Pull 3840: fix concatMap scalar/empty source behavior
  • Pull 3839: fix takeLast() backpressure
  • Pull 3845: fix delaySubscription(Observable) unsubscription before triggered
@akarnokd
Copy link
Member Author

akarnokd commented Apr 8, 2016

A review of #3839 and #3840 would be great and we could release today. The perf work can wait a few releases.

@akarnokd
Copy link
Member Author

akarnokd commented Apr 8, 2016

Closing. See PR #3846

@akarnokd akarnokd closed this as completed Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant