From 444f4da29b6e40404d05d42aaceaeb314ebf1dec Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Mon, 8 Jun 2020 10:10:39 -0700 Subject: [PATCH] Updates release notes for v6.9.0. --- NEWS.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/NEWS.md b/NEWS.md index 56e472c84c..98a4ad1abe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,35 @@ +### 6.9.0 (2020-06-08): + +* Added AWS API Gateway V2 Support to lambda instrumentation. + +* Added 'transaction.name' intrinsic to active span at time transaction name is finalized. + + This enables finding transaction name for traces that may not have a matching transaction event. + +* Added 'error.expected' attribute to span active at time expected error was noticed. + +* Dropped errors earlier during collection when error collection is disabled. + + Error attributes will no longer show up on spans when error collection has been disabled. Other unnecessary work will also be avoided. + +* Removed allocation of logging-only objects used by transaction naming when those log levels are disabled. + +* Upgraded escodegen from 1.12.0 to 1.14.1. + +* Upgraded readable-stream from 3.4.0 to 3.6.0. + +* Upgraded @grpc/proto-loader from 0.5.3 to 0.5.4. + +* Converted facts unit test to use tap API. + +* Converted transaction 'finalizeName...' unit tests to use tap API. + +* Added several items to .npmignore to prevent accidental publishing. + +* Fixed Redis client w/o callback versioned test flicker. + + Doesn't end transaction until error encountered. Increases wait time for first operation which has to complete for the second operation to be successful. + ### 6.8.0 (2020-05-21): * Bumped @newrelic/native-metrics to ^5.1.0.