Changelog¶
The changelog format is based on Keep a Changelog.
This project uses Semantic Versioning - MAJOR.MINOR.PATCH
2.0.1.dev1+g25e131c11 (2026-03-17)¶
No significant changes.
2.0.0 (2026-03-17)¶
Changed¶
Stopped validating device names and sound names when posting a message since Pushover just ignores them. Invalid user names still result in an error. #20
BREAKING: Reordered parameters to
pushover_notify.post_messageto make it explicitmessageis the only absolutely required parameter #22Made query utility accept API paths instead of internally defined identifiers
Made query utility communicate errors through exceptions to improve reliability and code quality
Made query utility return decoded API responses only
Fixed¶
Removed unused
api_versionparameter, made query util function respecttokenparameter, made state module respectsoundparameter #21
1.0.1 (2024-11-03)¶
Fixed¶
v1.0.0 (2024-05-28)¶
First release with code extracted from Salt core. No significant changes.