chore(deps): update dependency apprise to v1.9.0 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.7.2
->==1.9.0
Release Notes
caronc/apprise (apprise)
v1.9.0
Compare Source
What's Changed
The largest change introduced in this build is the new Persistent Storage setup which will greatly reduce and optimize a lot of existing and new supported plugins.
📣 New Notification Services:
💡 Features
❤️ Life-Cycle Support
0d19db8
)1a2eecc
and1dc22e1
) refs #948🐞 Bugfixes
?format=markdown&mdv=v2
to your URL to change this.Installation
Apprise is available on PyPI through pip:
### Install Apprise v1.9.0 from PyPI pip install apprise==1.9.0
New Contributors 🎉
Full Changelog: caronc/apprise@v1.8.1...v1.9.0
v1.8.1
Compare Source
Details
A lot of new changes; this release was long overdue. It was really great to see so much user contribution this time around! Very impressive and much appreciated! 🎉
📣 New Notification Services:
💡 Features
❤️ Life-Cycle Support
🐞 Bugfixes
Installation
Apprise is available on PyPI through pip:
### Install Apprise v1.8.1 from PyPI pip install apprise==1.8.1
New Contributors 🎉
Full Changelog: caronc/apprise@v1.8.0...v1.8.1
v1.8.0
Compare Source
Details
☝️ Attention Developers: there is a potential Breaking Change in this release. CLI users will not be impacted.
🛠️ Potential Breaking Change
PR #1119 involved the refactoring of all the internal file/module structure of the Apprise library. The hope is I didn't break anything in your source code 🙏 . The change was required in order to remain compatible with Python v3.11+ in conjunction with library importing and how it works under the hood. More details on the specific issue can be found here demonstrating it. The Python Issue I opened in reguards to this made it clear I needed to adapt the fix on my side and conform to a better file based structure.
The side effect of this massive change developers may see (if any at all) is just the way your
import
calls are made. If you always followed the examples provided on this GitHub project, you'll have no issues at all. However, if you got clever and leveraged some of the under-the-hood compontents Apprise is built upon, then you may have an issue. The good news is the ONLY thing impacted is the way you imported your libraries (they just slightly moved around). An example of this is someone who may have had:Documented imports still work perfectly (both before and after this major refactor) such as:
📣 New Notification Services:
n/a
💡 Features
http://
attachment URLs (#1122)cache=
become case sensitive too (e.gCache=
will no longer be parsed).❤️ Life-Cycle Support
ClassName.py
to not include aclass ClassName
inside. Python has issues withimport
andunittest
references when this is done.unittests
break completely in Python v3.11 using this method making this massive refactoring essential.🐛 Bugfixes
clicksend://
authentication bugfix in https://github.com/caronc/apprise/pull/1121apprise//
) token length by @isometimescode in https://github.com/caronc/apprise/pull/1120Installation
Apprise is available on PyPI through pip:
### Install Apprise v1.8.0 rom PyPI pip install apprise==1.8.0
New Contributors
v1.7.6
Compare Source
Details
📣 New Notification Services:
💡 Features
delay=
switch to aprs:// plugin (#1107)❤️ Life-Cycle Support
🐛 Bugfixes
host
parsed from user login (if present) for Emails in https://github.com/caronc/apprise/pull/1095Installation
Apprise is available on PyPI through pip:
### Install Apprise v1.7.6 from PyPI pip install apprise==1.7.6
New Contributors
v1.7.5
Compare Source
Details
📣 New Notification Services:
💡 Features
❤️ Life-Cycle Support
🐛 Bugfixes
Installation
Apprise is available on PyPI through pip:
### Install Apprise v1.7.5 from PyPI pip install apprise==1.7.5
v1.7.4
Compare Source
Details
📣 New Notification Services:
💡 Features
.conf
configuration file support added to CLI. This PR also resolved some documentation ambiguity in https://github.com/caronc/apprise/pull/1080❤️ Life-Cycle Support
🐛 Bugfixes
Apprise is available on PyPI through pip:
### Install Apprise v1.7.4 from PyPI pip install apprise==1.7.4
v1.7.3
Compare Source
Details
Another minor release to push some outstanding bug-fixes that have accumulated and patched over the past month
📣 New Notification Services:
💡 Features
mailto://
comcast.net email template added (#1059)mailto://
improved custom email server handling (5ae212f
)to=
andfrom_addr=
are no longer required in most circumstances and can be automatically determined based on basic information provided.ntfy://
markdown support added (#1056)?format=markdown
to format the content accordingly❤️ Life-Cycle Support
paho-mqtt
v2.0 was released and it's documentation for v1.6.1 was completely incompatible with it. For the stability of themqtt://
plugin,paho-mqtt
has been pinned to the stable v1.x release (#1065)🐛 Bugfixes
yaml
files (#1069) - Thank you @samueltardieu.yml
and.yaml
files by default (#1073)macosx://
- Update terminal-notifier notify_paths (#1052) - Thank you @joergschultzelutterApprise is available on PyPI through pip:
### Install Apprise v1.7.3 from PyPI pip install apprise==1.7.3
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.