From 7a12d655282082ac4775dccb68b045f60dc331b9 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 19 Jan 2017 11:22:19 -0800 Subject: [PATCH] Documentation: update experimental_apis for v3.1 release --- Documentation/dev-guide/experimental_apis.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/dev-guide/experimental_apis.md b/Documentation/dev-guide/experimental_apis.md index 993286430..c792e13fc 100644 --- a/Documentation/dev-guide/experimental_apis.md +++ b/Documentation/dev-guide/experimental_apis.md @@ -1,8 +1,11 @@ # Experimental APIs and features -For the most part, the etcd project is stable, but we are still moving fast! We believe in the release fast philosophy. We want to get early feedback on features still in development and stabilizing. Thus, there are, and will be more, experimental features and APIs. We plan to improve these features based on the early feedback from the community, or abandon them if there is little interest, in the next few releases. If you are running a production system, please do not rely on any experimental features or APIs. +For the most part, the etcd project is stable, but we are still moving fast! We believe in the release fast philosophy. We want to get early feedback on features still in development and stabilizing. Thus, there are, and will be more, experimental features and APIs. We plan to improve these features based on the early feedback from the community, or abandon them if there is little interest, in the next few releases. Please do not rely on any experimental features or APIs in production environment. ## The current experimental API/features are: -- v3 auth API: expect to be stable in 3.1 release -- etcd gateway: expect to be stable in 3.1 release +- [gateway][gateway]: beta, to be stable in 3.2 release +- [gRPC proxy][grpc-proxy]: alpha, to be stable in 3.2 release + +[gateway]: ../op-guide/gateway.md +[grpc-proxy]: ../op-guide/grpc_proxy.md