Skip to content

Releases: AppDaemon/appdaemon

4.4.2

16 Apr 18:23
Compare
Choose a tag to compare

4.4.2 (2023-04-16)

Features

  • None

Fixes

  • Fix a bug in template rendering
  • Fix a dashboard style bug - contributed by D3SL

Breaking Changes

  • None

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.2

4.4.1

09 Apr 23:02
Compare
Choose a tag to compare

Minor bugfix release:

4.4.1 (2023-04-09)

Features

  • Added curl install to the docker image for helath checks

Fixes

  • Fixed a bug that crept in to sun_up() and sun_down()

Breaking Changes

None

What's Changed

New Contributors

Full Changelog: 4.4.0...4.4.1

4.4.0

08 Apr 12:39
Compare
Choose a tag to compare

AppDaemon Release 4.4.0

Python 3.11 support, TOML config files and more!

Features

  • AUI Now shows performance stats for plugin network access
  • New CI pipeline designed and configured by Carlo
    Mion
  • Add support for python 3.11
  • run_at() support for times that have already passed #1684
  • Add TOML Support
  • App endpoints now support the GET method
  • Many changes to docker image including update to Alpine py3 packages - contributed by Nigel Rook
  • Apps can now accept additional arguments using pythons native dictionary unpacking (** operator) instead of a dictionary
  • Rename parameters for the old kwargs mechanism to cb_args to make the distinction
  • Added type hints and a section on how to use with your IDE

Fixes

  • Trailing slash on hass url breaks connectivity #999
  • parse_time("sunset") and impact of "aware" #1645
  • constrain_person not working #1437
  • last_changed_seconds wrong due to timezone #1571
  • Fixed a long standing bug that caused some callbacks to be 1 hour early or later after a DST transition
  • Fixed an issue with sunset and sunrise based constraints on systems that use UTC instead of local timr that also affected now_is_between()
  • This also fixed a long standing issue with sun_up() and sun_down()

Breaking Changes

  • Remove Python 3.7 test coverage prior to deprecation at EOL in 6/23
  • Register endpoint for async callbacks has been harmonized with the async version and supplies just the arguments received and not the request object

Versioning note for 4.4.0 - This release was intended to be 4.3.0, however a problem with the new packaging pipeline blocked use of that version number on PyPi.

What's Changed

New Contributors

Full Changelog: 4.2.3...4.4.0

4.3.0b3

23 Mar 16:48
Compare
Choose a tag to compare
4.3.0b3 Pre-release
Pre-release

Packaging test please ignore

Full Changelog: 4.3.0b2...4.3.0b3

4.3.0b2

23 Mar 15:03
Compare
Choose a tag to compare
4.3.0b2 Pre-release
Pre-release

Test release for PyPi packaging action - do not use

What's Changed

Full Changelog: 4.3.0b1...4.3.0b2

4.3.0b1

19 Mar 21:25
Compare
Choose a tag to compare
4.3.0b1 Pre-release
Pre-release

Test release for CI pipeline, not for production

What's Changed

New Contributors

Full Changelog: 4.2.2...4.3.0b1

4.2.3

27 Feb 14:09
Compare
Choose a tag to compare

Fixes for Docker CI Pipeline

Full Changelog: 4.2.2...4.2.3

4.2.2

27 Feb 14:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.2.2

Beta Release 0.9

16 Jul 20:32
Compare
Choose a tag to compare
Beta Release 0.9 Pre-release
Pre-release
0.9beta

Update conf examples