From 3ec0edcc0bc99663fb990de4e667b4bd071cef53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 17 Oct 2023 23:59:09 +0200 Subject: [PATCH] Update exporter.md --- specification/protocol/exporter.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/protocol/exporter.md b/specification/protocol/exporter.md index 4b2be5125a4..c71060454a2 100644 --- a/specification/protocol/exporter.md +++ b/specification/protocol/exporter.md @@ -153,6 +153,7 @@ release). The exporter SHOULD NOT depend on any transport protocol driver. The exporter SHOULD have a mechanism to register transport protocol driver. The caller SHOULD explicitly register the driver for the default transport protocol if one wants to support it. +In a stable SDK release, the properties described above can be different for backward compatibility reasons. SDKs SHOULD provide drivers for both `grpc` and `http/protobuf` transport protocols. SDKs MUST provide at least one of them. If they provide only one, it SHOULD be a driver for `http/protobuf`.