Skip to content

Commit d89ca85

Browse files
github-actions[bot]dazumaplantfansam
authored
release: Release opentelemetry-sdk 1.3.2 (was 1.3.1) (#1579)
* release: Release opentelemetry-sdk 1.3.2 (was 1.3.1) * update sdk changelog --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Sam Handler <[email protected]>
1 parent c29d4cf commit d89ca85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-sdk
22

3+
### v1.3.2 / 2024-01-23
4+
5+
* FIXED: Reduce allocations on GraphQL hot paths
6+
* FIXED: Add context to metrics reporting of buffer-full events
7+
38
### v1.3.1 / 2023-11-02
49

510
* FIXED: Spec compliance for span attribute limit

sdk/lib/opentelemetry/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module OpenTelemetry
88
module SDK
99
## Current OpenTelemetry version
10-
VERSION = '1.3.1'
10+
VERSION = '1.3.2'
1111
end
1212
end

0 commit comments

Comments
 (0)