Skip to content

Commit 299f404

Browse files
committed
Release 2025-11-03
1 parent 8d4c6fb commit 299f404

File tree

10 files changed

+23
-21
lines changed

10 files changed

+23
-21
lines changed

.changelog/ae0ef34a003c42149a078ca1288c1360.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/bf2d083eb544421e9c0542e73951e635.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2025-11-03)
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.23.2
8+
* **Bug Fix**: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
9+
* **Bug Fix**: Avoid unnecessary allocation overhead from the metrics system when not in use.
10+
111
# Release (2025-10-15)
212

313
## General Highlights

go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrics/smithyotelmetrics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.9 (2025-11-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.8 (2025-10-15)
26

37
* **Dependency Update**: Bump minimum go version to 1.23.

metrics/smithyotelmetrics/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics
33
go 1.23
44

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

metrics/smithyotelmetrics/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tracing/smithyoteltracing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.9 (2025-11-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.8 (2025-10-15)
26

37
* **Dependency Update**: Bump minimum go version to 1.23.

tracing/smithyoteltracing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing
33
go 1.23
44

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

tracing/smithyoteltracing/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)