v1.4.0-beta.3 -- Webhooks incoming!
Pre-release
Pre-release
Bugfixes and Refactoring
Its still a Beta for the new webhooks feature. And still I would be happy about any tests and feedback.
- support existing webhook id
- added a new schema file for config flow
- updated translations
- added a new webhook handler file to handle the webhook logic and preparation of the webhook entry data
- optimized existing cluster check in config flow to prevent multiple iterations over existing entries
- changed requirements to fix aiodns/pycares issue with Python 3.13
- updated config flow to handle reconfiguration
- added translations for new messages
- reworked readme to reflect new features and changes
What's Changed
- [WIP] Update to address feedback on config flow refactor by @Copilot in #113
- Use TextSelectorType.PASSWORD enum instead of raw string in TextSelectorConfig by @Copilot in #114
- Use TextSelectorType.PASSWORD enum instead of string literal in schemas.py by @Copilot in #115
- Hoist
existing_ucr_idscomputation out of loop in config flow by @Copilot in #116 - refactored config flow: by @moehrem in #112
New Contributors
- @Copilot made their first contribution in #113
Full Changelog: v1.4.0-beta.2...v1.4.0-beta.3