Skip to content

Commit

Permalink
chore: more changelog edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jul 22, 2024
1 parent f0cc882 commit f60f9ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

#### Features

* Added support for fs.glob in Node 22+ ([#2369](/~https://github.com/newrelic/node-newrelic/pull/2369)) ([1791a4e](/~https://github.com/newrelic/node-newrelic/commit/1791a4ef4a31e36757c47a9947ef8840fdd995c2))
* Added support for `fs.glob` in Node 22+ ([#2369](/~https://github.com/newrelic/node-newrelic/pull/2369)) ([1791a4e](/~https://github.com/newrelic/node-newrelic/commit/1791a4ef4a31e36757c47a9947ef8840fdd995c2))

#### Bug fixes

* Updated aws-sdk v3 instrumentation to custom middleware last to properly get the external http span to add aws.* attributes ([#2382](/~https://github.com/newrelic/node-newrelic/pull/2382)) ([751801b](/~https://github.com/newrelic/node-newrelic/commit/751801be814343c9ddcee3dd7e83f87a1c6786d4))
* Updated aws-sdk v3 instrumentation to load custom middleware last to properly get the external http span to add `aws.*` attributes ([#2382](/~https://github.com/newrelic/node-newrelic/pull/2382)) ([751801b](/~https://github.com/newrelic/node-newrelic/commit/751801be814343c9ddcee3dd7e83f87a1c6786d4))
* Updated cassandra-driver instrumentation to properly trace promise based executions ([#2351](/~https://github.com/newrelic/node-newrelic/pull/2351)) ([bab9a8b](/~https://github.com/newrelic/node-newrelic/commit/bab9a8bab4ab6af8efa70d8559bdcc7ca6f5df32))

#### Documentation

* Remove examples/api/ ([#2381](/~https://github.com/newrelic/node-newrelic/pull/2381)) ([fb964de](/~https://github.com/newrelic/node-newrelic/commit/fb964de863f8989161f9a780f9eddc6e3ec91138))
* Removed out of date ROADMAP_Node.md from root of project ([#2367](/~https://github.com/newrelic/node-newrelic/pull/2367)) ([4be870c](/~https://github.com/newrelic/node-newrelic/commit/4be870c758d9b931866ef3e6781d01bf176671a9))
* Removed examples/api/ ([#2381](/~https://github.com/newrelic/node-newrelic/pull/2381)) ([fb964de](/~https://github.com/newrelic/node-newrelic/commit/fb964de863f8989161f9a780f9eddc6e3ec91138))
* Removed out of date `ROADMAP_Node.md` from root of project ([#2367](/~https://github.com/newrelic/node-newrelic/pull/2367)) ([4be870c](/~https://github.com/newrelic/node-newrelic/commit/4be870c758d9b931866ef3e6781d01bf176671a9))
* Updated compatibility report ([#2345](/~https://github.com/newrelic/node-newrelic/pull/2345)) ([f08adc3](/~https://github.com/newrelic/node-newrelic/commit/f08adc3a30bdf3e5d23bd00efeb3b16ac06cd3e5))

#### Miscellaneous chores
Expand All @@ -21,13 +21,13 @@

#### Tests

* Removed server.start in grpc tests as it is deprecated and no longer needed ([#2372](/~https://github.com/newrelic/node-newrelic/pull/2372)) ([d212b15](/~https://github.com/newrelic/node-newrelic/commit/d212b15c929ebca22881f3d41a8d7f99033847a8))
* Removed `server.start` in grpc tests as it is deprecated and no longer needed ([#2372](/~https://github.com/newrelic/node-newrelic/pull/2372)) ([d212b15](/~https://github.com/newrelic/node-newrelic/commit/d212b15c929ebca22881f3d41a8d7f99033847a8))
* Updated benchmark test results to output result files ([#2350](/~https://github.com/newrelic/node-newrelic/pull/2350)) ([1b51a68](/~https://github.com/newrelic/node-newrelic/commit/1b51a68200dae14b865a6db06d62655a25a62c2d))

#### Continuous integration

* Added benchmark test GitHub Action ([#2366](/~https://github.com/newrelic/node-newrelic/pull/2366)) ([afd3ab4](/~https://github.com/newrelic/node-newrelic/commit/afd3ab48611ec8409be1472ebbc63db24cff8e73))
* Increase the limit of installs from 2 to a bigger number for versioned tests ([#2346](/~https://github.com/newrelic/node-newrelic/pull/2346)) ([f85a385](/~https://github.com/newrelic/node-newrelic/commit/f85a38524f1d41e82b2c5085c41d79d1263b63c3))
* Increased the limit of installs from 2 to a bigger number for versioned tests ([#2346](/~https://github.com/newrelic/node-newrelic/pull/2346)) ([f85a385](/~https://github.com/newrelic/node-newrelic/commit/f85a38524f1d41e82b2c5085c41d79d1263b63c3))
* Updated `bin/create-docs-pr` to create an empty array if changelog.json is missing security ([#2348](/~https://github.com/newrelic/node-newrelic/pull/2348)) ([7d5368c](/~https://github.com/newrelic/node-newrelic/commit/7d5368ce873affbf2593bd6b1cc32259da852e1d))

### v11.23.1 (2024-07-11)
Expand Down
6 changes: 3 additions & 3 deletions changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"changes": {
"security": [],
"bugfixes": [
"Updated aws-sdk v3 instrumentation to custom middleware last to properly get the external http span to add aws.* attributes",
"Updated aws-sdk v3 instrumentation to load custom middleware last to properly get the external http span to add `aws.*` attributes",
"Updated cassandra-driver instrumentation to properly trace promise based executions"
],
"features": [
"Added support for fs.glob in Node 22+"
"Added support for `fs.glob` in Node 22+"
]
}
},
Expand Down Expand Up @@ -528,4 +528,4 @@
}
}
]
}
}

0 comments on commit f60f9ed

Please sign in to comment.