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