Skip to content

Commit 6f1c844

Browse files
github-actions[bot]sumitsutharsumitsuthar
authored
Release v2.4.3 (#306)
Co-authored-by: sumitsuthar <gh-actions-sumitsuthar@github.com> Co-authored-by: Sumit Suthar <ssuthar@newrelic.com>
1 parent 67031d7 commit 6f1c844

File tree

3 files changed

+37
-33
lines changed

3 files changed

+37
-33
lines changed

CHANGELOG.md

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.4.3 (2025-07-23)
2+
#### Bug fixes
3+
* Removed dependency sync-req and updated axios
4+
15
### v2.4.2 (2025-05-14)
26
#### Bug fixes
37
* Fixed usage of incorrect method
@@ -7,21 +11,21 @@
711
* Only listen once for uncaughtException
812
#### Miscellaneous chores
913
* (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
1115

1216

1317
### v2.4.0 (2025-03-21)
1418
#### Features
1519
* 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
1721
#### Miscellaneous chores
1822
* Updated axios to v1.8.4
1923

2024
### v2.3.2 (2025-03-11)
2125
#### Bug fixes
22-
* Updated axios to v1.8.2
26+
* Updated axios to v1.8.2
2327
#### Miscellaneous chores
24-
* Updated readme
28+
* Updated readme
2529

2630

2731
### v2.3.1 (2025-02-04)
@@ -33,20 +37,20 @@
3337
#### Features
3438
* Added Support for VM module
3539
* 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
3741

3842
#### Bug fixes
3943
* 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
4246

4347
#### Miscellaneous chores
4448
* 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
4650

4751
### v2.2.0 (2024-12-18)
4852
#### Features
49-
* Support for express 5.x
53+
* Support for express 5.x
5054
* IAST support for GraphQL
5155
* Added support for trustboundary security events
5256

@@ -55,7 +59,7 @@
5559

5660
### v2.1.1 (2024-11-07)
5761
#### Bug fixes
58-
* Fix for assignment to logger constant
62+
* Fix for assignment to logger constant
5963

6064
### v2.1.0 (2024-11-05)
6165
#### Features
@@ -65,7 +69,7 @@
6569
* Added default values for scan_schedule, scan_controllers and exclude_from_iast_scan config
6670
* Fix for security home placeholder replacement in fuzz requests
6771
* 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
6973
#### Miscellaneous chores
7074
* Added requestURI field in http request for application-runtime-error
7175
* Updated instrumented to get the transaction directly instead of from the active segment
@@ -94,42 +98,42 @@
9498
#### Bug fixes
9599
* Fix for traceId in error reporting
96100
#### 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
98102
* (deps-dev): bumped ws from 7.5.9 to 8.18.0
99103
#### Continuous integration
100104
* Added Node.js v22.x to unit tests
101105

102106
### v1.4.0 (2024-06-24)
103107
#### Features
104108
* Added support to report application's errors while IAST scanning
105-
* Support to detect gRPC API endpoints
109+
* Support to detect gRPC API endpoints
106110
#### Bug fixes
107111
* Remove additional headers added by IAST client
108-
* Fix for uncaught exception reporting
112+
* Fix for uncaught exception reporting
109113
#### 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
112116
* (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
114118

115119
### v1.3.0 (2024-05-31)
116120
#### Features
117121
* Added route field in security event for API endpoint mapping
118122
#### 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
122126
* Handling to convert header values into string
123127
#### Miscellaneous chores
124-
* Updated log level for critical messages
128+
* Updated log level for critical messages
125129
* Readme update
126130
* (deps-dev): bump axios from 0.21.4 to 1.7.2
127131

128132
### v1.2.0 (2024-04-12)
129133
#### Features
130134
* Added instrumentation for express framework's res.download() and res.sendFile()
131135
#### Bug fixes
132-
* Handling to decrypt fuzz header data for IAST scanning
136+
* Handling to decrypt fuzz header data for IAST scanning
133137
* Logging and snapshot file fixes
134138
#### Miscellaneous chores
135139
* Prepend vulnerability case type with apiId
@@ -142,21 +146,21 @@
142146

143147
### v1.1.0 (2024-03-19)
144148
#### Features
145-
* IAST support for grpc
149+
* IAST support for grpc
146150
* Functionality to report API endpoints of the application
147151
* IAST support for undici
148152
#### Bug fixes
149153
* Updated permissions for file/directory created by security agent
150154
#### 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
152156
* Updated axios to v1.6.8
153157
* Bumped ip from v2.0.0 to v2.0.1
154158
* Bumped undici from 5.28.2 to v5.28.3
155159
* Readme update
156160

157161
### v1.0.1 (2024-02-07)
158162
#### Bug fixes
159-
* Reporting of framework in security event json
163+
* Reporting of framework in security event json
160164
#### Miscellaneous chores
161165
* Updated software license to New Relic Software License Version 1.0
162166
* Ability to send critical messages on successful startup of agent
@@ -173,8 +177,8 @@
173177
#### Miscellaneous chores
174178
* Updated log event jsonName to "critical-messages"
175179
* 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
178182

179183
### v0.6.0 (2024-01-03)
180184
#### Features
@@ -186,7 +190,7 @@
186190
* Fix for honouring probing interval from policy
187191
#### Miscellaneous chores
188192
* Added nestjs test cases
189-
* Additional logging for instrumented modules and methods
193+
* Additional logging for instrumented modules and methods
190194
* Upgraded axios to v1.6.3
191195
* Removed pinned version for axios and check-disk-space
192196
* Update in lockfileVersion of package-lock.json
@@ -207,10 +211,10 @@
207211

208212
### v0.4.0 (2023-10-27)
209213
#### 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.
211215
#### Miscellaneous chores
212216
* 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
214218
#### Continuous integration
215219
* Removed Node.js 14.x from CI.
216220
* Added should_skip flag to skip CI based on label.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/security-agent",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "New Relic Security Agent for Node.js",
55
"main": "index.js",
66
"jsonVersion": "1.2.9",

0 commit comments

Comments
 (0)