Skip to content

Commit

Permalink
Release v0.6.0 (#157)
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 committed Jan 3, 2024
1 parent 62b4cea commit e5f2cb6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v0.6.0 (2024-01-03)
#### Features
* Added ws headers NR-CSEC-ENTITY-GUID and NR-CSEC-ENTITY-NAME
* Updated jsonVersion to 1.1.1 in security events
* Support to send important logs/errors to security engine
#### Bug fixes
* Added missing protocol in http request object
* Fix for honouring probing interval from policy
#### Miscellaneous chores
* Added nestjs test cases
* Additional logging for instrumented modules and methods
* Upgraded axios to v1.6.3
* Removed pinned version for axios and check-disk-space
* Update in lockfileVersion of package-lock.json
* Updated @babel/traverse, protobufjs, fast-xml-parser and @aws-sdk/credential-providers
* Updated Readme.md


### v0.5.0 (2023-11-17)
#### Features
* IAST support for NestJS framework
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.5.0",
"version": "0.6.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.1.1",
Expand Down

0 comments on commit e5f2cb6

Please sign in to comment.