Skip to content

Commit

Permalink
fix: correct changelog and compat matrix for 1.1 release (#2849)
Browse files Browse the repository at this point in the history
OTLP exporters have been moved back to experimental therefore the corresponding breaking change
will be in 0.28.0.

Corrected compat matrix as SDK 1.0 uses API 1.0 and SDK 1.1 use API 1.1.
  • Loading branch information
Flarna authored Mar 22, 2022
1 parent 68b93c5 commit 2cb620d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ All notable changes to this project will be documented in this file.

## 1.1.0

### :boom: Breaking Change

* `exporter-trace-otlp-grpc`, `exporter-trace-otlp-http`, `exporter-trace-otlp-proto`, `opentelemetry-core`, `opentelemetry-exporter-jaeger`, `opentelemetry-sdk-trace-base`
* [#2695](https://github.com/open-telemetry/opentelemetry-js/pull/2695) refactor: unifying shutdown once with BindOnceFuture ([@legendecas](https://github.com/legendecas))

### :rocket: (Enhancement)

* `opentelemetry-resources`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a

| API Version | Core version | Experimental Packages |
| ----------- |--------------| --------------------- |
| 1.0.x | 1.x | 0.26.x |
| 1.1.x | 1.1.x | 0.28.x |
| 1.0.x | 1.0.x | 0.26.x, 0.27.x |
| 1.0.x | 0.26.x | ----- |
| 1.0.x | 0.25.x | ----- |
| 1.0.x | 0.24.x | ----- |
Expand Down Expand Up @@ -275,7 +276,7 @@ These instrumentations are hosted at <https://github.com/open-telemetry/opentele

## Upgrade guidelines

### 0.27.x to 1.x.y
### 0.27.x to 0.28.x

- In `@opentelemetry/exporter-trace-otlp-http`, `OTLPExporterBase._isShutdown` is replaced with `_shutdownOnce`.

Expand Down

0 comments on commit 2cb620d

Please sign in to comment.