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.5.0
->==1.6.0
Release Notes
caronc/apprise (apprise)
v1.6.0
Compare Source
Details
📣 New Notification Services:
💡 Features
mqtt://
added log entry on successful transmission for both consistency and to align with other plugins (#946)Refactored URLBase() object to prepare for API Webhook support in the Apprise API (#973)
A global change to handles
user=
directive a better and auto-solves ambiguous situations where the URL looks like this:schema://username@hostname?user=username2
(#947).In the past the
username
would get lost and be trumped withusername2
. This is fine, but to may Apprise more versatile, Now in these circumstances Apprise will interpret it as:schema://password@hostname?user=username
. This change does not disrupt other common formatting such as:schema://username:password@hostname
schema://username@hostname
schema://hostname?user=username&password=password
Default Attachment maximum attachment size changed from 5MB to 1GB (
be3baed
). This just makes it easier to use the API and CLI without issues. It lets the upstream service complain if the attachment is too large instead of Apprise restricting you.xml://
custom URL parsing better handles customized XML elements (inserted, renamed and deleted); (#945).Configuration now supports Groups. You can now assign pre-defined tags to groups and trigger your notifications off of them. (#967)
assign "tag1" and "tag2" to the group "group"
Group assigned to a group plus another tag
Support multi-assignments (also stackable)
both groupB and groupC would acquire tag1 and tag4
Append another tag into a group already defined
Just some URLs defined as examples
You must define a groups section
Support multi assignments:
Another way you can define your groups:
You can also just list them:
Define your tags as usual here:
❤️ Life-Cycle Support
x://
in addition totweet://
andtwitter://
to align with re-branding (#971)?v=2
to your Apprise URL to use the older API for now. (#970)🐛 Bugfixes
Installation Instructions
Apprise is available on PyPI through pip:
### Install Apprise v1.6.0 from PyPI pip install apprise==1.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.