From eac4be396ec7499bd520724dcd91c4d5df3b729f Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Wed, 13 Dec 2023 14:06:07 -0800 Subject: [PATCH] Mqtt5 General Availability (#339) --- include/aws/mqtt/v5/mqtt5_client.h | 8 -------- include/aws/mqtt/v5/mqtt5_packet_storage.h | 8 -------- include/aws/mqtt/v5/mqtt5_types.h | 8 -------- 3 files changed, 24 deletions(-) diff --git a/include/aws/mqtt/v5/mqtt5_client.h b/include/aws/mqtt/v5/mqtt5_client.h index b14d7790..2f92e124 100644 --- a/include/aws/mqtt/v5/mqtt5_client.h +++ b/include/aws/mqtt/v5/mqtt5_client.h @@ -6,14 +6,6 @@ * SPDX-License-Identifier: Apache-2.0. */ -/** - * DEVELOPER PREVIEW DISCLAIMER - * - * MQTT5 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, but in general, this is something we will try our best to avoid. - */ - #include #include diff --git a/include/aws/mqtt/v5/mqtt5_packet_storage.h b/include/aws/mqtt/v5/mqtt5_packet_storage.h index 4b540926..354990c8 100644 --- a/include/aws/mqtt/v5/mqtt5_packet_storage.h +++ b/include/aws/mqtt/v5/mqtt5_packet_storage.h @@ -6,14 +6,6 @@ * SPDX-License-Identifier: Apache-2.0. */ -/** - * DEVELOPER PREVIEW DISCLAIMER - * - * MQTT5 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, but in general, this is something we will try our best to avoid. - */ - #include #include diff --git a/include/aws/mqtt/v5/mqtt5_types.h b/include/aws/mqtt/v5/mqtt5_types.h index d374b9ba..b9ff8464 100644 --- a/include/aws/mqtt/v5/mqtt5_types.h +++ b/include/aws/mqtt/v5/mqtt5_types.h @@ -6,14 +6,6 @@ * SPDX-License-Identifier: Apache-2.0. */ -/** - * DEVELOPER PREVIEW DISCLAIMER - * - * MQTT5 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, but in general, this is something we will try our best to avoid. - */ - #include #include