Skip to content

Tags: ReactiveX/RxJavaReactiveStreams

Tags

v1.2.1

Toggle v1.2.1's commit message
Remove CHM check to allow reusing the Subscriber instance (#159)

v1.2.0

Toggle v1.2.0's commit message
Add TCK validation to Single and Completable converter, update versio…

…ns (#157)

v1.1.1

Toggle v1.1.1's commit message
Fix SubscriberAdapter calling onStart; leads to double calls sometime…

…s. (#152)

v1.1.0

Toggle v1.1.0's commit message
Upgrade version numbers, update readme, add missing javadoc tags (#151)

v1.0.1

Toggle v1.0.1's commit message
credentials

v1.0.0

Toggle v1.0.0's commit message
Release of 1.0.0

- ce20f14: Bumping to 1.0.0 Final
- 2eb4144: Merge pull request #145 from akarnokd/SerializedProducer
- b2e2332: Example synchronized serializing producer+subscription to rs-subscription wrapper.
- d581cdf: Upgrade to 1.0.0.RC5.
- bfe9ce3: Editor config.
- 46b1049: Upgrade to 1.0 RC4 of RS.
- 442d5c3: Upgrade to RC1 of RS.
- bcd1e46: Add toSubscriber() for converting subscriber types.
- 354856d: Add missing plugin after Gradle/plugins version change.
- 3db13ae: Merge pull request #14 from ReactiveX/bump-to-2.2
- 6300ea4: Adding java plugin
- d5f391f: Add Java plugin
- 937f7e6: Bump to 2.2
- bfe7195: Update to Reactive Streams 1.0.0.M1

v0.5.0

Toggle v0.5.0's commit message
Release of 0.5.0

- Propagate the version to subprojects.

v0.4.0

Toggle v0.4.0's commit message
Release of 0.4.0

- Take 3 at avoiding uploading non public projects.
- Test that we can handle hot streams if a backpressure stategy is applied.
- Failing test exhibiting issue #12.
- Add some coverage for error state observables.
- Rename.
- Rename.
- Test renames.
- Try to disable publishing a different way.
- Move tests.
- Delete gradle.properties
- wording.
- Tweak API ref format.
- Try again for fenced code block.
- More tweaks to readme.
- Improve the “API ref” in the readme to remove unnecessary info.
- Add some detail to the readme.
- Tidy up the implementation for clarity.
- Avoid an extra stack frame between publisher and observer when emitting events.
- Cut down the public API to just the to* methods.
- Drop the processor stuff.
- Thin out the adapters by relying on Rx's serialize operator.
- Don't try and upload the root project.
- Shuffle some things around to deal with the pre JDK 8 builds.
- Tidy things up to remove some build warnings.
- Always include the examples container project.
- Test on Java 8 as well.
- Add examples of streaming SSE and over a WebSocket with Ratpack.
- Back to a multiproject build.
- Don't actually need to enable the Ratpack RxJava plugin.

v0.3.0

Toggle v0.3.0's commit message
Release of 0.3.0

- Move the implementation back to the root.
- Only build the example project(s) if explicitly enabled.
- Rename the implementation project to have the name we desire for the output artifact.
- Fold in the test utils into the test source of the implementation.
- Move internal classes into more idiomatic space for Rx libraries.
- Restructure the project to allow for subprojects that integrate with other RS providers.

v0.2.0

Toggle v0.2.0's commit message
Release of 0.2.0

- License headers.
- More work on TCK compliance.
- Some improvements to the subject adapter to be more, but not fully, spec compliant.
- Rename the adapter classes to, hopefully, better names.
- minor simplification.
- Use longs across the board to simplify things.
- Remove unnecessary type hints.
- Rx API updates.
- Tell IDEA to use JDK 1.6.
- Merge pull request #8 from emanuelpalm/0.x
- Added TCK tests for Subscriber and Processor.
- Add some initial TCK tests for the publisher.
- Update to Reactive Streams 0.4.0.M2
- Merge pull request #7 from daschl/0.x
- Upgrade to Reactive Streams 0.4.0
- Merge pull request #6 from daschl/0.x
- Update Reactive Streams to 0.4.0.M2.
- Adding Javadocs to external and internal classes.