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.0#98

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 31, 2020

Bumps apprise from 0.8.9 to 0.9.0.

Release notes

Sourced from apprise's releases.

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
  • Added support for Environment Variables - #334
    1. APPRISE_URLS: When defined, you can pre-provide apprise with a set of one or more URLs it can use to notify by default.
    2. APPRISE_CONFIG: You can set this to the absolute path of an Apprise Configuration File (either TEXT or YAML based).
  • Some new rules/structuring come with the environment variable change too (just enforcing order of detected inputs) and which to use:
    1. URLs by command line
      • A warning is issued to the screen if a (--config or -c) is also specified as it will be ignored
      • A warning is issued to the screen if a (--tag or -g) is also specified as it will be ignored
    2. Configuration by command line
    3. URLs by environment variable: APPRISE_URLS
      • A warning is issued to the screen if a (--tag or -g) is also specified as it will be ignored
    4. Configuration by environment variable: APPRISE_CONFIG
    5. Default Configuration File(s) if found - no change here prior to this commit.

❤️ Life-Cycle Support

  • n/a

🐛 Bugfixes

  • SparkPost handling of cc and bcc messages fixed #309
  • Pushover validation checks on the user_key and token have been eliminated in Apprise. These have been left for the upstream server (in this case Pushover) to validate instead. #313
  • Zulip references stream instead of channel #330

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.0 from PyPI
pip install apprise==0.9.0
Commits
  • ef2057c bumped version to v0.9.0
  • 4037d87 OneSignal code cleanup
  • ed04898 reduced msteams api/parsing restrictions
  • 287cb27 better support for priorities with Growl/Prowl
  • e997c11 Added Opsgenie Support (#337)
  • a023361 Added OneSignal Support (#335)
  • 87d4b8a fixed FCM log message
  • c7d6aef APPRISE_URLS & APPRISE_CONFIG env variable support added (#334)
  • e40c83d FCM message size restrictions
  • 21d7ef1 Zoho emails use port 587; support zohomail.com too
  • 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.0.
- [Release notes](https://github.com/caronc/apprise/releases)
- [Commits](caronc/apprise@v0.8.9...v0.9.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 31, 2020
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 24, 2021

Superseded by #112.

@dependabot dependabot Bot closed this Feb 24, 2021
@dependabot dependabot Bot deleted the dependabot/pip/apprise-0.9.0 branch February 24, 2021 06:15
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