Skip to content

Commit 6ef3102

Browse files
yiyuan-heccioltanwangzlei
authored
0.14.1 release 2 (#557)
**Issue #, if available:** N/A - Patch release preparation **Description of changes:** Cherry-pick commits from main to prepare v0.14.1 patch release: - #500 - Update opentelemetry-sdk-extension-aws to version 2.1.0 - #556 - Changelog entry for #500 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: ccioltan <cristian.cioltan@3pillarglobal.com> Co-authored-by: Lei Wang <66336933+wangzlei@users.noreply.github.com>
1 parent e85eb38 commit 6ef3102

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2222
- Fix CVE-2025-66471. No associated PR since `urllib3` dependency will auto-bump to `2.6.x` upon release.
2323
- [PATCH] Add safety check for bedrock ConverseStream responses
2424
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
25+
- Update opentelemetry-sdk-extension-aws to version 2.1.0
26+
([#500](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/500))
2527

2628
## v0.14.0 - 2025-11-19
2729
- Add Resource and CFN Attributes for Bedrock AgentCore spans

aws-opentelemetry-distro/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"opentelemetry-propagator-b3 == 1.33.1",
3434
"opentelemetry-propagator-jaeger == 1.33.1",
3535
"opentelemetry-exporter-otlp-proto-common == 1.33.1",
36-
"opentelemetry-sdk-extension-aws == 2.0.2",
36+
"opentelemetry-sdk-extension-aws == 2.1.0",
3737
"opentelemetry-propagator-aws-xray == 1.0.1",
3838
"opentelemetry-distro == 0.54b1",
3939
"opentelemetry-processor-baggage == 0.54b1",

0 commit comments

Comments
 (0)