Skip to content

Commit

Permalink
Merge pull request newrelic#66 from carlo-808/Release/v5.0.0
Browse files Browse the repository at this point in the history
Release/v5.0.0
  • Loading branch information
bizob2828 authored Jul 20, 2021
2 parents ac212a4 + 58e10f3 commit cea57f8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 65 deletions.
12 changes: 12 additions & 0 deletions lib/instrumentation/superagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 5.0.0 (2020-07-20)

* **BREAKING** Removed support for Node 10.

The minimum supported version is now Node v12. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.

* Added support for Node 16.
* Added files list to package.json instead of using `.npmignore` for module publishing.
* Removed `methods` package and rely on `http.METHODS` and lower-case ourselves.
* Bumped `@newrelic/test-utilities` to ^5.1.0.
* Bumped `tap` to ^15.0.9.

### 4.0.0 (2020-11-02):

* Added Node v14.x to CI.
Expand Down
39 changes: 3 additions & 36 deletions lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic

**[dependencies](#dependencies)**

* [methods](#methods)

**[devDependencies](#devDependencies)**

Expand All @@ -28,44 +27,12 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic

## dependencies

### methods

This product includes source derived from [methods](https://github.com/jshttp/methods) ([v1.1.2](https://github.com/jshttp/methods/tree/v1.1.2)), distributed under the [MIT License](https://github.com/jshttp/methods/blob/v1.1.2/LICENSE):

```
(The MIT License)
Copyright (c) 2013-2014 TJ Holowaychuk <[email protected]>
Copyright (c) 2015-2016 Douglas Christopher Wilson <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```


## devDependencies

### @newrelic/test-utilities

This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v4.1.2](https://github.com/newrelic/node-test-utilities/tree/v4.1.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v4.1.2/LICENSE):
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v5.1.0](https://github.com/newrelic/node-test-utilities/tree/v5.1.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v5.1.0/LICENSE):

```
Apache License
Expand Down Expand Up @@ -301,7 +268,7 @@ THE SOFTWARE.

### newrelic

This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v6.14.0](https://github.com/newrelic/node-newrelic/tree/v6.14.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v6.14.0/LICENSE):
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v7.5.2](https://github.com/newrelic/node-newrelic/tree/v7.5.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v7.5.2/LICENSE):

```
Apache License
Expand Down Expand Up @@ -562,7 +529,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### tap

This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v14.10.8](https://github.com/tapjs/node-tap/tree/v14.10.8)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v14.10.8/LICENSE):
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.0.9](https://github.com/tapjs/node-tap/tree/v15.0.9)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE):

```
The ISC License
Expand Down
46 changes: 17 additions & 29 deletions lib/instrumentation/superagent/third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
{
"lastUpdated": "Mon Nov 02 2020 14:46:12 GMT-0800 (Pacific Standard Time)",
"lastUpdated": "Mon Jul 19 2021 14:56:52 GMT-0700 (Pacific Daylight Time)",
"projectName": "New Relic SuperAgent Instrumentation",
"projectUrl": "https://github.com/newrelic/node-newrelic-superagent",
"includeDev": true,
"dependencies": {
"[email protected]": {
"name": "methods",
"version": "1.1.2",
"range": "^1.1.2",
"licenses": "MIT",
"repoUrl": "https://github.com/jshttp/methods",
"versionedRepoUrl": "https://github.com/jshttp/methods/tree/v1.1.2",
"licenseFile": "node_modules/methods/LICENSE",
"licenseUrl": "https://github.com/jshttp/methods/blob/v1.1.2/LICENSE",
"licenseTextSource": "file"
}
},
"dependencies": {},
"devDependencies": {
"@newrelic/test-utilities@4.1.2": {
"@newrelic/test-utilities@5.1.0": {
"name": "@newrelic/test-utilities",
"version": "4.1.2",
"range": "^4.0.0",
"version": "5.1.0",
"range": "^5.1.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-test-utilities",
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v4.1.2",
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v5.1.0",
"licenseFile": "node_modules/@newrelic/test-utilities/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v4.1.2/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v5.1.0/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "[email protected]"
Expand All @@ -43,15 +31,15 @@
"publisher": "Nicholas C. Zakas",
"email": "[email protected]"
},
"newrelic@6.14.0": {
"newrelic@7.5.2": {
"name": "newrelic",
"version": "6.14.0",
"range": "^6.11.0",
"version": "7.5.2",
"range": "^7.5.2",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-newrelic",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v6.14.0",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v7.5.2",
"licenseFile": "node_modules/newrelic/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v6.14.0/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v7.5.2/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "[email protected]"
Expand Down Expand Up @@ -80,15 +68,15 @@
"publisher": "TJ Holowaychuk",
"email": "[email protected]"
},
"tap@14.10.8": {
"tap@15.0.9": {
"name": "tap",
"version": "14.10.8",
"range": "^14.10.7",
"version": "15.0.9",
"range": "^15.0.9",
"licenses": "ISC",
"repoUrl": "https://github.com/tapjs/node-tap",
"versionedRepoUrl": "https://github.com/tapjs/node-tap/tree/v14.10.8",
"versionedRepoUrl": "https://github.com/tapjs/node-tap/tree/v15.0.9",
"licenseFile": "node_modules/tap/LICENSE",
"licenseUrl": "https://github.com/tapjs/node-tap/blob/v14.10.8/LICENSE",
"licenseUrl": "https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE",
"licenseTextSource": "file",
"publisher": "Isaac Z. Schlueter",
"email": "[email protected]",
Expand Down

0 comments on commit cea57f8

Please sign in to comment.