Skip to content

Releases: sh00t2kill/dolphin-robot

v1.0.15

20 Jun 13:07
d6e7f35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14

07 Jun 14:24
53c7785
Compare
Choose a tag to compare

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

20 May 06:30
813bde2
Compare
Choose a tag to compare

What's Changed

  • Fix errors while status changed by @elad-bar in #193
  • Develop by @elad-bar in #194
  • Fix reconnect process
  • Fix threadsafe warning log messages
  • Fix color more error log messages

Full Changelog: v1.0.12...v1.0.13

v1.0.13b2

16 May 18:20
Compare
Choose a tag to compare
v1.0.13b2 Pre-release
Pre-release

What's Changed

Remove typo of args in AWS client message handling

Full Changelog: v1.0.13b1...v1.0.13b2

v1.0.13b1

16 May 18:13
Compare
Choose a tag to compare
v1.0.13b1 Pre-release
Pre-release

What's Changed

Remove typo of args in AWS client message handling

Full Changelog: v1.0.13b0...v1.0.13b1

v1.0.13b0

16 May 14:43
Compare
Choose a tag to compare
v1.0.13b0 Pre-release
Pre-release

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

03 May 03:59
f39c19f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.10...v1.0.12

v1.0.12b1

22 Apr 20:16
Compare
Choose a tag to compare
v1.0.12b1 Pre-release
Pre-release

What's Changed

  • Add thread safe handling for callbacks from AWS IoT client

Full Changelog: v1.0.10...v1.0.12b1

v1.0.12b0

18 Apr 06:16
Compare
Choose a tag to compare
v1.0.12b0 Pre-release
Pre-release

What's Changed

This is beta release to verify fix of HA freezes

Full Changelog: v1.0.10...v1.0.12b0

v1.0.10

19 Feb 23:26
3f9609a
Compare
Choose a tag to compare

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