Releases: tillsteinbach/CarConnectivity-plugin-mqtt
Releases · tillsteinbach/CarConnectivity-plugin-mqtt
0.10.2
0.10.1
Fixed
- Fixes a problem where the plugin would not catch an error from a missing TLS file, resulting in a wrong error message in carconnectivity
0.10
Added
- Support for MQTT v5 properties in published messages, including content type and content encoding for JSON payloads
- Messages that exceed the maximum message given by the server are now logged as errors and not published to the broker, to avoid issues with oversized messages
- If the server asks for a lower keepalive than the one configured in the plugin, this is now logged as an error and the client disconnects to avoid issues with the connection being closed by the broker due to keepalive timeouts
0.9.2
Changed
- Compatibility for Carconnectivity 11.6
0.9.1
Changed
- Compatibility for Carconnectivity 11.5
0.9
Added
- Support for initializing attributes on startup form static entries in the configuration
Fixed
- Fixes MQTT topic filter regex
Note: This plugin is required for compatibility with CarConnectivity version 0.11 and higher.
0.8.1
Fixed
- MQTT Docker image now contains latest volkswagen connector that fixes the login
0.8
Fixed
- MQTT Docker image now contains latest skoda connector that fixes the login
0.7.4
Changed
- Updated some dependencies