Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.15.0/v0.40.0/v0.9.0 #3512

Merged
merged 8 commits into from
Feb 28, 2023
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 27, 2023

This release is the last to support Go 1.18.
The next release will require at least Go 1.19.

Added

Changed

Fixed

  • Remove use of deprecated "math/rand".Seed in go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama/example/producer. (Bump CI default version of Go to 1.20 #3396)
  • Do not assume "aws" partition in ecs detector to prevent panic in go.opentelemetry.io/contrib/detectors/aws/ecs. (Do not assume "aws" partition in ecs detector. Fixes #3166 #3167)
  • The span name of producer spans from go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama is corrected to use publish instead of send. (Use semconv creation functions #3369)
  • Attribute types are corrected in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (Use semconv creation functions #3369)
    • aws.dynamodb.table_names is now a string slice value.
    • aws.dynamodb.global_secondary_indexes is now a string slice value.
    • aws.dynamodb.local_secondary_indexes is now a string slice value.
    • aws.dynamodb.attribute_definitions is now a string slice value.
    • aws.dynamodb.global_secondary_index_updates is now a string slice value.
    • aws.dynamodb.provisioned_read_capacity is now a float64 value.
    • aws.dynamodb.provisioned_write_capacity is now a float64 value.

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Merging #3512 (1fa0e00) into main (e054521) will increase coverage by 5.1%.
The diff coverage is 28.5%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #3512     +/-   ##
=======================================
+ Coverage   69.9%   75.0%   +5.1%     
=======================================
  Files        147     152      +5     
  Lines       6934    6999     +65     
=======================================
+ Hits        4851    5256    +405     
+ Misses      1959    1603    -356     
- Partials     124     140     +16     
Impacted Files Coverage Δ
detectors/aws/ec2/version.go 0.0% <0.0%> (ø)
detectors/aws/ecs/version.go 0.0% <0.0%> (ø)
detectors/aws/eks/version.go 0.0% <0.0%> (ø)
detectors/gcp/version.go 0.0% <0.0%> (ø)
...thub.com/Shopify/sarama/otelsarama/test/version.go 0.0% <0.0%> (ø)
...github.com/astaxie/beego/otelbeego/test/version.go 0.0% <0.0%> (ø)
...tion/github.com/astaxie/beego/otelbeego/version.go 0.0% <0.0%> (ø)
...thub.com/aws/aws-sdk-go-v2/otelaws/test/version.go 0.0% <0.0%> (ø)
...z/gomemcache/memcache/otelmemcache/test/version.go 0.0% <0.0%> (ø)
...om/emicklei/go-restful/otelrestful/test/version.go 0.0% <0.0%> (ø)
... and 54 more

@MrAlias MrAlias merged commit 3311cc2 into open-telemetry:main Feb 28, 2023
@MrAlias MrAlias deleted the release-v1.15.0 branch February 28, 2023 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants