Skip to content

Commit

Permalink
Mqtt5 General Availability (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 13, 2023
1 parent c91a118 commit eac4be3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions include/aws/mqtt/v5/mqtt5_client.h
Expand Up @@ -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 <aws/mqtt/mqtt.h>

#include <aws/io/retry_strategy.h>
Expand Down
8 changes: 0 additions & 8 deletions include/aws/mqtt/v5/mqtt5_packet_storage.h
Expand Up @@ -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 <aws/mqtt/mqtt.h>

#include <aws/mqtt/v5/mqtt5_types.h>
Expand Down
8 changes: 0 additions & 8 deletions include/aws/mqtt/v5/mqtt5_types.h
Expand Up @@ -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 <aws/mqtt/mqtt.h>

#include <aws/common/array_list.h>
Expand Down

0 comments on commit eac4be3

Please sign in to comment.