Skip to content

Commit 0356f48

Browse files
committed
adding metrics metadata
Update submodule added function to track features lint making public module fix CI errors Added TLS feature at CRT layer lint making aws_iot_metric public updating doc fix docs error Introduce Opt-out for Metrics updating doc_string updating submodules Test cases changing public attributes to private changed to public attributes
1 parent 3bdbda4 commit 0356f48

16 files changed

Lines changed: 1062 additions & 61 deletions

awscrt/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from weakref import WeakSet
55

6+
67
__all__ = [
78
'aio',
89
'auth',
@@ -15,6 +16,7 @@
1516
'mqtt_request_response',
1617
's3',
1718
'websocket',
19+
'aws_iot_metrics',
1820
]
1921

2022
__version__ = '1.0.0.dev0'

awscrt/_aws_iot_metrics.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)