This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
Releases: newrelic/micrometer-registry-newrelic
Releases · newrelic/micrometer-registry-newrelic
Version 0.10.0
Version 0.9.0
What's Changed
- Update to telemetry sdk 0.13.2 to address CVE-2022-25647 by @jasonjkeller in #141
New Contributors
Full Changelog: v0.8.0...v0.9.0
release v0.8.0
- add
useLicenseKey
option to NewRelicRegistryConfig. The registry will now accept a New Relic license key to report data. Thank you Greg Eales! - Update io.micrometer:micrometer-core to 1.7.0
- Update com.newrelic.telemetry:telemetry to com.newrelic.telemetry:telemetry-core 0.12.0
release v0.7.0
Update io.micrometer:micrometer-core to 1.6.4
Update com.newrelic.telemetry:telemetry to com.newrelic.telemetry:telemetry-core 0.11.0
v0.6.0
- BREAKING CHANGE: Repackage registry class to
com.newrelic.telemetry.micrometer.NewRelicRegistry
.
Users will need to change code or configuration that references the old package. - Shut down the telemetry sdk in
close()
in order to flush the last batch of telemetry. - Depend directly on slf4j
- Change construction of NewRelicRegistry to avoid deprecations in the SDK.
- Endpoint URI overrides will now respect path information (it was previously ignored).
- Upgrade to micrometer-core 1.5.4
- Update to New Relic Telemetry SDK 0.9.0
v0.5.0
- Changed: Update micrometer-core version to 1.3.3
- Changed: Update to com.newrelic.telemetry:telemetry:0.4.0
v0.4.0
- Append library-identifying string to HTTP User-Agent header as suffix
- Add ability to enable "audit logging" for more verbose troubleshooting
- DistributionSummary now uses a Summary instead of a Count and 2 Gauges.
- FunctionTimer now uses a Summary instead of a Count and 2 Gauges.
- Timer now uses a Summary instead of a Count and 3 Gauges.