-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 3.1.6 - January 18, 2023
API changes
- Add an overload to
throttleLatestoperator with anonDroppedcallback. (#7457) - Add an overload to
throttleFirstoperator with anonDroppedcallback. (#7482) - Add an overload to
throttleLastoperator with anonDroppedcallback. (#7488) - Add an overload to
throttleWithTimeoutoperator with anonDroppedcallback. (#7510)
Bugfixes
- Fix a race condition in
Single.timeoutthat prevented the timeout signal from happening. (#7515)
Documentation
- Fix formatting in
TestObserver/Consumer/Subscriberjavadoc html. (#7442) - Fix typo in
BehaviorSubject.java. (#7452) - Fix grammar about cancellation in
Schedulersjavadoc. (#7453) - Change
@codedtag to@codetag. (#7463) - Fix
fromCompletionStagejavadoc. (#7508)
Other
- Add missing
@NonNullannotation toMaybetype argument. (#7436) - Remove redundant interface declarations. (#7438)
- Standardize
MissingBackpressureExceptionmessage, introduceQueueOverflowException. (#7459) - Update
Flowable.throttleLatestMissingBackpressureExceptionmessage. (#7460) - Fix cancellation order in
throttleFirst. (#7484)