Skip to content

Commit 0e6ffe7

Browse files
purple4reinaGitHub Enterprise
authored andcommitted
Merge pull request #955 from go-agent/rabolofia/changelog
Add changelog entry.
2 parents 6dff733 + 20e98db commit 0e6ffe7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# ChangeLog
22

3+
4+
## Changes
5+
6+
* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
7+
when communicating with the New Relic backend. This addresses an issue with
8+
shared transports as described in https://github.com/golang/go/issues/33006.
9+
10+
* If a timeout occurs when attempting to send data to the New Relic backend,
11+
instead of dropping the data, we save it and attempt to send it with the
12+
next harvest. Note data retention limits still apply and the agent will
13+
still start to drop data when these limits are reached. We attempt to keep
14+
the highest priority events and traces.
15+
316
## 3.6.0
417

518
## New Features

0 commit comments

Comments
 (0)