From c2ec674562549921b510f4ff1d1dfe344b514682 Mon Sep 17 00:00:00 2001 From: legendecas Date: Sun, 27 Feb 2022 15:25:15 +0800 Subject: [PATCH 1/2] docs: document removal of shutdown flag in OTLPExporterBase --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef5a1fd417..e2a138895c 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,10 @@ To request automatic tracing support for a module not on this list, please [file ## Upgrade guidelines +### 0.27.x to 1.x.y + +- In `@opentelemetry/exporter-otlp-http`, `OTLPExporterBase._isShutdown` is replaced with `_shutdownOnce`. + ### 0.26.x to 0.27.x Metric and trace exporters are split into separate packages: From bdf26e73a4a9ffc97fb35611f4074c021393ff10 Mon Sep 17 00:00:00 2001 From: legendecas Date: Mon, 28 Feb 2022 17:55:25 +0800 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gerhard Stöbich --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a138895c..ce2e8dccc9 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ To request automatic tracing support for a module not on this list, please [file ### 0.27.x to 1.x.y -- In `@opentelemetry/exporter-otlp-http`, `OTLPExporterBase._isShutdown` is replaced with `_shutdownOnce`. +- In `@opentelemetry/exporter-trace-otlp-http`, `OTLPExporterBase._isShutdown` is replaced with `_shutdownOnce`. ### 0.26.x to 0.27.x