Skip to content

Commit

Permalink
Release v0.7.0 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: sumitsuthar <gh-actions-sumitsuthar@github.com>
Co-authored-by: Sumit Suthar <ssuthar@newrelic.com>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent ecf7787 commit 5f55161
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v0.7.0 (2024-01-18)
#### Features
* Handling to exclude unsupported content types from rxss processing
* Handling to report errors/critical messages to Security Engine
#### Bug fixes
* Fix for file operation event's parameter must be absolute path of file
* Fix for ReferenceError of commonUtils module
#### Miscellaneous chores
* Updated log event jsonName to "critical-messages"
* Removed dependency @aws-sdk/client-lambda
* Bumped follow-redirects from v1.15.2 to v1.15.4
* Upgraded axios to v1.6.5

### v0.6.0 (2024-01-03)
#### Features
* Added ws headers NR-CSEC-ENTITY-GUID and NR-CSEC-ENTITY-NAME
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/security-agent",
"version": "0.6.0",
"version": "0.7.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.1.1",
Expand Down

0 comments on commit 5f55161

Please sign in to comment.