Releases: micrometer-metrics/prometheus-rsocket-proxy
Releases · micrometer-metrics/prometheus-rsocket-proxy
2.0.0-M1
⚠️ Noteworthy
- Update the PrometheusRSocketClientProperties prefix #77
⭐ New Features / Enhancements
- Upgrade to Spring Boot 3.x and Java 17 baseline #62, #76, and #82
❤️ Contributors
Thank you to all the contributors who worked on this release:
@onobc
1.5.3
🔨 Dependency Upgrades
- Upgrade to Spring Boot 2.7.17 and managed dependencies #75
1.5.2
🔨 Dependency Upgrades
- Upgrade snappy-java to 1.1.10.1 #73
- Upgrade to Spring Boot 2.7.13 #71
1.5.1
🔨 Dependency Upgrades
- Upgrade to Spring Boot 2.7.11 #67
1.5.0
⭐ New Features / Enhancements
- Upgrade to Spring Boot 2.7.2 #55
🐞 Bug Fixes
- Metrics not sent on close #35
📝 Tasks
- javadoc jar is not produced anymore #59
1.4.0
🔨 Dependency Upgrades
- Upgrade container runtime Java version to 17 #51
- Upgrade to Spring Boot 2.6.3 and Micrometer 1.8.2 #50
🐞 Bug Fixes
- Metrics not sent on close #35
1.3.2
No user facing changes.
Fix maven central publication command.
1.3.1
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
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
- Client autoconfiguration should be conditional on PrometheusMeterRegistry bean (#37)
- Exclude client autoconfiguration from proxy