Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t

## Unreleased

## v0.8.0 - 2025-10-08

### Enhancements

- Support X-Ray Trace Id extraction from Lambda Context object, and respect user-configured OTEL_PROPAGATORS in AWS Lamdba instrumentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
"version": "0.7.0-dev0",
"version": "0.8.0",
"description": "This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.",
"author": {
"name": "Amazon Web Services",
Expand Down
2 changes: 1 addition & 1 deletion docker-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
"version": "0.7.0-dev0",
"version": "0.8.0",
"private": true,
"scripts": {
"clean": "rimraf build/*",
Expand Down
2 changes: 1 addition & 1 deletion lambda-layer/packages/layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"instrumentation"
],
"dependencies": {
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.7.0-dev0.tgz"
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.8.0.tgz"
},
"devDependencies": {
"ts-loader": "^9.5.2",
Expand Down
18 changes: 10 additions & 8 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": "aws-otel-js-instrumentation",
"version": "0.7.0-dev0",
"version": "0.8.0",
"description": "This is a repository for AWS Distro of OpenTelemetry JavaScript SDK.",
"repository": {
"type": "git",
Expand Down