Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: newrelic/node-newrelic-superagent

v7.0.1

25 Oct 17:46
93c3e7c
Compare
Choose a tag to compare
  • Removed newrelic as peer dependency since this package only gets bundled with agent.
  • Bumped @babel/traverse from 7.17.3 and 7.20.5 to 7.23.2.

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v7.0.0

28 Aug 13:35
7aac510
Compare
Choose a tag to compare
  • BREAKING: Removed support for Node 14.

  • BREAKING: Removed ability to run @newrelic/superagent as a standalone package.

    • This is because in version 10 of Node.js agent, it does not function properly.
  • Added support for Node 20.

  • Updated vulnerable dependencies:

    • word-wrap from 1.2.3 to 1.2.4.
    • protobufjs from 7.2.3 to 7.2.4.
    • cookiejar from 2.1.3 to 2.1.4.
    • json5 from 2.2.1 to 2.2.3.
    • qs from 6.5.2 to 6.5.3.
  • Updated README links to point to new forum link due to repolinter ruleset change

  • Update README header image to latest OSS office required images

  • Fixed dead links in the docs.

  • Added lockfile checks to CI workflow to prevent malicious changes

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v6.0.0

27 Jul 21:21
7a2382b
Compare
Choose a tag to compare

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v5.1.1

28 Feb 22:08
7c72573
Compare
Choose a tag to compare
  • Removed versioned tests from npm artifact.

  • Fixed link to discuss.newrelic.com in README

  • Resolved several dev-dependency audit warnings.

  • Bumped tap to ^15.1.6."

  • Pinned version of superagent to <7.1.0 until author fixes bug.

  • Updated add-to-board to use org level NODE_AGENT_GH_TOKEN

  • Updated semver ranges to exclude 7.1.0 as it is a broken version.

v5.1.0

12 Jan 19:32
49a3088
Compare
Choose a tag to compare
  • Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository.

  • Added job to automatically add issues/pr to Node.js Engineering board

  • Added a pre-commit hook to check if package.json changes and run oss third-party manifest and oss third-party notices. This will ensure the third_party_manifest.json and THIRD_PARTY_NOTICES.md are up to date.

  • Added a pre-commit hook to run linting via husky

  • Added @newrelic/eslint-config to rely on a centralized eslint ruleset.

  • Upgraded setup-node CI job to v2 and changed the linting node version to lts/* for future proofing

v5.0.1

20 Jul 20:51
Compare
Choose a tag to compare
  • Added versioned tests to the files list within package.json

v5.0.0

20 Jul 14:38
Compare
Choose a tag to compare

v4.0.0

02 Nov 23:27
Compare
Choose a tag to compare
  • Added Node v14.x to CI.
  • Removed Node v8.x from CI.
  • Updates to README, guidelines, and templates to match New Relic OSS template.
  • Bumped node-test-utilities version to ^4.0.0.

v3.0.0

16 Jul 21:47
Compare
Choose a tag to compare
  • Updated to Apache 2.0 license.
  • Bumped minimum peer dependency (and dev dependency) of newrelic (agent) to 6.11 for license matching.
  • Added third party notices file and metadata for dependencies.
  • Updated readme with more detail.
  • Added issue templates for bugs and enhancements.
  • Added code of conduct file.
  • Added contributing guide.
  • Added pull request template.
  • Migrated CI to GitHub Actions.
  • Added copyright headers to all source files.
  • Added repository property to package.json.
  • Removed Coveralls integration.
  • Bumped minimum versions of tap, eslint and @newrelic/test-utilities.
  • Added .vscode to .gitignore.
  • Added additional items to .npmignore.