Releases: micronaut-projects/micronaut-rxjava2
Micronaut RxJava 2 1.1.1
v1.1.1 (2022-02-02)
- RxJava2 module not working in GraalVM native image #32
Closed issues:
- Intermittent error calling to stream with Flowable @Body parameter #34
- RxJava2 module not working in GraalVM native image #32
Merged pull requests:
- build(deps): bump peter-evans/create-pull-request from 3.11.0 to 3.12.1 #39 (@dependabot[bot])
- build(deps): bump io.micronaut.build.shared.settings from 4.2.6 to 5.1.2 #38 (@dependabot[bot])
- Add Gradle Enterprise badge #37 (@alextu)
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.1 #36 (@dependabot[bot])
- fix: generate GraalVM native image configuration #33 (@auke-)
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 #27 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut RxJava 2 1.1.0
v1.1.0 (2021-11-10)
Adds static methods:
-
RxHttpClient::create(URL)
-
RxHttpClient::create(URL, HttpClientConfiguration)
-
RxStreamingHttpClient::create(URL)
-
RxStreamingHttpClient::create(URL, HttpClientConfiguration)
-
RxProxyHttpClient::create(URL)
-
RxProxyHttpClient::create(URL, HttpClientConfiguration)
-
RxSseClient::create(URL)
-
RxSseClient::create(URL, HttpClientConfiguration)
-
RxWebSocketClient::create(URL)
-
RxWebSocketClient::create(URL, HttpClientConfiguration)
-
bump up micronaut to 3.1.3
-
project version to 1.1.0-SNAPSHOT
-
groovy to 3.0.9
-
github core branch to 2.2.x
Merged pull requests:
- update build #26 (@sdelamo)
- build(deps): bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 #25 (@dependabot[bot])
- build(deps): bump micronaut-gradle-plugins from 4.1.4 to 4.2.4 #23 (@dependabot[bot])
- build: bump up micronaut to 3.0.2 #18 (@sdelamo)
- build: enable build scans #17 (@sdelamo)
- build(deps): bump DeLaGuardo/setup-graalvm from 4.0 to 5.0 #16 (@dependabot[bot])
- build(deps): bump micronaut-gradle-plugins from 4.1.1 to 4.1.4 #15 (@dependabot[bot])
- build(deps): bump micronaut-gradle-plugins from 4.0.0 to 4.1.1 #14 (@dependabot[bot])
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0 #13 (@dependabot[bot])
- build(deps): bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 #11 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut RxJava 2 1.0.0
Micronaut RxJava 2 1.0.0-M2
- bump up Micronaut to 3.0.0-M4
- Rx Java 2 from 2.2.10 to 2.2.21
Micronaut RxJava 2 1.0.0-M1
Micronaut RxJava 2 contains several modules:
micronaut-rxjava2
- Converters for RxJava 2 types so that RxJava 2 types can be used in controllers and clients
- Instrumentation for RxJava 2 types so that tracing works with RxJava 2 types
micronaut-rxjava2-http-client
HttpClient variations which return RxJava2 types such as Flowable
micronaut-rxjava2-http-sever-netty
For users using Micronaut with Netty, allows to bind the HTTP Request's body to a RxJava 2 types.