Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump apprise from 0.8.9 to 0.9.5.1 #31

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2021

Bumps apprise from 0.8.9 to 0.9.5.1.

Release notes

Sourced from apprise's releases.

Apprise Release v0.9.5.1

Details

馃摚 New Notification Services:

  • Streamlabs Support added. (#427)
  • MQTT Support added. (#443)
    • Note that the MQTT Plugin depends on paho-mqtt having been pre-installed:
      pip install paho-mqtt

馃挕 Features

  • Syslog now supports remote servers too (rsyslog) (#442)
  • Twilio now supports reference to the API key (#440)
  • HTML support added to Pushover (#437)
    • Activate it using ?format=html on the Apprise URL
  • Nextcloud API introduced in v21 now supported (#432)
    • Users still using earlier releases need to identify the version they are using on the Apprise URL. The default is set to 21 (?version=21) if one is specified.
  • Markdown support added to Matrix Plugin (#431)
    • Activate it using ?format=html on the Apprise URL
  • File Attachment Support added to JSON and XML Plugins (#426)

鉂わ笍 Life-Cycle Support

  • IFTTT regex improvement

馃悰 Bugfixes

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.5.1 from PyPI
pip install apprise==0.9.5.1

Apprise Release v0.9.4

Details

馃摚 New Notification Services:

馃挕 Features

  • Apprise.async_notify() function for developers who want to directly leverage the async calls. async_notify() works the same way as notify() (except more efficient). This only works for Python v3.x users (#397)
  • Phone Number handling in Apprise (and the services that use them) has been completely re-factored. Most users won't notice too much here, however a lot more stability and flexibility has been added. (#408)
  • Markdown handling of Slack adjusted to better handle HTML and support links. (#412)

鉂わ笍 Life-Cycle Support

  • Rocket.Chat basic mode updated to work correctly with new restrictions put in place (to prevent people from assuming another's identity). (#419)

馃悰 Bugfixes

  • YAML parsing of keyword arguments from Apprise URLs (such as to) now parse correctly (#404)
  • Matrix local hosting of t2bot now correctly works (#411)
  • Fedora 35 Support (build failing) resolved (#422)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [apprise](https://github.com/caronc/apprise) from 0.8.9 to 0.9.5.1.
- [Release notes](https://github.com/caronc/apprise/releases)
- [Commits](caronc/apprise@v0.8.9...v0.9.5.1)

---
updated-dependencies:
- dependency-name: apprise
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
0 participants