Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #107 from newrelic/prepare_0.6.0_release
Browse files Browse the repository at this point in the history
update the changelog and version for 0.6.0.  upgrade to latest sdk.
  • Loading branch information
breedx-nr authored Oct 27, 2020
2 parents 2f9234c + c8c77e4 commit 59c09e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1] - TBD (unreleased)
## [0.6.0] - TBD (unreleased)
- **BREAKING CHANGE**: [Repackage](https://github.com/newrelic/micrometer-registry-newrelic/pull/104) 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()`](https://github.com/newrelic/micrometer-registry-newrelic/pull/82/)
in order to flush the last batch of telemetry.
- Depend directly on slf4j
- Update to New Relic Telemetry SDK 0.6.1
- Change construction of NewRelicRegistry to avoid deprecations in the SDK.
- Endpoint URI overrides will now respect path information (it was previously ignored).
- Change [construction of NewRelicRegistry](https://github.com/newrelic/micrometer-registry-newrelic/pull/85) 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

## [0.5.0] - 2020-04-01
- Changed: Update micrometer-core version to 1.3.3
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ googleJavaFormat {

dependencies {
api("io.micrometer:micrometer-core:1.5.4")
api("com.newrelic.telemetry:telemetry:0.7.0")
api("com.newrelic.telemetry:telemetry:0.9.0")
implementation("org.slf4j:slf4j-api:1.7.30")

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
testRuntimeOnly("org.slf4j:slf4j-simple:1.7.30")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testImplementation("org.mockito:mockito-core:3.2.4")
testImplementation("org.mockito:mockito-junit-jupiter:3.2.4")
testImplementation("org.mock-server:mockserver-netty:5.10.0")
testImplementation("org.mock-server:mockserver-netty:5.11.1")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion = 0.5.1
releaseVersion = 0.6.0

# set this to true to enable using a local sonatype (for debugging publishing issues)
# (start a local sonatype in docker with this command: $ docker run -d -p 8081:8081 --name nexus sonatype/nexus3)
Expand Down

0 comments on commit 59c09e5

Please sign in to comment.