Skip to content

Commit 2cb620d

Browse files
authored
fix: correct changelog and compat matrix for 1.1 release (#2849)
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.
1 parent 68b93c5 commit 2cb620d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ All notable changes to this project will be documented in this file.
2626

2727
## 1.1.0
2828

29-
### :boom: Breaking Change
30-
31-
* `exporter-trace-otlp-grpc`, `exporter-trace-otlp-http`, `exporter-trace-otlp-proto`, `opentelemetry-core`, `opentelemetry-exporter-jaeger`, `opentelemetry-sdk-trace-base`
32-
* [#2695](https://github.com/open-telemetry/opentelemetry-js/pull/2695) refactor: unifying shutdown once with BindOnceFuture ([@legendecas](https://github.com/legendecas))
33-
3429
### :rocket: (Enhancement)
3530

3631
* `opentelemetry-resources`

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a
4747

4848
| API Version | Core version | Experimental Packages |
4949
| ----------- |--------------| --------------------- |
50-
| 1.0.x | 1.x | 0.26.x |
50+
| 1.1.x | 1.1.x | 0.28.x |
51+
| 1.0.x | 1.0.x | 0.26.x, 0.27.x |
5152
| 1.0.x | 0.26.x | ----- |
5253
| 1.0.x | 0.25.x | ----- |
5354
| 1.0.x | 0.24.x | ----- |
@@ -275,7 +276,7 @@ These instrumentations are hosted at <https://github.com/open-telemetry/opentele
275276

276277
## Upgrade guidelines
277278

278-
### 0.27.x to 1.x.y
279+
### 0.27.x to 0.28.x
279280

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

0 commit comments

Comments
 (0)