v4.0.0-alpha-19
Added
- Add Streamable.concat, using, and test fixes
- Add native take implementation for Streamable
- Add Streamable.blockingFirst, blockingLast, blockingLastOrError, skip, and Single.flattenAsStreamable methods
Changed
- Replace Streamable.stream() DisposableContainer with StreamerCancellation
- Separate streamer cancellation from DisposableContainer in Streamable
What's Changed
API
- 4.x: Streamable + concat, using, test fixes by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8220
- 4.x: Streamable.stream() DisposableContainer -> StreamerCancellation by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8221
- 4.x: Streamable ~ separate streamer cancellation & DisposableContainer by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8223
- 4.x: Streamable ~ take native implementation by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8226 https://github.com/ReactiveX/RxJava/pull/8228
- 4.x: Streamable + blockingFirst, last[OrError], skip, Single.flattenAsStreamable by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8229
Dependabot
- chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8222
- chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8225
- chore(deps): bump trufflesecurity/trufflehog from 3.95.8 to 3.95.9 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8230
Misc
- Add Streamable class to README base classes section by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8224
- 4.x: Update Readme with some small changes to trigger the beauty scanner by @akarnokd in
- 4.x: Fix entropy-beauty-scan wrong diff issue, via Grok by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8227
Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-18...v4.0.0-alpha-19