Skip to content

Commit

Permalink
Merge pull request #955 from go-agent/rabolofia/changelog
Browse files Browse the repository at this point in the history
Add changelog entry.
  • Loading branch information
purple4reina authored and GitHub Enterprise committed Jun 18, 2020
2 parents 6dff733 + 20e98db commit 0e6ffe7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ChangeLog


## Changes

* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
when communicating with the New Relic backend. This addresses an issue with
shared transports as described in https://github.com/golang/go/issues/33006.

* If a timeout occurs when attempting to send data to the New Relic backend,
instead of dropping the data, we save it and attempt to send it with the
next harvest. Note data retention limits still apply and the agent will
still start to drop data when these limits are reached. We attempt to keep
the highest priority events and traces.

## 3.6.0

## New Features
Expand Down

0 comments on commit 0e6ffe7

Please sign in to comment.