diff --git a/CHANGELOG.md b/CHANGELOG.md index f64df090..a76966c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 3fb90ced..b9eb60cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/security-agent", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/security-agent", - "version": "0.6.0", + "version": "0.7.0", "license": "New Relic Pre-Release", "dependencies": { "axios": "^1.6.5", diff --git a/package.json b/package.json index d28ec1f0..36c34656 100644 --- a/package.json +++ b/package.json @@ -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",