Skip to content

Commit

Permalink
Update changelog with changes from v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-coreint-bot committed Feb 27, 2024
1 parent 9655244 commit be59cbe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Unreleased section should follow [Release Toolkit](https://github.com/newrelic/release-toolkit#render-markdown-and-update-markdown)
## Unreleased
### breaking
- `*InSeconds` metrics are now reported in seconds. The affected metrics used to be reported in milliseconds.
Affected metrics: `backend.averageQueueTimeInSeconds`, `backend.averageResponseTimeInSeconds`,
`backend.averageTotalSessionTimeInSeconds`, `server.agentDurationSeconds`, `server.averageConnectTimeInSeconds`,
`server.averageQueueTimeInSeconds`, `server.averageResponseTimeInSeconds`, `server.averageTotalSessionTimeInSeconds`.

## v3.0.0 - 2024-02-27

### ⚠️️ Breaking changes ⚠️
- `*InSeconds` metrics are now reported in seconds. The affected metrics used to be reported in milliseconds. Affected metrics: `backend.averageQueueTimeInSeconds`, `backend.averageResponseTimeInSeconds`, `backend.averageTotalSessionTimeInSeconds`, `server.agentDurationSeconds`, `server.averageConnectTimeInSeconds`, `server.averageQueueTimeInSeconds`, `server.averageResponseTimeInSeconds`, `server.averageTotalSessionTimeInSeconds`.

### ⛓️ Dependencies
- Updated github.com/newrelic/infra-integrations-sdk to v3.8.2+incompatible

## v2.5.1 - 2023-10-31

Expand Down

0 comments on commit be59cbe

Please sign in to comment.