|
| 1 | +### v2.4.3 (2025-07-23) |
| 2 | +#### Bug fixes |
| 3 | +* Removed dependency sync-req and updated axios |
| 4 | + |
1 | 5 | ### v2.4.2 (2025-05-14) |
2 | 6 | #### Bug fixes |
3 | 7 | * Fixed usage of incorrect method |
|
7 | 11 | * Only listen once for uncaughtException |
8 | 12 | #### Miscellaneous chores |
9 | 13 | * (deps-dev): bump koa from v2.14.2 to v2.16.1 |
10 | | -* (deps-dev): bump tar-fs from v2.1.1 to v2.1.2 |
| 14 | +* (deps-dev): bump tar-fs from v2.1.1 to v2.1.2 |
11 | 15 |
|
12 | 16 |
|
13 | 17 | ### v2.4.0 (2025-03-21) |
14 | 18 | #### Features |
15 | 19 | * Support for gRPC error reporting |
16 | | -* Support to detect API endpoints in next.js framework |
| 20 | +* Support to detect API endpoints in next.js framework |
17 | 21 | #### Miscellaneous chores |
18 | 22 | * Updated axios to v1.8.4 |
19 | 23 |
|
20 | 24 | ### v2.3.2 (2025-03-11) |
21 | 25 | #### Bug fixes |
22 | | -* Updated axios to v1.8.2 |
| 26 | +* Updated axios to v1.8.2 |
23 | 27 | #### Miscellaneous chores |
24 | | -* Updated readme |
| 28 | +* Updated readme |
25 | 29 |
|
26 | 30 |
|
27 | 31 | ### v2.3.1 (2025-02-04) |
|
33 | 37 | #### Features |
34 | 38 | * Added Support for VM module |
35 | 39 | * IAST support for Next.js |
36 | | -* Support for Insecure settings i.e crypto, hash and random modules |
| 40 | +* Support for Insecure settings i.e crypto, hash and random modules |
37 | 41 |
|
38 | 42 | #### Bug fixes |
39 | 43 | * Fix for special characters in ws header |
40 | | -* Fix for getting transaction in graphql instrumentation |
41 | | -* Fix for mongodb unit tests |
| 44 | +* Fix for getting transaction in graphql instrumentation |
| 45 | +* Fix for mongodb unit tests |
42 | 46 |
|
43 | 47 | #### Miscellaneous chores |
44 | 48 | * deps-dev: bump undici from v5.28.4 to v5.28.5 |
45 | | -* Updated axios to v1.7.9 |
| 49 | +* Updated axios to v1.7.9 |
46 | 50 |
|
47 | 51 | ### v2.2.0 (2024-12-18) |
48 | 52 | #### Features |
49 | | -* Support for express 5.x |
| 53 | +* Support for express 5.x |
50 | 54 | * IAST support for GraphQL |
51 | 55 | * Added support for trustboundary security events |
52 | 56 |
|
|
55 | 59 |
|
56 | 60 | ### v2.1.1 (2024-11-07) |
57 | 61 | #### Bug fixes |
58 | | -* Fix for assignment to logger constant |
| 62 | +* Fix for assignment to logger constant |
59 | 63 |
|
60 | 64 | ### v2.1.0 (2024-11-05) |
61 | 65 | #### Features |
|
65 | 69 | * Added default values for scan_schedule, scan_controllers and exclude_from_iast_scan config |
66 | 70 | * Fix for security home placeholder replacement in fuzz requests |
67 | 71 | * Handling to not resolve file path in fs module instrumentation |
68 | | -* Fix for batch size and condition of iast-data-request sending |
| 72 | +* Fix for batch size and condition of iast-data-request sending |
69 | 73 | #### Miscellaneous chores |
70 | 74 | * Added requestURI field in http request for application-runtime-error |
71 | 75 | * Updated instrumented to get the transaction directly instead of from the active segment |
|
94 | 98 | #### Bug fixes |
95 | 99 | * Fix for traceId in error reporting |
96 | 100 | #### Miscellaneous chores |
97 | | -* (deps): bumped axios from 1.6.8 to 1.7.4 |
| 101 | +* (deps): bumped axios from 1.6.8 to 1.7.4 |
98 | 102 | * (deps-dev): bumped ws from 7.5.9 to 8.18.0 |
99 | 103 | #### Continuous integration |
100 | 104 | * Added Node.js v22.x to unit tests |
101 | 105 |
|
102 | 106 | ### v1.4.0 (2024-06-24) |
103 | 107 | #### Features |
104 | 108 | * Added support to report application's errors while IAST scanning |
105 | | -* Support to detect gRPC API endpoints |
| 109 | +* Support to detect gRPC API endpoints |
106 | 110 | #### Bug fixes |
107 | 111 | * Remove additional headers added by IAST client |
108 | | -* Fix for uncaught exception reporting |
| 112 | +* Fix for uncaught exception reporting |
109 | 113 | #### Miscellaneous chores |
110 | | -* Updated package.json to bump ws from 8.14.2 to 8.17.1 |
111 | | -* (deps-dev): bump @grpc/grpc-js from 1.9.12 to 1.10.9 |
| 114 | +* Updated package.json to bump ws from 8.14.2 to 8.17.1 |
| 115 | +* (deps-dev): bump @grpc/grpc-js from 1.9.12 to 1.10.9 |
112 | 116 | * (deps-dev): bump braces from 3.0.2 to 3.0.3 |
113 | | -* (deps): bump ws from 8.14.2 to 8.17.1 |
| 117 | +* (deps): bump ws from 8.14.2 to 8.17.1 |
114 | 118 |
|
115 | 119 | ### v1.3.0 (2024-05-31) |
116 | 120 | #### Features |
117 | 121 | * Added route field in security event for API endpoint mapping |
118 | 122 | #### Bug fixes |
119 | | -* Fix for control commands acknowledgement in security agent |
120 | | -* Added assert for typeof response data in Reflected XSS validation |
121 | | -* Updated @grpc/grpc-js instrumentation to instrument submodules |
| 123 | +* Fix for control commands acknowledgement in security agent |
| 124 | +* Added assert for typeof response data in Reflected XSS validation |
| 125 | +* Updated @grpc/grpc-js instrumentation to instrument submodules |
122 | 126 | * Handling to convert header values into string |
123 | 127 | #### Miscellaneous chores |
124 | | -* Updated log level for critical messages |
| 128 | +* Updated log level for critical messages |
125 | 129 | * Readme update |
126 | 130 | * (deps-dev): bump axios from 0.21.4 to 1.7.2 |
127 | 131 |
|
128 | 132 | ### v1.2.0 (2024-04-12) |
129 | 133 | #### Features |
130 | 134 | * Added instrumentation for express framework's res.download() and res.sendFile() |
131 | 135 | #### Bug fixes |
132 | | -* Handling to decrypt fuzz header data for IAST scanning |
| 136 | +* Handling to decrypt fuzz header data for IAST scanning |
133 | 137 | * Logging and snapshot file fixes |
134 | 138 | #### Miscellaneous chores |
135 | 139 | * Prepend vulnerability case type with apiId |
|
142 | 146 |
|
143 | 147 | ### v1.1.0 (2024-03-19) |
144 | 148 | #### Features |
145 | | -* IAST support for grpc |
| 149 | +* IAST support for grpc |
146 | 150 | * Functionality to report API endpoints of the application |
147 | 151 | * IAST support for undici |
148 | 152 | #### Bug fixes |
149 | 153 | * Updated permissions for file/directory created by security agent |
150 | 154 | #### Miscellaneous chores |
151 | | -* Bumped follow-redirects from v1.15.2 to v1.15.4 |
| 155 | +* Bumped follow-redirects from v1.15.2 to v1.15.4 |
152 | 156 | * Updated axios to v1.6.8 |
153 | 157 | * Bumped ip from v2.0.0 to v2.0.1 |
154 | 158 | * Bumped undici from 5.28.2 to v5.28.3 |
155 | 159 | * Readme update |
156 | 160 |
|
157 | 161 | ### v1.0.1 (2024-02-07) |
158 | 162 | #### Bug fixes |
159 | | -* Reporting of framework in security event json |
| 163 | +* Reporting of framework in security event json |
160 | 164 | #### Miscellaneous chores |
161 | 165 | * Updated software license to New Relic Software License Version 1.0 |
162 | 166 | * Ability to send critical messages on successful startup of agent |
|
173 | 177 | #### Miscellaneous chores |
174 | 178 | * Updated log event jsonName to "critical-messages" |
175 | 179 | * Removed dependency @aws-sdk/client-lambda |
176 | | -* Bumped follow-redirects from v1.15.2 to v1.15.4 |
177 | | -* Upgraded axios to v1.6.5 |
| 180 | +* Bumped follow-redirects from v1.15.2 to v1.15.4 |
| 181 | +* Upgraded axios to v1.6.5 |
178 | 182 |
|
179 | 183 | ### v0.6.0 (2024-01-03) |
180 | 184 | #### Features |
|
186 | 190 | * Fix for honouring probing interval from policy |
187 | 191 | #### Miscellaneous chores |
188 | 192 | * Added nestjs test cases |
189 | | -* Additional logging for instrumented modules and methods |
| 193 | +* Additional logging for instrumented modules and methods |
190 | 194 | * Upgraded axios to v1.6.3 |
191 | 195 | * Removed pinned version for axios and check-disk-space |
192 | 196 | * Update in lockfileVersion of package-lock.json |
|
207 | 211 |
|
208 | 212 | ### v0.4.0 (2023-10-27) |
209 | 213 | #### Features |
210 | | -* Added event stats for RASP, IAST and exit events in healthcheck. |
| 214 | +* Added event stats for RASP, IAST and exit events in healthcheck. |
211 | 215 | #### Miscellaneous chores |
212 | 216 | * Deps: Updated uuid to v9.0.1 and @aws-sdk/client-lambda to v3.405.0 |
213 | | -* Upgraded axios to 1.6.0 to resolve CVE-2023-45857 |
| 217 | +* Upgraded axios to 1.6.0 to resolve CVE-2023-45857 |
214 | 218 | #### Continuous integration |
215 | 219 | * Removed Node.js 14.x from CI. |
216 | 220 | * Added should_skip flag to skip CI based on label. |
|
0 commit comments