- Update to version 1.9.0:
Features:
* Added WxPusher Support
* Persistent Storage added. This feature is very big and better documented here.
https://github.com/caronc/apprise/wiki/persistent_storage
Long overdue, plugins can now safely cache some of the query
results returned from upstream endpoints to disk. This saves
the need to make future extra web requests later (overall
causing a performance boost to Apprise). It's a cache engine
done right; content is contained, and those using the CLI can
clean/reset it. You can also easily turn it off.
* mqtt:// support for publishing retain flag
* SendGrid Attachment Support Added
* Refactored base64 attachment handling
Fixes:
* Fix typo in readme
* Fix Telegram Thread/Topic handling
* Fixed mattermost channel handling
* Escape unsupported Telegram MarkdownV2 characters
Telegram MarkdownV2 has turned out to be a VERY different style
of markdown. For consistency, the default telegram mode is
version 1. Simply add ?format=markdown&mdv=v2 to your URL to
change this.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=16
- Update to version 1.8.1:
Features:
* New Services:
- Splunk
- Africas Talking
- Microsoft Power Automate / Workflows
- Société Française du Radiotéléphone (SFR)
* Slack supports <@userid> in message body
* Turn large ntfy messages into a attachments
* Refactored the way Notifiarr Discord users are mentioned
* OneSignal to support custom data in payload
* Twilio WhatsApp support added
* Allow json data in OneSignal template arguments
Fixes:
* Automatically increment Matrix v3 transaction IDs
* Slack files upload deprecation
* Update token regex in ServerChan
* Add missing % string in import failed trace message
* This will fix issues with Home Assistant
* Fixes random matrix:// unittest failures
* fix: conversion html_to_text hr tags rstrip non string object
- Updates from version 1.8.0:
Features:
* Custom Plugin Attachment Support Enforced + Added Testing
* Do not sanitize http:// attachment URLs. This allows the
successful fetching of very complicated http based Attachment
URL's where the case sensitivity of the keys matter. The side
effect of this change, is built in switches like cache= become
case sensitive too (e.g Cache= will no longer be parsed).
Fixes:
* Added JSON Content-Type header to freemobile://
* Fix mailto://ip.addr support
* clicksend:// authentication bugfix
* Update Apprise API (apprise//) token length
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=14
- Update to version 1.7.6:
Features:
* Chantify Support added
* Feishu Custom Bot Support added
* Added delay= switch to aprs:// plugin
* RocketChat Token Support
Bugfixes:
* Default locale logical compatibility with Python 3.12
* Fixed deprication warnings for Markdown extensions
* ntfy loaded topic count bugfix
* freemobile:// msg moved from GET parameters and into payload
* Honor overflow=truncate when sending attachments
* host parsed from user login (if present) for Emails
OBS-URL: https://build.opensuse.org/request/show/1167689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=10