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.3.0
->==1.4.0
Release Notes
caronc/apprise
v1.4.0
Compare Source
Details
💡 Features
apprise://
attachment support added! 🚀 . (#873 and #877):value=key
and add data into the payload of the custom supported Apprise endpoints (JSON, FORM and XML). But now you can change the mapping of the fixed ones that were always present. Hence:message=body
would cause the payload to no longer put themessage
passed by apprise in the hard-codedmessage
field. In this example, the payload would appear under a new tag calledbody
.You can also set the values to be empty if you want to strip them from the payload. For example
:version=
would eliminate theversion
(previously hard-coded) payload element from the response.-
/etc/apprise
among other paths added to the default search for configuration files when theapprise
CLI tool is used.tgram://
Topic ID Support Added (#854)slack://
Channel Support (#856)<!channel|desc>
&<!channel>
❤️ Life-Cycle Support
len(Service)
calls #874async
re-factoring improvements; the overhead of creating a thread-pool is now bypassed if it is detected that only one (1) notification is required to be sent. (#846)🐛 Bugfixes
.py
files hand-written) handling improvements. No longer is every file found interpreted. It must be a.py
file (#853)Installation Instructions
Apprise is available on PyPI through pip:
### Install Apprise v1.4.0 from PyPI pip install apprise==1.4.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.