Skip to content

Commit

Permalink
Release 2024-10-03
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Oct 3, 2024
1 parent 26886e2 commit d479fb7
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changelog/240018a27d404933a6038db3cf0aa991.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release (2024-10-03)

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

## Module Highlights
* `github.com/aws/smithy-go`: v1.22.0
* **Feature**: Add HTTP client metrics.

# Release (2024-09-25)

## Module 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.1 (2024-10-03)

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

# v1.0.0 (2024-09-19)

* **Release**: Initial release of `smithyotelmetrics` module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.
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.21.0
github.com/aws/smithy-go v1.22.0
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.1 (2024-10-03)

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

# v1.0.0 (2024-09-19)

* **Release**: Initial release of `smithyoteltracing` module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.
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.21.0
github.com/aws/smithy-go v1.22.0
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 d479fb7

Please sign in to comment.