@@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
## [ 1.6.1-0.25b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.1-0.25b1 ) - 2021-10-18
13
13
14
-
15
14
- Upgrade GRPC/protobuf related dependency and regenerate otlp protobufs
16
15
([ #2201 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2201 ) )
17
16
- Propagation: only warn about oversized baggage headers when headers exist
@@ -23,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
22
24
23
## [ 1.6.0-0.25b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0 ) - 2021-10-13
25
24
26
-
27
25
- Fix race in ` set_tracer_provider() `
28
26
([ #2182 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2182 ) )
29
27
- Automatically load OTEL environment variables as options for ` opentelemetry-instrument `
@@ -36,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
34
([ #2071 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2071 ) )
37
35
- Add entry point for exporters with default protocol
38
36
([ #2093 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2093 ) )
37
+ - Renamed entrypoints ` otlp_proto_http_span ` , ` otlp_proto_grpc_span ` , ` console_span ` to remove
38
+ redundant ` _span ` suffix.
39
+ ([ #2093 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2093 ) )
39
40
- Do not skip sequence attribute on decode error
40
41
([ #2097 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2097 ) )
41
42
- ` opentelemetry-test ` : Add ` HttpTestBase ` to allow tests with actual TCP sockets
0 commit comments