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

Commit

Permalink
Merge pull request #134 from newrelic/release/v7.1.1
Browse files Browse the repository at this point in the history
Release v7.1.1
  • Loading branch information
jmartin4563 authored Dec 16, 2022
2 parents ec39969 + 6d84980 commit 4248f44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v7.1.1 (2022-12-16)

* Updated Koa instrumentation to work in applications using the ES Modules loader.

### v7.1.0 (2022-11-14)

* Removed `__NR` prefixed properties in favor of symbols.
Expand Down Expand Up @@ -25,21 +29,21 @@

* Updated `add-to-board` to use org level `NODE_AGENT_GH_TOKEN`

* Removed usages of internal tracer instance.

* Removed usages of internal tracer instance.

* Bumped `@newrelic/test-utilities` to ^6.3.0.

### v6.1.0 (2022-01-11)

* Removed context-less timer hop from transaction state test.

* Removed context-less timer hop from transaction state test.

The context-less timer hope was not specific to koa execution. With the upcoming AsyncLocal implementation there are new limitations to boundaries we can track promises that cause this to fail. Given this setup is not specific to koa functionality, modifying to remove.

* 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 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.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/koa",
"version": "7.1.0",
"version": "7.1.1",
"description": "Koa instrumentation for the New Relic Node agent",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4248f44

Please sign in to comment.