Skip to content

v1.14.0

Choose a tag to compare

@jeyrb jeyrb released this 21 Apr 16:56

1.14.0

Delivery Sequencing

  • Delivieries now use asyncio.gather to maximize parallelism
  • Deliveries needing snapshot images sequence after simple service calls
  • Camera PTZ call initiated at the start, so motion can complete in background while service calls happening

New Transports

  • Gotify contributed by @lollox80
  • Ntfy is now its own transport, (with older mechanism still available in Generic Transport), contributed by @lollox80

Bug fixes

  • Multiple bug fixes contributed by @lollox80
  • GitHub actions now runs tests and lints for both py3.13 and py3.14

Diagnostics

  • Call record now has a timestamp for service call

What's Changed

  • Bump home-assistant/actions from d56d093b9ab8d2105bc0cb6ee9bcc0ef4ec8b96d to 5752577ea7cc5aefb064b0b21432f18fe4d6ba90 by @dependabot[bot] in #75
  • Bump astral-sh/setup-uv from 7.6.0 to 8.0.0 by @dependabot[bot] in #74
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #77
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #84
  • Bump home-assistant/actions from 5752577ea7cc5aefb064b0b21432f18fe4d6ba90 to f6f29a7ee3fa0eccadf3620a7b9ee00ab54ec03b by @dependabot[bot] in #82
  • Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 by @dependabot[bot] in #86
  • Bump astral-sh/ruff-action from 3.6.1 to 4.0.0 by @dependabot[bot] in #85
  • Fix critical transport bugs (SyntaxError, KeyError, logger crash, boolify) by @lollox80 in #78
  • Fix transport consistency and async/dict correctness (8 issues) by @lollox80 in #79
  • feat: add native Gotify transport with full test suite by @lollox80 in #80
  • feat: add native ntfy transport with full test suite by @lollox80 in #81

Full Changelog: v1.13.0...v1.14.0