Skip to content

Tags: micrometer-metrics/prometheus-rsocket-proxy

Tags

v2.0.0-RC1

Toggle v2.0.0-RC1's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Update Java requirement in CONTRIBUTING.md

v2.0.0-M4

Toggle v2.0.0-M4's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v2.0.0-M3

Toggle v2.0.0-M3's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v2.0.0-M2

Toggle v2.0.0-M2's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v2.0.0-M1

Toggle v2.0.0-M1's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Upgrade to Spring Boot 2.7.17 and managed dependencies

Upgrades the following as well:
* micrometer 1.9.16
* netty 4.1.100
* reactor-netty 1.0.38
* reactor 3.4.33

Closes gh-75

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Upgrade to snappy-java 1.1.10.1

Closes gh-73

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Write dependency locks

Closes gh-69

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.4.0

Toggle v1.4.0's commit message
Block up to 1 second for final fire and forget on close

The Mono returned before from the Bean destroyMethod would not be subscribed to, and therefore nothing would happen on destroying the bean. Now we will wait up to 1 second for the fire and forget final scrape to be sent on close.

Resolves gh-35