|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## 0.20.0 |
| 6 | + |
| 7 | +### :rocket: Enhancement |
| 8 | + |
| 9 | +* [#69](https://github.com/open-telemetry/opentelemetry-js-api/pull/69) feat(context): add utils method to remove keys from context ([@vmarchaud](https://github.com/vmarchaud)) |
| 10 | +* [#71](https://github.com/open-telemetry/opentelemetry-js-api/pull/71) chore: export baggage ([@dyladan](https://github.com/dyladan)) |
| 11 | + |
| 12 | +### Committers: 2 |
| 13 | + |
| 14 | +* Daniel Dyla ([@dyladan](https://github.com/dyladan)) |
| 15 | +* Valentin Marchaud ([@vmarchaud](https://github.com/vmarchaud)) |
| 16 | + |
| 17 | +## 0.19.0 |
| 18 | + |
| 19 | +### :boom: Breaking Change |
| 20 | + |
| 21 | +* [#55](https://github.com/open-telemetry/opentelemetry-js-api/pull/55) chore: move baggage methods in propagation namespace ([@vmarchaud](https://github.com/vmarchaud)) |
| 22 | +* [#65](https://github.com/open-telemetry/opentelemetry-js-api/pull/65) chore: remove suppress instrumentation ([@dyladan](https://github.com/dyladan)) |
| 23 | +* [#60](https://github.com/open-telemetry/opentelemetry-js-api/pull/60) chore: removing timed event ([@obecny](https://github.com/obecny)) |
| 24 | +* [#58](https://github.com/open-telemetry/opentelemetry-js-api/pull/58) chore: use spancontext for link ([@dyladan](https://github.com/dyladan)) |
| 25 | +* [#47](https://github.com/open-telemetry/opentelemetry-js-api/pull/47) chore: move span method for context in trace API #40 ([@vmarchaud](https://github.com/vmarchaud)) |
| 26 | +* [#45](https://github.com/open-telemetry/opentelemetry-js-api/pull/45) chore: rename `span#context()` to `span#spanContext` ([@dyladan](https://github.com/dyladan)) |
| 27 | +* [#43](https://github.com/open-telemetry/opentelemetry-js-api/pull/43) chore: renaming noop span to non recording span ([@obecny](https://github.com/obecny)) |
| 28 | +* [#32](https://github.com/open-telemetry/opentelemetry-js-api/pull/32) feat!: return boolean success value from setGlobalXXX methods ([@dyladan](https://github.com/dyladan)) |
| 29 | + |
| 30 | +### :rocket: Enhancement |
| 31 | + |
| 32 | +* [#62](https://github.com/open-telemetry/opentelemetry-js-api/pull/62) chore: adding component logger ([@obecny](https://github.com/obecny)) |
| 33 | +* [#54](https://github.com/open-telemetry/opentelemetry-js-api/pull/54) feat: add tracer.startActiveSpan() ([@naseemkullah](https://github.com/naseemkullah)) |
| 34 | +* [#58](https://github.com/open-telemetry/opentelemetry-js-api/pull/58) chore: use spancontext for link ([@dyladan](https://github.com/dyladan)) |
| 35 | +* [#51](https://github.com/open-telemetry/opentelemetry-js-api/pull/51) feat: add function to wrap SpanContext in NonRecordingSpan #49 ([@dyladan](https://github.com/dyladan)) |
| 36 | + |
| 37 | +### :memo: Documentation |
| 38 | + |
| 39 | +* [#64](https://github.com/open-telemetry/opentelemetry-js-api/pull/64) chore: document the reason for symbol.for ([@dyladan](https://github.com/dyladan)) |
| 40 | +* [#44](https://github.com/open-telemetry/opentelemetry-js-api/pull/44) chore: updating readme headline and fixing links ([@obecny](https://github.com/obecny)) |
| 41 | + |
| 42 | +### Committers: 6 |
| 43 | + |
| 44 | +* Bartlomiej Obecny ([@obecny](https://github.com/obecny)) |
| 45 | +* Daniel Dyla ([@dyladan](https://github.com/dyladan)) |
| 46 | +* Gerhard Stöbich ([@Flarna](https://github.com/Flarna)) |
| 47 | +* Naseem ([@naseemkullah](https://github.com/naseemkullah)) |
| 48 | +* Valentin Marchaud ([@vmarchaud](https://github.com/vmarchaud)) |
| 49 | +* t2t2 ([@t2t2](https://github.com/t2t2)) |
| 50 | + |
5 | 51 | ## 1.0.0-rc.0
|
6 | 52 |
|
7 | 53 | ### :memo: Documentation
|
|
0 commit comments