@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## API
10
+ ## API 1.3.0 - 2024-03-15
11
11
12
12
### Changes
13
13
@@ -18,27 +18,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- [ Moved attribute processing functions to ` otel_attributes ` from
19
19
` otel_span ` ] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/620 )
20
20
21
- ## SDK
21
+ ## SDK 1.4.0 - 2024-03-15
22
22
23
23
### Changes
24
24
25
25
- [ Attributes module ` otel_attributes ` moved to
26
26
API] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/618 )
27
+ - [ create unique processor name in
28
+ otel_tracer_server] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/646 )
27
29
28
30
### Fixes
29
31
30
32
- [ Fix leak of atoms/persistent terms by creating unique processor name in ` otel_tracer_server ` ] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/646 )
33
+ - [ fix(otel_batch_processor): don't divide ` max_queue_size ` by
34
+ word-size] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/635 )
35
+ - [ fix(otel_processor): wait for runner process
36
+ termination] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/641 )
31
37
32
- ## Experimental API
38
+ ## Exporter 1.7.0 - 2024-03-15
39
+
40
+ ## Added
41
+
42
+ - [ Add User-Agent header to exporter
43
+ requests] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/605 )
44
+
45
+ ## Experimental API 0.5.0 - 2024-03-15
33
46
34
47
### Changes
35
48
36
49
- [ Allow to create observable instruments without passing callback
37
50
arguments] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/604 )
38
51
- [ Allow to give ` advisory_params ` to instrument creation functions] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/628 )
39
52
- [ Attributes are optional in Counter.add(), UpDownCounter.add() and Histo.record()] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/632 )
53
+ - [ Support explicit_bucket_boundaries advisory
54
+ parameters] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/628 )
40
55
41
- ## Experimental SDK
56
+ ## Experimental SDK 0.5.0 - 2024-03-15
42
57
43
58
### Added
44
59
@@ -48,17 +63,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
63
- [ Rename ` boundaries ` to ` explict_bucket_boundaries ` in histogram explicit aggregation options] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/628 )
49
64
- [ Allow creating wildcard views] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/624 )
50
65
- [ Exemplars support] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/692 )
51
-
66
+ - [ Metric
67
+ producers] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/701 )
68
+ - [ Exemplar reservoir support] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/692 )
69
+
52
70
### Changes
53
71
54
72
- [ Align histogram default boundaries with specification] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/614 )
55
-
73
+ - [ Metrics: fix observable callbacks to return a list of
74
+ results] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/561 )
75
+ - [ Add a fresh context to each observable callback and test observe
76
+ exemplars] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/697 )
77
+
56
78
### Fixes
57
79
58
80
- [ Correctly record histogram values greater than last boundary] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/614 )
59
81
- [ Readers should use a default cumulative temporality if not specified] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/613 )
60
82
- [ Check for positive data values in counters and histograms] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/632 )
61
83
- [ Fix Delta metric export to only include those recorded in collection cycle] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/677 )
84
+ - [ Cumulative sums
85
+ fix] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/592 )
86
+ - [ Fix transmitted time units for
87
+ logs] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/640 )
88
+ - [ don't export unit fields in metrics when the unit is
89
+ undefined] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/669 )
62
90
63
91
## SDK 1.3.1 - 2023-08-15
64
92
0 commit comments