newrelic 8.13.1 → 8.13.2
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 +36 -30
- package/package.json +1 -1
package/NEWS.md
CHANGED
|
@@ -1,35 +1,41 @@
|
|
|
1
|
-
### v8.13.
|
|
1
|
+
### v8.13.2 (2022-05-31)
|
|
2
2
|
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
### v8.13.0 (2022-05-26)
|
|
6
|
-
|
|
7
|
-
* Moved log forwarding logic to a transport so customer transports are not polluted with NR linking metadata and timestamp and error manipulations.
|
|
8
|
-
|
|
9
|
-
* Prevented transmitting logs when application level logging has been disabled.
|
|
10
|
-
|
|
11
|
-
### v8.12.0 (2022-05-24)
|
|
12
|
-
|
|
13
|
-
* Added instrumentation to pino to support application logging use cases: forwarding, local decorating, and metrics.
|
|
14
|
-
|
|
15
|
-
* Added supportability metrics about the data usage bytes of harvested data to the collector endpoints.
|
|
16
|
-
|
|
17
|
-
* Added an optional way to avoid wrapping browser agent script with <script> tag when using `api.getBrowserTimingHeader`. This will ease usage with Component based libraries like React.
|
|
18
|
-
|
|
19
|
-
Thanks to @github-dd-nicolas for the contribution. 🎉
|
|
20
|
-
|
|
21
|
-
* Upgraded `@grpc/proto-loader` to fix a [CVE](https://security.snyk.io/vuln/SNYK-JS-PROTOBUFJS-2441248) with `protobufjs`.
|
|
22
|
-
|
|
23
|
-
* Upgraded `@newrelic/test-utilities` to resolve a dev-only audit warning.
|
|
24
|
-
|
|
25
|
-
### v8.11.2 (2022-05-23)
|
|
26
|
-
|
|
27
|
-
* Fixed winston instrumentation to no longer coerce every log line to be json.
|
|
28
|
-
|
|
29
|
-
### v8.11.1 (2022-05-13)
|
|
30
|
-
|
|
31
|
-
* Fixed an issue with winston instrumentation that caused agent to crash when creating a winston logger from an existing instantiated logger.
|
|
3
|
+
* Upgraded `protobufjs` to resolve CVE-2022-25878
|
|
32
4
|
|
|
5
|
+
### v8.13.1 (2022-05-27)
|
|
6
|
+
|
|
7
|
+
* Fixed passing undefined as a formatter options to `winston.format.combine`
|
|
8
|
+
|
|
9
|
+
Thanks to Rana Mohammad (@rjmohammad) for the contribution. 🎉
|
|
10
|
+
|
|
11
|
+
### v8.13.0 (2022-05-26)
|
|
12
|
+
|
|
13
|
+
* Moved log forwarding logic to a transport so customer transports are not polluted with NR linking metadata and timestamp and error manipulations.
|
|
14
|
+
|
|
15
|
+
* Prevented transmitting logs when application level logging has been disabled.
|
|
16
|
+
|
|
17
|
+
### v8.12.0 (2022-05-24)
|
|
18
|
+
|
|
19
|
+
* Added instrumentation to pino to support application logging use cases: forwarding, local decorating, and metrics.
|
|
20
|
+
|
|
21
|
+
* Added supportability metrics about the data usage bytes of harvested data to the collector endpoints.
|
|
22
|
+
|
|
23
|
+
* Added an optional way to avoid wrapping browser agent script with <script> tag when using `api.getBrowserTimingHeader`. This will ease usage with Component based libraries like React.
|
|
24
|
+
|
|
25
|
+
Thanks to @github-dd-nicolas for the contribution. 🎉
|
|
26
|
+
|
|
27
|
+
* Upgraded `@grpc/proto-loader` to fix a [CVE](https://security.snyk.io/vuln/SNYK-JS-PROTOBUFJS-2441248) with `protobufjs`.
|
|
28
|
+
|
|
29
|
+
* Upgraded `@newrelic/test-utilities` to resolve a dev-only audit warning.
|
|
30
|
+
|
|
31
|
+
### v8.11.2 (2022-05-23)
|
|
32
|
+
|
|
33
|
+
* Fixed winston instrumentation to no longer coerce every log line to be json.
|
|
34
|
+
|
|
35
|
+
### v8.11.1 (2022-05-13)
|
|
36
|
+
|
|
37
|
+
* Fixed an issue with winston instrumentation that caused agent to crash when creating a winston logger from an existing instantiated logger.
|
|
38
|
+
|
|
33
39
|
### v8.11.0 (2022-05-11)
|
|
34
40
|
|
|
35
41
|
* Added application logging for Winston in the Node.js agent
|