Skip to content

Commit

Permalink
Prepare v2.8.1 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Sep 16, 2021
1 parent f4e766e commit 7bd6fd6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
# beeline-nodejs changelog

## 2.8.1 [2021-09-16]

### Fixes

- Fix types on bindFunctionToTrace (#450).
- Thanks [@gmunguia](https://github.com/gmunguia) and [@zenazn](https://github.com/zenazn) for raising the issue.

### Maintenance

- Update deprecation comments (#444) [@vreynolds](https://github.com/vreynolds)
- Add engines to package.json (#443)
- Add NOTICE (#442)
- Bump prettier from 2.3.2 to 2.4.0 (#446)
- Bump jest from 27.0.6 to 27.1.1 (#447)
- Bump @types/node from 16.7.1 to 16.9.1 (#449)
- Bump fastify from 3.20.2 to 3.21.0 (#448)
- Bump @opentelemetry/api from 1.0.2 to 1.0.3 (#440)

## 2.8.0 [09-01-2021]

### Improvements

- Support esbuild (#415) [@markandrus](https://github.com/markandrus)
- **Note:** The use of any JavaScript bundler will prevent the use of the majority of Beeline auto-instrumentations.
The Beeline's API can still be used for generating traces manually for your own application logic.
The Beeline's API can still be used for generating traces manually for your own application logic.

### Maintenance

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -6,7 +6,7 @@
"node": "12.22.1"
},
"license": "Apache-2.0",
"version": "2.8.0",
"version": "2.8.1",
"repository": {
"type": "git",
"url": "https://github.com/honeycombio/beeline-nodejs.git"
Expand Down

0 comments on commit 7bd6fd6

Please sign in to comment.