From c86f08c770655994375e2b89801db088b3e9291c Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 21 Oct 2020 13:56:18 -0700 Subject: [PATCH] Document experimental namespace instability --- packages/grpc-js/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grpc-js/README.md b/packages/grpc-js/README.md index e34cee9c..4bb4da02 100644 --- a/packages/grpc-js/README.md +++ b/packages/grpc-js/README.md @@ -42,3 +42,4 @@ The public API of this library follows semantic versioning, with some caveats: - Some methods are prefixed with an underscore. These methods are internal and should not be considered part of the public API. - The class `Call` is only exposed due to limitations of TypeScript. It should not be considered part of the public API. - In general, any API that is exposed by this library but is not exposed by the `grpc` library is likely an error and should not be considered part of the public API. +- The `grpc.experimental` namespace contains APIs that have not stabilized. Any API in that namespace may break in any minor version update.