@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.1.0 ...HEAD )
7
+ ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.2.0-0.21b0 ...HEAD )
8
8
9
- ### Changed
10
- - Include span parent in Jaeger gRPC export as ` CHILD_OF ` reference
11
- ([ #1809 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1809 )
9
+ ## [ 1.2.0, 0.21b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.2.0-0.21b0 ) - 2021-05-11
12
10
13
11
### Added
14
12
- Added example for running Django with auto instrumentation.
@@ -34,15 +32,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
32
([ #1810 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1810 ) )
35
33
- Fixed inconsistency in parent_id formatting from the ConsoleSpanExporter
36
34
([ #1833 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1833 ) )
35
+ - Include span parent in Jaeger gRPC export as ` CHILD_OF ` reference
36
+ ([ #1809 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1809 )
37
+ - Fixed sequence values in OTLP exporter not translating
38
+ ([ #1818 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1818 ) )
37
39
38
40
### Removed
39
41
- Moved ` opentelemetry-instrumentation ` to contrib repository.
40
42
([ #1797 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1797 ) )
41
43
42
- ### Changed
43
- - Fixed sequence values in OTLP exporter not translating
44
- ([ #1818 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1818 ) )
45
-
46
44
## [ 1.1.0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.1.0 ) - 2021-04-20
47
45
48
46
### Added
0 commit comments