Releases: newrelic/newrelic-telemetry-sdk-java
Releases · newrelic/newrelic-telemetry-sdk-java
Version 0.16.0
What's Changed
- Update Utils.generateUUID() to generate UUIDs conforming to RFC 4122 V4 by @tmancill in #300
- Updating okhttp dependency by @meiao in #311
New Contributors
- @kanderson250 made their first contribution in #303
- @deleonenriqueta made their first contribution in #307
- @meiao made their first contribution in #311
Full Changelog: v0.15.0...v0.16.0
Version 0.15.0
What's Changed
- update BatchDataSender to show the cause of IOException by @gb-vinicius-cunha in #294
- Update to okhttp 4.10.0 by @jasonjkeller in #296
New Contributors
- @gb-vinicius-cunha made their first contribution in #294
Full Changelog: v0.14.0...v0.15.0
Version 0.14.0
What's Changed
- Cleanup readme by @jasonjkeller in #291
- Replace UUID.randomUUID() with a faster implementation by @tmancill in #292
New Contributors
Full Changelog: v0.13.2...v0.14.0
Version 0.13.2
What's Changed
- 🔒 CVE-2022-25647 fix by @hannes-angst in #289
New Contributors
- @hannes-angst made their first contribution in #289
Full Changelog: v0.13.1...v0.13.2
Version 0.13.1
What's Changed
- Fix generics bug in MetricBuffer. Release 0.13.1 by @jasonjkeller in #282
Full Changelog: v0.13.0...v0.13.1
Version 0.13.0
What's Changed
- EU Endpoint Support added by updating the SenderConfigurationBuilder API.
- Includes endpoints that send Metric, Event, Log, and Span data to New Relic One.
- Added warnings to let users know if data exceeds some Ingest API limits.
New Contributors
Full Changelog: v0.12.0...v0.13.0
Version 0.12.0
The Telemetry SDK now accepts a New Relic APM license key as an alternative to an Insights Insert API key. (#271)
Version 0.11.0
- Merge
telemetry
module intotelemetry-core
. This removes the publication of thecom.newrelic.telemetry:telemetry:*
artifacts. Consumers that are upgrading should remove their dependency on this artifact in favor ofcom.newrelic.telemetry:telemetry-core:*
. - Remove erroneous module-info.class from
telemetry-core
jar.
Version 0.10.0
- Deprecated endpoint and endpointWithPath APIs have been removed
- Add the notion of a notification handler to capture feedback from the TelemetryClient
- Adds a rate limiter on a how much telemetry can be scheduled to be sent
- Batch types are specified in relevant log messages
Version 0.9.0
- Fixed telemetry-all to be a modular java build.
- Improve javadocs.