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 3.1.6 preparations #7516

Closed
akarnokd opened this issue Jan 16, 2023 · 0 comments
Closed

Release 3.1.6 preparations #7516

akarnokd opened this issue Jan 16, 2023 · 0 comments

Comments

@akarnokd
Copy link
Member

Version 3.1.6 - January 18, 2023

Maven
JavaDocs

API changes

  • Add an overload to throttleLatest operator with an onDropped callback. (#7457)
  • Add an overload to throttleFirst operator with an onDropped callback. (#7482)
  • Add an overload to throttleLast operator with an onDropped callback. (#7488)
  • Add an overload to throttleWithTimeout operator with an onDropped callback. (#7510)

Bugfixes

  • Fix a race condition in Single.timeout that prevented the timeout signal from happening. (#7515)

Documentation

  • Fix formatting in TestObserver/Consumer/Subscriber javadoc html. (#7442)
  • Fix typo in BehaviorSubject.java. (#7452)
  • Fix grammar about cancellation in Schedulers javadoc. (#7453)
  • Change @coded tag to @code tag. (#7463)
  • Fix fromCompletionStage javadoc. (#7508)

Other

  • Add missing @NonNull annotation to Maybe type argument. (#7436)
  • Remove redundant interface declarations. (#7438)
  • Standardize MissingBackpressureException message, introduce QueueOverflowException. (#7459)
  • Update Flowable.throttleLatest MissingBackpressureException message. (#7460)
  • Fix cancellation order in throttleFirst. (#7484)
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