File tree Expand file tree Collapse file tree 9 files changed +58
-8
lines changed
opentelemetry-ext-otcollector
opentelemetry-ext-prometheus
opentelemetry-ext-pymongo
opentelemetry-auto-instrumentation Expand file tree Collapse file tree 9 files changed +58
-8
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.6b0
6+
7+ Released 2020-03-30
8+
9+ - Add an entry_point to be usable in auto-instrumentation
10+ ([ #327 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/327 ) )
11+
512## 0.4a0
613
14+ Released 2020-02-21
15+
716- Use string keys for WSGI environ values
817 ([ #366 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/366 ) )
918
10-
1119## 0.3a0
1220
1321Released 2019-12-11
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.6b0
4+
5+ Released 2020-03-30
6+
7+ - Add gRPC integration
8+ ([ #476 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/476 ) )
9+ - Initial release
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.6b0
6+
7+ Released 2020-03-30
8+
9+ - Exporting to collector now works
10+ ([ #508 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/508 ) )
11+
512## 0.4a0
613
714Released 2020-02-21
Original file line number Diff line number Diff line change 66
77Released 2020-03-16
88
9- Initial release.
9+ - Initial release.
Original file line number Diff line number Diff line change 77Released 2020-02-21
88
99- Initial release
10-
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Released 2020-02-21
99- Updating network connection attribute names
1010 ([ #350 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/350 ) )
1111
12-
1312## 0.3a0
1413
1514Released 2019-12-11
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.6b0
6+
7+ Released 2020-03-30
8+
9+ - Add support for lazy events and links
10+ ([ #474 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/474 ) )
11+ - Metrics API no longer uses LabelSet
12+ ([ #527 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/527 ) )
13+ - Adding is_remote flag to SpanContext, indicating when a span is remote
14+ ([ #516 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/516 ) )
15+ - Allow digit as first char in vendor specific trace state key
16+ ([ #511 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/511 ) )
17+
518## 0.5b0
619
720Released 2020-03-16
@@ -46,9 +59,6 @@ Released 2020-02-21
4659- Adding trace.get_tracer function
4760 ([ #430 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/430 ) )
4861
49-
50-
51-
5262## 0.3a0
5363
5464Released 2019-12-11
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.6b0
4+
5+ Released 2020-03-30
6+
7+ - Initial release.
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.6b0
6+
7+ Released 2020-03-30
8+
9+ - Add support for lazy events and links
10+ ([ #474 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/474 ) )
11+ - Metrics API no longer uses LabelSet
12+ ([ #527 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/527 ) )
13+ - Adding is_remote flag to SpanContext, indicating when a span is remote
14+ ([ #516 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/516 ) )
15+ - Adding a solution to release metric handles and observers
16+ ([ #435 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/435 ) )
17+
518## 0.5b0
619
720Released 2020-03-16
@@ -55,7 +68,6 @@ Released 2020-02-21
5568- Implement MinMaxSumCount aggregator
5669 ([ #422 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/422 ) )
5770
58-
5971## 0.3a0
6072
6173Released 2019-12-11
You can’t perform that action at this time.
0 commit comments