Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Bump apprise from 0.8.9 to 0.9.1#112

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/apprise-0.9.1
Closed

Bump apprise from 0.8.9 to 0.9.1#112
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/apprise-0.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 24, 2021

Bumps apprise from 0.8.9 to 0.9.1.

Release notes

Sourced from apprise's releases.

Apprise Release v0.9.1

Details

📣 New Notification Services:

💡 Features

  • Slack can now accept email targets. This will perform a lookup on the workspace to see if the user exists and notify them if they do. This feature only works if you've configured a Slack bot.
  • Added support for interpret-able escapes via CLI through the added argument --interpret-escapes (-e). (#349)
    • As an example, this allows you to pass in sequences such as \n and \r and have them translate into their equivalent ascii newline and carriage return characters
  • Gotify now supports for markdown (#358)
  • FCM (Firebase Cloud Messaging) completely re-factored/rewritten to support both the Legacy and OAuth2 Methods (#193)
  • XMPP re-factored to support slixmpp library for Python v3.7+ users (#240)

❤️ Life-Cycle Support

🐛 Bugfixes

  • Corrected issue with 2 CLI unit tests not passing (preventing v0.9.0 from going into EPEL) BZ1913619
  • Better asyncio handling in Python <3.7 using threading (#364)

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.1 from PyPI
pip install apprise==0.9.1

Apprise Release v0.9.0

Details

📣 New Notification Services:

💡 Features

  • Mailgun significantly enhanced to now support:
    • 📧 Blind Carbon Copy Addresses (bcc)
    • 📧 Carbon Copy Addresses (cc)
    • 📚 Email Attachments support
    • Ⓜ️ Email Headers
    • 🔢 Email Tokens. Mailgun allows you to identify keys/values and populate email with entries like %keyword% which gets swapped with it's corresponding value once the email gets prepared.
  • General email (mailto://) updated to support Email Headers passed in through the Apprise URL.
  • apprise.LogCapture() class introduced allowing users to wrap their calls to notify() and extrapolate the generated logs from each call. This is very useful when notifying more than 1 service and trying to determine where something may have gone wrong. Content can be captured to both memory and files. More details can be found here, #306 and PR #311.
  • 📧 Zoho email (21d7ef1ff4cc03be6789c66c96b33d8f68e694bb):
    • supports @zohomail.com domain
    • uses STARTTLS (port 567) now vs SSL on 465
  • underscores (_) are now accepted in hostnames during parsing (even though technically they aren't allowed) - #324
  • Amazon SNS services parses responses/messages better - #320

... (truncated)

Commits
  • 835e87b bumped version to v0.9.1
  • 5b7afe9 fixed EL7 RPM compatiblity
  • 64a103f slixmpp library support added to XMPP plugin (#240)
  • 9e9b140 Microsoft Teams Webhook to include team name in URL (#361)
  • 221e304 Better asyncio handling in Python <3.7 using threading (#364)
  • 0649754 better escape interpretation for Python 2.7.5 (EL7) users
  • 62dd5ba test coverage added
  • 986a19d coverage no longer fails if we're not the ideal 100%
  • 4a2f60e Improved FCM Support Supporting both Legacy and OAuth2 Methods (#353)
  • ca22b93 Home Assistant Integration (#354)
  • Additional commits viewable in compare view

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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 24, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 3, 2021

Superseded by #128.

@dependabot dependabot Bot closed this May 3, 2021
@dependabot dependabot Bot deleted the dependabot/pip/apprise-0.9.1 branch May 3, 2021 07:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants