Skip to content

Commit e094f45

Browse files
committed
Release 2026-04-23
1 parent 214d45b commit e094f45

9 files changed

Lines changed: 22 additions & 13 deletions

File tree

.changelog/d5711e886e074bdca0d0373f29970fa7.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release (2026-04-23)
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.25.1
8+
* **Bug Fix**: Fixed a memory leak in the LRU cache implementation used by some AWS services.
9+
110
# Release (2026-04-15)
211

312
## 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.15 (2026-04-23)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.14 (2026-04-15)
26

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

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.24
44

55
require (
6-
github.com/aws/smithy-go v1.25.0
6+
github.com/aws/smithy-go v1.25.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

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.15 (2026-04-23)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.14 (2026-04-15)
26

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

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.24
44

55
require (
6-
github.com/aws/smithy-go v1.25.0
6+
github.com/aws/smithy-go v1.25.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

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)