|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +- Exporter API: span parents are now always spancontext |
| 6 | + ([#548](https://github.com/open-telemetry/opentelemetry-python/pull/548)) |
| 7 | +- tracer.get_tracer now optionally accepts a TracerProvider |
| 8 | + ([#602](https://github.com/open-telemetry/opentelemetry-python/pull/602)) |
| 9 | +- Console span exporter now prints prettier, more legible messages |
| 10 | + ([#505](https://github.com/open-telemetry/opentelemetry-python/pull/505)) |
| 11 | +- bugfix: B3 propagation now retrieves parentSpanId correctly |
| 12 | + ([#621](https://github.com/open-telemetry/opentelemetry-python/pull/621)) |
| 13 | +- bugfix: a DefaultSpan now longer causes an exception when used with tracer |
| 14 | + ([#577](https://github.com/open-telemetry/opentelemetry-python/pull/577)) |
| 15 | +- move last_updated_timestamp into aggregators instead of bound metric |
| 16 | + instrument |
| 17 | + ([#522](https://github.com/open-telemetry/opentelemetry-python/pull/522)) |
| 18 | +- bugfix: suppressing instrumentation in metrics to eliminate an infinite loop |
| 19 | + of telemetry |
| 20 | + ([#529](https://github.com/open-telemetry/opentelemetry-python/pull/529)) |
| 21 | +- bugfix: freezing span attribute sequences, reducing potential user errors |
| 22 | + ([#529](https://github.com/open-telemetry/opentelemetry-python/pull/529)) |
| 23 | + |
5 | 24 | ## 0.6b0
|
6 | 25 |
|
7 | 26 | Released 2020-03-30
|
@@ -32,13 +51,13 @@ Released 2020-03-16
|
32 | 51 | - Implement observer instrument
|
33 | 52 | ([#425](https://github.com/open-telemetry/opentelemetry-python/pull/425))
|
34 | 53 |
|
35 |
| -## 0.4a0 |
| 54 | +## 0.4a0 |
36 | 55 |
|
37 | 56 | Released 2020-02-21
|
38 | 57 |
|
39 | 58 | - Added named Tracers
|
40 | 59 | ([#301](https://github.com/open-telemetry/opentelemetry-python/pull/301))
|
41 |
| -- Set status for ended spans |
| 60 | +- Set status for ended spans |
42 | 61 | ([#297](https://github.com/open-telemetry/opentelemetry-python/pull/297) and
|
43 | 62 | [#358](https://github.com/open-telemetry/opentelemetry-python/pull/358))
|
44 | 63 | - Use module loggers
|
|
0 commit comments