Skip to content

Commit

Permalink
Release 2025-01-21
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Jan 21, 2025
1 parent d9b8ee9 commit f2ae388
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2025-01-21)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/smithy-go`: v1.22.2
* **Bug Fix**: Fix HTTP metrics data race.
* **Bug Fix**: Replace usages of deprecated ioutil package.

# Release (2024-11-15)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions metrics/smithyotelmetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.3 (2025-01-21)

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

# v1.0.2 (2024-11-15)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion metrics/smithyotelmetrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics
go 1.22

require (
github.com/aws/smithy-go v1.22.1
github.com/aws/smithy-go v1.22.2
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/metric v1.29.0
)
Expand Down
2 changes: 1 addition & 1 deletion metrics/smithyotelmetrics/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tracing/smithyoteltracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.3 (2025-01-21)

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

# v1.0.2 (2024-11-15)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion tracing/smithyoteltracing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing
go 1.22

require (
github.com/aws/smithy-go v1.22.1
github.com/aws/smithy-go v1.22.2
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
)
Expand Down
2 changes: 1 addition & 1 deletion tracing/smithyoteltracing/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2ae388

Please sign in to comment.