forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.json
46 lines (46 loc) · 1.13 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
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"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": []
}
}
]
}