File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 1.2.8 - March 24, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.2.8%7C ) )
4
+
5
+ #### API enhancements
6
+ - [ Pull 5146] ( https://github.com/ReactiveX/RxJava/pull/5146 ) : Add ` Single.unsubscribeOn ` .
7
+ - [ Pull 5195] ( https://github.com/ReactiveX/RxJava/pull/5195 ) : Enhance ` UnicastSubject ` with optional delay error behavior.
8
+
9
+ #### Bugfixes
10
+
11
+ - [ Pull 5141] ( https://github.com/ReactiveX/RxJava/pull/5141 ) : Fix timed ` replay() ` not terminating when all items timeout.
12
+ - [ Pull 5181] ( https://github.com/ReactiveX/RxJava/pull/5181 ) : ` replay().refCount() ` avoid leaking items between connections.
13
+
3
14
### Version 1.2.7 - February 24, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.2.7%7C ) )
4
15
5
16
#### Deprecation of ` create(OnSubscribe) `
You can’t perform that action at this time.
0 commit comments