@@ -4,15 +4,21 @@ 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/v0.17b0...HEAD )
7
+ ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.0.0rc1...HEAD )
8
+
9
+ ## [ 1.0.0rc1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.0.0rc1 ) - 2021-02-12
8
10
9
11
### Changed
10
- - Tracer and Meter provider environment variables are now consistent with the rest
12
+ - Tracer provider environment variables are now consistent with the rest
11
13
([ #1571 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1571 )] )
12
14
- Rename ` TRACE_ ` to ` TRACES_ ` for environment variables
13
15
([ #1595 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1595 )] )
14
16
- Limits for Span attributes, events and links have been updated to 128
15
17
([ 1597] ( https://github.com/open-telemetry/opentelemetry-python/pull/1597 )] )
18
+ - Read-only Span attributes have been moved to ReadableSpan class
19
+ ([ #1560 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1560 ) )
20
+ - ` BatchExportSpanProcessor ` flushes export queue when it reaches ` max_export_batch_size `
21
+ ([ #1521 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1521 )
16
22
17
23
### Added
18
24
- Added ` end_on_exit ` argument to ` start_as_current_span `
@@ -23,14 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
29
([ #1480 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1480 ) )
24
30
- Allow missing carrier headers to continue without raising AttributeError
25
31
([ #1545 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1545 ) )
26
- - Add urllib to opentelemetry-bootstrap target list
27
- ([ #1584 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1584 )
28
-
29
- ### Changed
30
- - Read-only Span attributes have been moved to ReadableSpan class
31
- ([ #1560 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1560 ) )
32
- - ` BatchExportSpanProcessor ` flushes export queue when it reaches ` max_export_batch_size `
33
- ([ #1521 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1521 )
34
32
35
33
### Removed
36
34
- Remove Configuration
0 commit comments