This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
97 lines (97 loc) · 2.24 KB
/
changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "10.4.2",
"changes": {
"security": [],
"bugfixes": [
"Dropped query params from request.uri attribute when obfuscating"
],
"features": []
}
},
{
"version": "10.4.1",
"changes": {
"security": [
"bump protobufjs from 7.2.3 to 7.2.4"
],
"bugfixes": [],
"features": []
}
},
{
"version": "10.4.0",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
},
{
"version": "10.3.2",
"changes": {
"security": [
"Updated security agent to v0.1.3",
"bump fast-xml-parser and @aws-sdk/client-lambda"
],
"bugfixes": [
"check for query args in string property"
],
"features": []
}
},
{
"version": "10.3.1",
"changes": {
"security": [
"Updated semver dependency to 7.5.2, also updating @newrelic/native-metrics, and @newrelic/test-utilities"
],
"bugfixes": [],
"features": []
}
},
{
"version": "10.3.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added IAST security agent capabilities when security.agent.enabled is true"
]
}
},
{
"version": "10.2.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"added supportability metrics to indicate how agent was loaded and if --enable-source-maps was passed to Node.js runtime",
"log execArgs at the debug level"
]
}
},
{
"version": "10.1.2",
"changes": {
"security": [],
"bugfixes": [
"Updated mysql instrumentation to properly wrap the connection pool.getConnection and poolCluster.of"
],
"features": []
}
},
{
"version": "10.1.1",
"changes": {
"security": [],
"bugfixes": [
"updated prisma instrumentation to properly parse database connection strings that work across all versions of prisma"
],
"features": []
}
}
]
}