newrelic 9.0.0 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NEWS.md CHANGED
@@ -1,3 +1,36 @@
1
+ ### v9.0.3 (2022-09-06)
2
+
3
+ * Updated gRPC client instrumenation to respect `grpc.record_errors` when deciding to log errors on gRPC client requests.
4
+
5
+ * Fixed transaction name finalization to properly copy the appropriate transaction name to root segment.
6
+
7
+ ### v9.0.2 (2022-08-23)
8
+
9
+ * Added unit test suite for `lib/logger.js`.
10
+
11
+ * Added destructive integration test for Configuration instantiation.
12
+
13
+ * Added a special case to serialize BigInts when sending them to New Relic. BigInts can appear in log data that our customers may be trying to forward.
14
+
15
+ * Exposed `compressed_content_encoding` configuration and defaulted it to "gzip".
16
+
17
+ * Fixed public jsdoc generation.
18
+
19
+ * Added`minami` back as a dev dependency for use with `jsdoc-conf.js`.
20
+
21
+ ### v9.0.1 (2022-08-18)
22
+
23
+ * Fixed properly setting logging metrics when using custom levels with winston.
24
+
25
+ * Handled setting the logging metric name to `UNKNOWN` when using custom log levels in pino and/or winston.
26
+ Thanks for your contribution @billouboq 🎉
27
+
28
+ * Removed unnecessary unit test and fixture for OSS license generation.
29
+
30
+ * Updated versioned tests to remove the use of the `async` module.
31
+
32
+ * Removed 3rd party `async` library from agent code.
33
+
1
34
  ### v9.0.0 (2022-08-03)
2
35
 
3
36
  * Added official parity support for Node 18.