Skip to content

Commit

Permalink
Release 2024-09-19
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 19, 2024
1 parent d2ad136 commit 85dcb19
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .changelog/76820480d9aa4b7389f4b8ca928a1522.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2024-09-19)

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

## Module Highlights
* `github.com/aws/smithy-go`: v1.21.0
* **Feature**: Add tracing and metrics APIs, and builtin instrumentation for both, in generated clients.
* `github.com/aws/smithy-go/metrics/smithyotelmetrics`: [v1.0.0](metrics/smithyotelmetrics/CHANGELOG.md#v100-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.
* `github.com/aws/smithy-go/tracing/smithyoteltracing`: [v1.0.0](tracing/smithyoteltracing/CHANGELOG.md#v100-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.

# Release (2024-08-14)

## 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.

5 changes: 5 additions & 0 deletions metrics/smithyotelmetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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.
* **Dependency Update**: Updated to the latest SDK module versions

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.20.4
github.com/aws/smithy-go v1.21.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/metric v1.29.0
)
Expand Down
6 changes: 6 additions & 0 deletions metrics/smithyotelmetrics/go_module_metadata.go

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

5 changes: 5 additions & 0 deletions tracing/smithyoteltracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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.
* **Dependency Update**: Updated to the latest SDK module versions

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.20.4
github.com/aws/smithy-go v1.21.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
)
Expand Down
6 changes: 6 additions & 0 deletions 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 85dcb19

Please sign in to comment.