File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
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
+
3
22
### 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 ) ) ###
4
23
5
24
* [ Pull 953] ( https://github.com/Netflix/RxJava/pull/953 ) Make ObserveOnTest.testNonBlockingOuterWhileBlockingOnNext deterministic
You can’t perform that action at this time.
0 commit comments