Skip to content

Commit efb8102

Browse files
authored
Fix migration guide rendering (#617)
1 parent 0b3f9a0 commit efb8102

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

documents/MIGRATION_GUIDE.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -152,20 +152,20 @@ For more information, refer to the [How to setup MQTT5 builder based on desired
152152
section fo the MQTT5 user guide for detailed information and code snippets on each connection type and connection
153153
feature.
154154

155-
| Connection type/feature | v1 SDK | v2 SDK | User guide |
156-
|--------------------------------------------------------|---------------------------------------|------------------------------------|:----------:|
157-
|MQTT over Secure WebSocket with AWS SigV4 authentication|$${\Large\color{green}&#10004}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-sigv4-authentication)|
158-
|Websocket Connection with Cognito Authentication Method |$${\Large\color{green}&#10004}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-cognito-authentication)|
159-
|MQTT with X.509 certificate based mutual authentication |$${\Large\color{green}&#10004}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls)|
160-
|MQTT with Custom Authorizer Method |$${\Large\color{orange}&#10004\*}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authentication)|
161-
|HTTP Proxy |$${\Large\color{orange}&#10004\*\*}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#adding-an-http-proxy)|
162-
|MQTT with PKCS12 Method |$${\Large\color{red}&#10008}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method) |
163-
|MQTT with Windows Certificate Store Method |$${\Large\color{red}&#10008}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
164-
|MQTT with PKCS11 Method |$${\Large\color{red}&#10008}$$ |$${\Large\color{green}&#10004}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
165-
166-
${\Large\color{orange}&#10004\*}$ - To get this connection type work in the v1 SDK, you need to implement
155+
| Connection type/feature | v1 SDK | v2 SDK | User guide |
156+
|--------------------------------------------------------|---------------------------------------------------|------------------------------------|:----------:|
157+
|MQTT over Secure WebSocket with AWS SigV4 authentication| $${\Large\color{green}✔}$$ | $${\Large\color{green}✔}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-sigv4-authentication)|
158+
|Websocket Connection with Cognito Authentication Method | $${\Large\color{green}✔}$$ | $${\Large\color{green}✔}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-cognito-authentication)|
159+
|MQTT with X.509 certificate based mutual authentication | $${\Large\color{green}✔}$$ | $${\Large\color{green}✔}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls)|
160+
|MQTT with Custom Authorizer Method | $${\Large\color{orange}&#10004;}$$<sup>\*</sup> | $${\Large\color{green}&#10004;}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authentication)|
161+
|HTTP Proxy | $${\Large\color{orange}&#10004;}$$<sup>\*\*</sup> | $${\Large\color{green}&#10004;}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#adding-an-http-proxy)|
162+
|MQTT with PKCS12 Method | $${\Large\color{red}&#10008;}$$ | $${\Large\color{green}&#10004;}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method) |
163+
|MQTT with Windows Certificate Store Method | $${\Large\color{red}&#10008;}$$ | $${\Large\color{green}&#10004;}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
164+
|MQTT with PKCS11 Method | $${\Large\color{red}&#10008;}$$ | $${\Large\color{green}&#10004;}$$ |[link](https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
165+
166+
${\Large\color{orange}&#10004;}$<sup>\*</sup> - To get this connection type work in the v1 SDK, you need to implement
167167
the [Custom Authentication workflow](https://docs.aws.amazon.com/iot/latest/developerguide/custom-authorizer.html).\
168-
${\Large\color{orange}&#10004\*\*}$ - The v1 SDK does not allow to specify HTTP proxy,
168+
${\Large\color{orange}&#10004;}$<sup>\*\*</sup> - The v1 SDK does not allow to specify HTTP proxy,
169169
it is possible to configure systemwide proxy.
170170

171171
### Lifecycle Events

0 commit comments

Comments
 (0)