Skip to content

Releases: micrometer-metrics/prometheus-rsocket-proxy

1.3.2

18 Feb 06:02

Choose a tag to compare

No user facing changes.

Fix maven central publication command.

1.3.1

18 Feb 04:12

Choose a tag to compare

Note: Due to an issue in the deploy script, this release was not published to Maven Central. Please use later release versions.
This release contains no user facing changes. We are working on upgrading the build configuration.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

02 Dec 07:55

Choose a tag to compare

See the 1.3.0 milestone for all included changes.

  • Upgrades to Spring Boot 2.4 and RSocket 1.1
  • Container image for the proxy is made using Paketo buildpacks now
  • Container image runs on Java 11 now instead of Java 8

1.2.1

21 Aug 15:57
9c4fc9b

Choose a tag to compare

  • Client autoconfiguration should be conditional on PrometheusMeterRegistry bean (#37)
  • Exclude client autoconfiguration from proxy

1.2.0

20 Aug 18:18
666f53f

Choose a tag to compare

Add a @EnablePrometheusRSocketProxyServer and a new module proxy-server so that the underlying Spring Boot version on which the proxy server runs can be revisioned independently of the controller.

1.1.0

15 Aug 19:58

Choose a tag to compare

Spring Boot 2.3.3
RSocket 1.0.2 (which had a breaking API change from 1.0.0)

1.0.0

15 May 15:35

Choose a tag to compare

GA release built on top of RSocket 1.0.0 and Spring Boot 2.3.0.

0.11.1

11 May 14:53

Choose a tag to compare

0.11.1 Pre-release
Pre-release

Attempt at Maven Central sync again.

0.11.0

11 May 12:28

Choose a tag to compare

0.11.0 Pre-release
Pre-release

RSocket 1.0.0-RC7

0.10.6

10 Apr 19:35

Choose a tag to compare

0.10.6 Pre-release
Pre-release
v0.10.6

Improve retry logic