@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.12.0rc2-0.32b0...HEAD )
8
+ ## [ Unreleased]
9
9
10
10
- Fix OTLP gRPC exporter warning message
11
11
([ #2781 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2781 ) )
12
12
- Fix tracing decorator with late configuration
13
13
([ #2754 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2754 ) )
14
14
15
- ## [ 1.12.0rc2-0.32b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0 ) - 2022-07-04
15
+ ## [ 1.12.0rc2-0.32b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2 ) - 2022-07-04
16
16
17
17
- Fix instrument name and unit regexes
18
18
([ #2796 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2796 ) )
@@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
57
([ #2785 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2785 ) )
58
58
59
59
60
- ## [ 1.12.0rc1-0.31b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc1-0.31b0 ) - 2022-05-17
60
+ ## [ 1.12.0rc1-0.31b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc1 ) - 2022-05-17
61
61
62
62
- Fix LoggingHandler to handle LogRecord with exc_info=False
63
63
([ #2690 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2690 ) )
@@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
80
- Move Metrics API behind internal package
81
81
([ #2651 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2651 ) )
82
82
83
- ## [ 1.11.1-0.30b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.1-0.30b1 ) - 2022-04-21
83
+ ## [ 1.11.1-0.30b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.1 ) - 2022-04-21
84
84
85
85
- Add parameter to MetricReader constructor to select aggregation per instrument kind
86
86
([ #2638 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2638 ) )
@@ -96,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96
96
- Deprecate InstrumentationLibraryInfo and Add InstrumentationScope
97
97
([ #2583 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2583 ) )
98
98
99
- ## [ 1.11.0-0.30b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0-0.30b0 ) - 2022-04-18
99
+ ## [ 1.11.0-0.30b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0 ) - 2022-04-18
100
100
101
101
- Rename API Measurement for async instruments to Observation
102
102
([ #2617 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2617 ) )
@@ -130,7 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130
130
- Update opentelemetry-proto to v0.16.0
131
131
([ #2619 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2619 ) )
132
132
133
- ## [ 1.10.0-0.29b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.10.0-0.29b0 ) - 2022-03-10
133
+ ## [ 1.10.0-0.29b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.10.0 ) - 2022-03-10
134
134
135
135
- Docs rework: [ non-API docs are
136
136
moving] ( https://github.com/open-telemetry/opentelemetry-python/issues/2172 ) to
@@ -151,12 +151,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
151
- [ exporter/opentelemetry-exporter-prometheus] restore package using the new metrics API
152
152
([ #2321 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2321 ) )
153
153
154
- ## [ 1.9.1-0.28b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.1-0.28b1 ) - 2022-01-29
154
+ ## [ 1.9.1-0.28b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.1 ) - 2022-01-29
155
155
156
156
- Update opentelemetry-proto to v0.12.0. Note that this update removes deprecated status codes.
157
157
([ #2415 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2415 ) )
158
158
159
- ## [ 1.9.0-0.28b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.0-0.28b0 ) - 2022-01-26
159
+ ## [ 1.9.0-0.28b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.0 ) - 2022-01-26
160
160
161
161
162
162
- Fix SpanLimits global span limit defaulting when set to 0
@@ -180,7 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180
180
- [ logs] prevent None from causing problems
181
181
([ #2410 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2410 ) )
182
182
183
- ## [ 1.8.0-0.27b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.8.0-0.27b0 ) - 2021-12-17
183
+ ## [ 1.8.0-0.27b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.8.0 ) - 2021-12-17
184
184
185
185
- Adds Aggregation and instruments as part of Metrics SDK
186
186
([ #2234 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2234 ) )
@@ -199,7 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199
199
- Support insecure configuration for OTLP gRPC exporter
200
200
([ #2350 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2350 ) )
201
201
202
- ## [ 1.7.1-0.26b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.7.0-0.26b0 ) - 2021-11-11
202
+ ## [ 1.7.1-0.26b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.7.0 ) - 2021-11-11
203
203
204
204
- Add support for Python 3.10
205
205
([ #2207 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2207 ) )
@@ -220,12 +220,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220
220
- ` opentelemetry-test ` start releasing to pypi.org
221
221
([ #2269 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2269 ) )
222
222
223
- ## [ 1.6.2-0.25b2] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.2-0.25b2 ) - 2021-10-19
223
+ ## [ 1.6.2-0.25b2] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.2 ) - 2021-10-19
224
224
225
225
- Fix parental trace relationship for opentracing ` follows_from ` reference
226
226
([ #2180 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2180 ) )
227
227
228
- ## [ 1.6.1-0.25b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.1-0.25b1 ) - 2021-10-18
228
+ ## [ 1.6.1-0.25b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.1 ) - 2021-10-18
229
229
230
230
- Fix ReadableSpan property types attempting to create a mapping from a list
231
231
([ #2215 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2215 ) )
@@ -234,7 +234,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234
234
- Propagation: only warn about oversized baggage headers when headers exist
235
235
([ #2212 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2212 ) )
236
236
237
- ## [ 1.6.0-0.25b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0 ) - 2021-10-13
237
+ ## [ 1.6.0-0.25b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0 ) - 2021-10-13
238
238
239
239
- Fix race in ` set_tracer_provider() `
240
240
([ #2182 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2182 ) )
@@ -272,7 +272,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
272
272
- Add name to ` BatchSpanProcessor ` worker thread
273
273
([ #2186 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2186 ) )
274
274
275
- ## [ 1.5.0-0.24b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0-0.24b0 ) - 2021-08-26
275
+ ## [ 1.5.0-0.24b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0 ) - 2021-08-26
276
276
277
277
- Add pre and post instrumentation entry points
278
278
([ #1983 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1983 ) )
@@ -305,7 +305,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305
305
- Fix opentelemetry-bootstrap dependency script.
306
306
([ #1987 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1987 ) )
307
307
308
- ## [ 1.4.0-0.23b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.4.0-0.23b0 ) - 2021-07-21
308
+ ## [ 1.4.0-0.23b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.4.0 ) - 2021-07-21
309
309
310
310
### Added
311
311
@@ -356,7 +356,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356
356
opentelemetry specification format, rather than opentracing spec format.
357
357
([ #1878 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1878 ) )
358
358
359
- ## [ 1.3.0-0.22b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.3.0-0.22b0 ) - 2021-06-01
359
+ ## [ 1.3.0-0.22b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.3.0 ) - 2021-06-01
360
360
361
361
### Added
362
362
@@ -378,7 +378,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
378
378
- Update protos to latest version release 0.9.0
379
379
([ #1873 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1873 ) )
380
380
381
- ## [ 1.2.0, 0.21b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.2.0-0.21b0 ) - 2021-05-11
381
+ ## [ 1.2.0, 0.21b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.2.0 ) - 2021-05-11
382
382
383
383
### Added
384
384
0 commit comments