-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.8 release preparations #5220
Labels
Milestone
Comments
Should we wait for UnicastProcessor to support fail-fast as well? |
I hope he will post that within 5 days, if not, I'll do that last minute. |
kaushikgopal
pushed a commit
to instacart/truetime-android
that referenced
this issue
May 15, 2017
chore: update gitignore hopefully addresses this ReactiveX/RxJava#5220 https://rollbar.com/Instacart/instashopper-android/items/5076/ # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Your branch is up-to-date with 'origin/master'. # # Changes to be committed: #modified: .gitignore #modified: build.gradle #modified: library-extension-rx/build.gradle #
gloooooory
added a commit
to gloooooory/truetime-android
that referenced
this issue
Mar 13, 2024
chore: update gitignore hopefully addresses this ReactiveX/RxJava#5220 https://rollbar.com/Instacart/instashopper-android/items/5076/ # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Your branch is up-to-date with 'origin/master'. # # Changes to be committed: #modified: .gitignore #modified: build.gradle #modified: library-extension-rx/build.gradle #
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 2.0.8 - March 29, 2017 (Maven)
API enhancements
Observable.switchMapSingle()
offer()
method toPublishProcessor
&BehaviorProcessor
.ParallelTransformer
interface.UnicastSubject
fail-fast support.map()
,filter()
anddoOnNext()
.UnicastProcessor
fail-fast support.Bugfixes
Single.subscribe()
to reportisDisposed()
true on success/error.LambdaObserver
not cancelling the upstream.replay().refCount()
leaking items between connections.flatMap
emitting the terminal exception indicator on cancel.window()
with time+size emission problems.CallbackCompletableObserver
callingonError
.Documentation
concatMapEager
requires positive prefetch amount.refCount()
return type.firstElement
,flattenAsX
,flatMapIterable
,UnicastSubject
andUnicastProcessor
.DisposableSubscriber
).Schedulers
utility class.Functions
“Function3” -> “BiFunction, Function3”Other
@Nullable
&@NonNull
annotations to public interfaces.The text was updated successfully, but these errors were encountered: