Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
chore: update upgrade guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jun 4, 2021
1 parent 726fd82 commit feedf30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ Because the npm installer and node module resolution algorithm could potentially

## Upgrade Guidelines

### 1.0.0-rc.1 to x
### 0.20.0 to 0.21.0

### 1.0.0-rc.0 to 1.0.0-rc.1
- [#78](https:/open-telemetry/opentelemetry-js-api/issues/78) `api.context.bind` arguments reversed and `context` is now a required argument.
- [#46](https:/open-telemetry/opentelemetry-js-api/issues/46) Noop classes and singletons are no longer exported. To create a noop span it is recommended to use `api.trace.wrapSpanContext` with `INVALID_SPAN_CONTEXT` instead of using the `NOOP_TRACER`.

### 1.0.0-rc.3 to 0.20.0

- Removing `TimedEvent` which was not part of spec
- `HttpBaggage` renamed to `HttpBaggagePropagator`
Expand Down

0 comments on commit feedf30

Please sign in to comment.