Skip to content

Releases: newrelic/newrelic-telemetry-sdk-java

Version 0.16.0

20 Oct 16:38
d0a86c9
Compare
Choose a tag to compare

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

Full Changelog: v0.15.0...v0.16.0

Version 0.15.0

15 Jul 18:52
0cb91e2
Compare
Choose a tag to compare

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

12 Jul 19:12
223b4f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.14.0

Version 0.13.2

26 May 21:42
cb2e017
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

Version 0.13.1

07 Jan 01:24
1a0db51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

Version 0.13.0

06 Jan 23:44
aa1eae6
Compare
Choose a tag to compare

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

19 Feb 17:28
3cae80f
Compare
Choose a tag to compare

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

26 Jan 17:57
606aaa0
Compare
Choose a tag to compare
  • Merge telemetry module into telemetry-core. This removes the publication of the com.newrelic.telemetry:telemetry:* artifacts. Consumers that are upgrading should remove their dependency on this artifact in favor of com.newrelic.telemetry:telemetry-core:*.
  • Remove erroneous module-info.class from telemetry-core jar.

Version 0.10.0

08 Jan 17:17
4a525a0
Compare
Choose a tag to compare
  • 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

21 Oct 22:40
cdcfe45
Compare
Choose a tag to compare