Skip to content

Commit

Permalink
Release v1.1.0 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: sumitsuthar <[email protected]>
Co-authored-by: Sumit Suthar <[email protected]>
  • Loading branch information
3 people committed Mar 19, 2024
1 parent 64718d9 commit 6e78603
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v1.1.0 (2024-03-19)
#### Features
* IAST support for grpc
* Functionality to report API endpoints of the application
* IAST support for undici
#### Bug fixes
* Updated permissions for file/directory created by security agent
#### Miscellaneous chores
* Bumped follow-redirects from v1.15.2 to v1.15.4
* Updated axios to v1.6.8
* Bumped ip from v2.0.0 to v2.0.1
* Bumped undici from 5.28.2 to v5.28.3
* Readme update

### v1.0.1 (2024-02-07)
#### Bug fixes
* Reporting of framework in security event json
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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/security-agent",
"version": "1.0.1",
"version": "1.1.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.1.1",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"test": "tap --test-regex='(\\/|^test\\/instrumentation-security\\/.*\\.test\\.js)$' --no-coverage",
"posttest": "rm -f newrelic_agent.log && rm -rf nr-security-home && rm -rf .nyc_output",
"third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
"undici": "tap test/instrumentation-security/nr-undici.test.js"
"third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json"
},
"keywords": [
"instrumentation",
Expand Down

0 comments on commit 6e78603

Please sign in to comment.