newrelic 9.0.0 → 9.0.1

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,16 @@
1
+ ### v9.0.1 (2022-08-18)
2
+
3
+ * Fixed properly setting logging metrics when using custom levels with winston.
4
+
5
+ * Handled setting the logging metric name to `UNKNOWN` when using custom log levels in pino and/or winston.
6
+ Thanks for your contribution @billouboq 🎉
7
+
8
+ * Removed unnecessary unit test and fixture for OSS license generation.
9
+
10
+ * Updated versioned tests to remove the use of the `async` module.
11
+
12
+ * Removed 3rd party `async` library from agent code.
13
+
1
14
  ### v9.0.0 (2022-08-03)
2
15
 
3
16
  * Added official parity support for Node 18.