Skip to content

Commit 4e02ae7

Browse files
authored
Mqtt5 General Availability (#538)
1 parent efa8589 commit 4e02ae7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

source/mqtt5_client.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
* SPDX-License-Identifier: Apache-2.0.
66
*/
77

8-
/**
9-
* DEVELOPER PREVIEW DISCLAIMER
10-
*
11-
* MQTT5 support is currently in **developer preview**. We encourage feedback at all times, but feedback during the
12-
* preview window is especially valuable in shaping the final product. During the preview period we may make
13-
* backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.
14-
*/
15-
168
#include "module.h"
179

1810
PyObject *aws_py_mqtt5_client_new(PyObject *self, PyObject *args);

0 commit comments

Comments
 (0)