diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf5c520..3a40a6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # beeline-nodejs changelog +## 2.6.0 + +### Improvements + +- Use the non-deprecated request.raw attribute (#288) +- Add trace hooks API docs (#286) +- Add interop docs to API.md (#254) +- Add syntax highlighting to docs/CustomContext.md (#273) + +### Fixes + +- Ensure fastify intrumentation honors the httpParserHook config (#287) +- http(s) instrumentation should output urls with path/pathname/query correctly (#210) +- Handle pg pool clients (#272) + +### Maintenance + +- Add dependabot to check monthly and update intgrations team (#274) +- Add node 15 to CI matrix (#294) +- User public ENV context in circleci (#268) +- Bump fastify from 3.7.0 to 3.10.1 (#291) +- Bump eslint from 7.17.0 to 7.18.0 (#292) +- Bump husky from 4.3.7 to 4.3.8 (#293) +- Bump supertest from 6.0.1 to 6.1.1 (#289) +- Bump lint-staged from 8.1.5 to 10.5.3 (#290) +- Bump pg-query-stream from 2.0.1 to 4.0.0 (#275) +- Bump react from 17.0.0 to 17.0.1 (#281) +- Bump husky from 4.3.6 to 4.3.7 (#284) +- Bump semver from 7.3.2 to 7.3.4 (#283) +- Bump debug from 4.2.0 to 4.3.1 (#282) +- Bump supertest from 5.0.0 to 6.0.1 (#280) +- Bump pg from 7.14.0 to 8.5.1 (#277) +- Bump jest from 26.6.0 to 26.6.3 (#276) +- Bump eslint from 7.11.0 to 7.17.0 (#278) +- Bump husky from 1.3.1 to 4.3.6 (#279) +- Bump node-notifier from 8.0.0 to 8.0.1 (#270) +- Bump find-my-way from 3.0.4 to 3.0.5 (#266) + ## 2.5.0 Improvements: diff --git a/package-lock.json b/package-lock.json index 3ad34092..82dc5525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "honeycomb-beeline", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1eea76b..31277da7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "10.21.0" }, "license": "Apache-2.0", - "version": "2.5.0", + "version": "2.6.0", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"