Skip to content

Apprise Release v 0.7.5

Compare
Choose a tag to compare
@caronc caronc released this 07 Apr 17:10
· 695 commits to master since this release

Details

  • New Notification Services:
  • pyYAML v5.1+ Warning fixed - #85
  • Enforced normalization of URL parsing which in addition to addressing other fields specifically forces the escaping of the user/password variables that was missing in earlier versions of apprise. Those impacted by this change should see this link. - #93
  • RPM Packaging added for Fedora/Redhat/CentOS etc support. - #91
  • Added 2 new logging levels:
    • Trace: This shows up if you add a 4th -v switch to the apprise CLI. It is just an additional level of added debug information.
    • Deprecate: This log level is enabled 'always' even if no -v switch is provided on the CLI. It is used to identify deprecated references that are being kept around for backwards compatibility.
  • Minor bug fixes

Apprise is also available on PyPI through pip:

# Install Apprise v0.7.5 from PyPI
pip install apprise==0.7.5