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:
- Added Splunk/VictorOps Support (#1125)
- Added Africas Talking Support (#1167)
- Added Microsoft Power Automate / Workflows Support (MSTeams Successor) (#1172)
- Add Société Française du Radiotéléphone (SFR) Support by @Anghille (#1132)
💡 Features
- Slack supports <@userid> in message body (#1134)
- Turn large ntfy messages into a attachments (#1136)
- Refactored the way Notifiarr Discord users are mentioned (#1153)
- OneSignal to support custom data in payload (#1163)
- Twilio WhatsApp support added (#1173)
- Allow json data in OneSignal template arguments by @phantom943 (#1171)
❤️ Life-Cycle Support
- Refactor: update streamlabs.py by @eltociear (#1160)
- Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks (#1149)
- Drop support for Python v3.6 and EPEL 8 from Apprise (#1155)
- setup.py deprecation workaround with --use-pep517 (#1168)
🐞 Bugfixes
- Automatically increment Matrix v3 transaction IDs by @nmaggioni (#1128)
- Slack files upload deprecation by @delenamalan (#1130)
- Update token regex in ServerChan by @easychen (#1148)
- Add missing % string in import failed trace message by @jpbede (#1151)
- This will fix issues with Home Assistant
- Fixes random matrix:// unittest failures (#1166)
- fix: conversion html_to_text hr tags rstrip non string object by @fabiottini (#1162)
Installation
Apprise is available on PyPI through pip:
# Install Apprise v1.8.1 from PyPI
pip install apprise==1.8.1
New Contributors 🎉
- @nmaggioni made their first contribution in #1128
- @delenamalan made their first contribution in #1130
- @Anghille made their first contribution in #1132
- @easychen made their first contribution in #1148
- @jpbede made their first contribution in #1151
- @eltociear made their first contribution in #1160
- @fabiottini made their first contribution in #1162
Full Changelog: v1.8.0...v1.8.1