From 20e98db98d72697729666a6bfb56f0889557cd2c Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Wed, 17 Jun 2020 15:29:43 -0700 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23a0f70c..92d85cb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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