File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.17.0] 2025-07-10
8+ - Add methods to the ` Attributes ` class: ` containsKey ` , ` remove `
9+
10+ ## [ 0.16.0] 2023-10-20
11+ - Update Utils.generateUUID() to generate UUIDs conforming to RFC 4122 V4 by @tmancill in #300
12+ - Updating okhttp dependency by @meiao in #311
13+
714## [ 0.15.0] 2022-06-15
815- Update ` BatchDataSender ` to log the cause of ` IOException ` .
916- Update to okhttp 4.10.0 to address [ CVE-2020 -29582] ( https://github.com/advisories/GHSA-cqj8-47ch-rvvq ) .
Original file line number Diff line number Diff line change 55
66# Here is where we manage the version
77group =com.newrelic.telemetry
8- version =0.17 .0
8+ version =0.18 .0
99
1010# Set this to true to enable using a local sonatype (for debugging publishing issues)
1111# Start a local sonatype in docker with this command:
You can’t perform that action at this time.
0 commit comments