diff --git a/crt/aws-c-mqtt b/crt/aws-c-mqtt index 6d36cd372..eac4be396 160000 --- a/crt/aws-c-mqtt +++ b/crt/aws-c-mqtt @@ -1 +1 @@ -Subproject commit 6d36cd3726233cb757468d0ea26f6cd8dad151ec +Subproject commit eac4be396ec7499bd520724dcd91c4d5df3b729f diff --git a/source/mqtt5_client.h b/source/mqtt5_client.h index f9b0909dc..46c135f82 100644 --- a/source/mqtt5_client.h +++ b/source/mqtt5_client.h @@ -5,14 +5,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 "module.h" PyObject *aws_py_mqtt5_client_new(PyObject *self, PyObject *args);