Skip to content

Commit

Permalink
release: Release opentelemetry-sdk 1.3.2 (was 1.3.1) (#1579)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-sdk 1.3.2 (was 1.3.1)

* update sdk changelog

---------

Co-authored-by: Daniel Azuma <dazuma@gmail.com>
Co-authored-by: Sam Handler <sam.handler@shopify.com>
  • Loading branch information
3 people committed Jan 23, 2024
1 parent c29d4cf commit d89ca85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-sdk

### v1.3.2 / 2024-01-23

* FIXED: Reduce allocations on GraphQL hot paths
* FIXED: Add context to metrics reporting of buffer-full events

### v1.3.1 / 2023-11-02

* FIXED: Spec compliance for span attribute limit
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/opentelemetry/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
module OpenTelemetry
module SDK
## Current OpenTelemetry version
VERSION = '1.3.1'
VERSION = '1.3.2'
end
end

0 comments on commit d89ca85

Please sign in to comment.