From 9d4c47fbe0f3b133686cecca3c8d66cf6cbece7b Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Mon, 14 Aug 2023 10:02:27 -0700 Subject: [PATCH] Remove developer preview disclaimer from GG RPC (#405) Co-authored-by: Bret Ambrose --- documents/GreengrassIPC.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/documents/GreengrassIPC.md b/documents/GreengrassIPC.md index 315e1dc2..b07f02bb 100644 --- a/documents/GreengrassIPC.md +++ b/documents/GreengrassIPC.md @@ -1,7 +1,6 @@ # Greengrass IPC in the v2 Javascript SDK # Table of contents -* [Developer Preview Disclaimer](#developer-preview-disclaimer) * [Cross-SDK API Differences](#cross-sdk-differences) * [Example](#greengrass-ipc-example) * [Greengrass IPC Client](#greengrass-ipc-client) @@ -25,11 +24,6 @@ documentation for more details on that subject. This guide is a work in progress. Feedback is welcomed. -## Developer Preview Disclaimer -Javascript Greengrass IPC support is currently in **developer preview**. We encourage feedback at all times, but feedback during the preview window -is especially valuable in shaping the final product. During the preview period we may make backwards-incompatible changes to the -public API. - ## Cross-SDK Differences The Javascript Greengrass IPC implementation has several differences relative to the IPC implementations in the other v2 IoT SDKs: * No handler types - Javascript Greengrass IPC uses Javascript's event system (events, listeners, emitters) for all asynchronous notifications.