Skip to content

Commit

Permalink
Merge branch 'master' into fix/missing-export-default-type
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee authored Oct 14, 2024
2 parents 7817186 + e28c1af commit ae24585
Show file tree
Hide file tree
Showing 20 changed files with 1,466 additions and 757 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,12 @@ jobs:
npx lerna run testcov
npx lerna run reportcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: matrix.coverage
with:
directory: ./packages/core/
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.lcov
verbose: true
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=3.10.0-->
<!--ENTRYINSERT-->
## 3.10.1
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.9.0...aws-xray-sdk-node%403.10.0)
* `aws-xray-sdk-core` updated to 3.10.1
* Bump dependency version for body-parser, express and find-my-way
* These dependency version changes apply to all packages
* `aws-xray-sdk-mysql` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-express` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-postgres` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-restify` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-fastify` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-koa2` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-hapi` updated to 3.10.1
* No further changes.
* `aws-xray-sdk-fetch` added in 3.10.1
* No further changes.

## 3.10.0
View [the latest changes](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node%403.9.0...aws-xray-sdk-node%403.10.0)
Expand Down
Loading

0 comments on commit ae24585

Please sign in to comment.