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.6 preparations #3970

Closed
akarnokd opened this issue May 27, 2016 · 5 comments
Closed

Release 1.1.6 preparations #3970

akarnokd opened this issue May 27, 2016 · 5 comments

Comments

@akarnokd
Copy link
Member

akarnokd commented May 27, 2016

Version 1.1.6 - June 18, 2016 (Maven)

API enhancements

  • Pull 3934: TestSubscriber extra info on assertion failures
  • Pull 3948: add Completable.andThen(Completable)
  • Pull 3942: add Completable.subscribe to be safe, add unsafeSubscribe option + RxJavaPlugins hook support
  • Pull 3936: promote UnicastSubject to be a standard+experimental Subject
  • Pull 3971: add Observable.rebatchRequests operator to change and stabilize request amounts of the downstream.
  • Pull 3986: add Schedulers.reset() for better testing

requires review 👍

  • Pull 3959: add scan with an initial factory callback
  • Pull 3918: ReplaySubject now supports backpressure

API deprecations

  • Pull 3948 deprecate Completable.endWith() in favor of andThen()

Performance enhancements

  • Pull 3470: replay request coordination reduce overhead

Bugfixes

  • Pull 3924: fix RxRingBuffer-pool depending on the computation scheduler
  • Pull 3922: fix using() resource cleanup when factory throws or being non-eager
  • Pull 3941: fix Single.flatMap not composing subscription through
  • Pull 3958: fix just() construction to call the onCreate execution hook
  • Pull 3977: Use the correct Throwable to set the cause for CompositeException
  • Pull 4005: Fix Spsc queues reporting not empty but then poll() returns null.
@stevegury
Copy link
Member

@akarnokd ping me after you merge #3470 I'll do the release.

@akarnokd
Copy link
Member Author

Any chance for Pull #3918: ReplaySubject now supports backpressure?

@stevegury
Copy link
Member

Reviewing...

@zsxwing
Copy link
Member

zsxwing commented Jun 15, 2016

👍

@akarnokd
Copy link
Member Author

Closing via #4008.

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

3 participants