Releases: newrelic/node-newrelic-koa
v9.1.0
Miscellaneous chores
Tests
Continuous integration
- Updated CI process for releases (#176) (69f41cd)
- Fixed
changelog_file
to beNEWS.md
(#179) (dfa6c30) - Fixed spelling of
use_new_release
in prepare-release.yml (#178) (4268c5d)
Build system
- deps-dev: bump follow-redirects from 1.15.5 to 1.15.6 (#173) (7b13b78)
- Bumps follow-redirects from 1.15.5 to 1.15.6. - Release notes - Commits
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/)
v9.0.0
- BREAKING CHANGE: Updated koa instrumentation to construct specs at instrumentation
- Must be running v11.11.0 of
newrelic
for this to function.
- Must be running v11.11.0 of
- Updated dev deps
follow-redirects
,@babel/generator
,@babel/parser
,@babel/traverse
,@babel/types
, andaxios
to fix CVEs.
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/)
v8.0.1
- Removed
newrelic
as peer dependency since this package only gets bundled with agent. - Updated @babel/traverse from 7.17.3 and 7.21.4 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/)
v8.0.0
-
BREAKING: Removed support for Node 14.
-
BREAKING: Removed ability to run
@newrelic/koa
as a standalone module. This package gets bundled with agent and no longer can run as a standalone in v10 of the newrelic agent. -
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.
-
Added test for registering instrumentation via nr-hooks.
-
Updated README links to point to new forum link.
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.2.0
-
Updated the registration of instrumentation to indicate that it will share a shim instance id for checking if items are wrapped.
-
Updated README header image to latest OSS office required images
-
Fixed dead links in the docs.
-
Added testing coverage to ensure Code Level Metrics functionality with Koa instrumentation
-
Added lockfile checks to CI workflow to prevent malicious changes
-
Updated json5 devDependency to latest.
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.
v7.1.1
- Updated Koa instrumentation to work in applications using the ES Modules loader.
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.
v7.1.0
- Removed
__NR
prefixed properties in favor of symbols.
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.
v7.0.0
-
BREAKING Removed support for Node 12.
The minimum supported version is now Node v14. 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 18.
-
Resolved several dev-dependency audit warnings.
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.
v6.1.2
v6.1.1
-
Updated
add-to-board
to use org levelNODE_AGENT_GH_TOKEN
-
Removed usages of internal tracer instance.
-
Bumped
@newrelic/test-utilities
to ^6.3.0.