Skip to content

Releases: micronaut-projects/micronaut-rxjava2

Micronaut RxJava 2 1.1.1

03 Feb 10:45
Compare
Choose a tag to compare

v1.1.1 (2022-02-02)

Full Changelog

  • 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

10 Nov 16:54
Compare
Choose a tag to compare

v1.1.0 (2021-11-10)

Full Changelog

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

17 Aug 18:59
Compare
Choose a tag to compare

v1.0.0 (2021-08-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut RxJava 2 1.0.0-M2

21 Jul 11:52
Compare
Choose a tag to compare
Pre-release
  • 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

14 Jul 08:23
Compare
Choose a tag to compare
Pre-release

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.