Releases: sh00t2kill/dolphin-robot
Releases · sh00t2kill/dolphin-robot
v1.0.15
v1.0.14
What's Changed
- Fix reset configuration on integration unload (HA restart)
- Fix support for temperature sensor only for M700
- Fix blocking call error
Full Changelog: v1.0.13...v1.0.14
v1.0.13
v1.0.13b2
What's Changed
Remove typo of args in AWS client message handling
Full Changelog: v1.0.13b1...v1.0.13b2
v1.0.13b1
What's Changed
Remove typo of args in AWS client message handling
Full Changelog: v1.0.13b0...v1.0.13b1
v1.0.13b0
What's Changed
- Add threadsafe handling for set status
- Add safe block for AWS client termination process
- Fix color mode warning on startup
Full Changelog: v1.0.12...v1.0.13b0
v1.0.12
What's Changed
- Change log level of API data from INFO to DEBUG by @grillp in #169
- Upgrade AWS IoT Device SDK to v2 by @elad-bar in #171
- Fix freeze after publishing message with AWS IoT SDK v2 by @elad-bar in #173
- Fix errors with aws sdk v2 by @elad-bar in #174
- Update README.md by @sh00t2kill in #176
- Develop by @elad-bar in #181
- Applying change tested by jasoncodes by @sh00t2kill in #180
- Applying change tested by jasoncodes (#180) by @sh00t2kill in #183
- fix light support modes warning by @elad-bar in #186
- Fix StrEnum warning by @elad-bar in #187
- Ha freeze fix by @elad-bar in #188
- Develop by @elad-bar in #189
New Contributors
Full Changelog: v1.0.10...v1.0.12
v1.0.12b1
What's Changed
- Add thread safe handling for callbacks from AWS IoT client
Full Changelog: v1.0.10...v1.0.12b1
v1.0.12b0
v1.0.10
What's Changed
- Update manifest requirements to use only AWS IoT Device SDK v2
- Fix parameter of callback to the right convention
- Fix AWS IoT MQTT publish message validation and QoS
- Change clean_session parameter to start a new session on every attempt to connect
- Set the AWS Client ID to the entry ID instead of randomize on every attempt to connect
- Set message being sent while publishing empty message to empty JSON instead of empty string
- Switch publish to fully async implementation