Skip to content

Commit f999255

Browse files
0.17.2
1 parent 156132a commit f999255

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# RxJava Releases #
22

3+
### Version 0.17.2 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.17.2%22)) ###
4+
5+
* [Pull 963](https://github.com/Netflix/RxJava/pull/963) A more robust JMH benchmarking set-up
6+
* [Pull 964](https://github.com/Netflix/RxJava/pull/964) SubjectSubscriptionManager fix.
7+
* [Pull 970](https://github.com/Netflix/RxJava/pull/970) Notifications for the allocation averse.
8+
* [Pull 973](https://github.com/Netflix/RxJava/pull/973) Merge - Handle Bad Observables
9+
* [Pull 974](https://github.com/Netflix/RxJava/pull/974) TestSubject, TestObserver and TestScheduler Improvements
10+
* [Pull 975](https://github.com/Netflix/RxJava/pull/975) GroupBy & Time Gap Fixes
11+
* [Pull 976](https://github.com/Netflix/RxJava/pull/976) parallel-merge unit test assertions
12+
* [Pull 977](https://github.com/Netflix/RxJava/pull/977) Dematerialize - handle non-materialized terminal events
13+
* [Pull 982](https://github.com/Netflix/RxJava/pull/982) Pivot Operator
14+
* [Pull 984](https://github.com/Netflix/RxJava/pull/984) Tests and Javadoc for Pivot
15+
* [Pull 966](https://github.com/Netflix/RxJava/pull/966) Reimplement the ElementAt operator and add it to rxjava-scala
16+
* [Pull 965](https://github.com/Netflix/RxJava/pull/965) BugFix: Chain Subscription in TimeoutSubscriber and SerializedSubscriber
17+
* [Pull 986](https://github.com/Netflix/RxJava/pull/986) Fix SynchronizedObserver.runConcurrencyTest
18+
* [Pull 987](https://github.com/Netflix/RxJava/pull/987) Fix Non-Deterministic Pivot Test
19+
* [Pull 988](https://github.com/Netflix/RxJava/pull/988) OnErrorFailedException
20+
21+
322
### Version 0.17.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.17.1%22)) ###
423

524
* [Pull 953](https://github.com/Netflix/RxJava/pull/953) Make ObserveOnTest.testNonBlockingOuterWhileBlockingOnNext deterministic

0 commit comments

Comments
 (0)