File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### 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
+
5
+ * [ Pull 953] ( https://github.com/Netflix/RxJava/pull/953 ) Make ObserveOnTest.testNonBlockingOuterWhileBlockingOnNext deterministic
6
+ * [ Pull 930] ( https://github.com/Netflix/RxJava/pull/930 ) Initial commit of the Android samples module
7
+ * [ Pull 938] ( https://github.com/Netflix/RxJava/pull/938 ) OperatorWeakBinding (deprecates OperatorObserveFromAndroidComponent)
8
+ * [ Pull 952] ( https://github.com/Netflix/RxJava/pull/952 ) rxjava-scala improvements and reimplemented the ` amb ` operator
9
+ * [ Pull 955] ( https://github.com/Netflix/RxJava/pull/955 ) Fixed ReplaySubject leak
10
+ * [ Pull 956] ( https://github.com/Netflix/RxJava/pull/956 ) Fixed byLine test to use line.separator system property instead of \n.
11
+ * [ Pull 958] ( https://github.com/Netflix/RxJava/pull/958 ) OperatorSkipWhile
12
+ * [ Pull 959] ( https://github.com/Netflix/RxJava/pull/959 ) OperationToFuture must throw CancellationException on get() if cancelled
13
+ * [ Pull 928] ( https://github.com/Netflix/RxJava/pull/928 ) Fix deadlock in SubscribeOnBounded
14
+ * [ Pull 960] ( https://github.com/Netflix/RxJava/pull/960 ) Unit test for "Cannot subscribe to a Retry observable once all subscribers unsubscribed"
15
+ * [ Pull 962] ( https://github.com/Netflix/RxJava/pull/962 ) Migrate from SynchronizedObserver to SerializedObserver
16
+
17
+
3
18
### Version 0.17.0 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.17.0%22 ) ) ###
4
19
5
20
You can’t perform that action at this time.
0 commit comments