Skip to content

Commit bed421c

Browse files
author
Tianyi Wang
committed
Release 2024-11-15
1 parent 4d1e793 commit bed421c

File tree

9 files changed

+22
-13
lines changed

9 files changed

+22
-13
lines changed

.changelog/cde77183ed444fbcb4c61059b254fc94.json

-8
This file was deleted.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release (2024-11-15)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/smithy-go`: v1.22.1
8+
* **Bug Fix**: Fix failure to replace URI path segments when their names overlap.
9+
110
# Release (2024-10-03)
211

312
## General Highlights

go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrics/smithyotelmetrics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.2 (2024-11-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.1 (2024-10-03)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

metrics/smithyotelmetrics/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics
33
go 1.22
44

55
require (
6-
github.com/aws/smithy-go v1.22.0
6+
github.com/aws/smithy-go v1.22.1
77
go.opentelemetry.io/otel v1.29.0
88
go.opentelemetry.io/otel/metric v1.29.0
99
)

metrics/smithyotelmetrics/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tracing/smithyoteltracing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.2 (2024-11-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.1 (2024-10-03)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

tracing/smithyoteltracing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing
33
go 1.22
44

55
require (
6-
github.com/aws/smithy-go v1.22.0
6+
github.com/aws/smithy-go v1.22.1
77
go.opentelemetry.io/otel v1.29.0
88
go.opentelemetry.io/otel/trace v1.29.0
99
)

tracing/smithyoteltracing/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)