caronc/apprise (apprise)
### [`v1.8.1`](https://togithub.com/caronc/apprise/releases/tag/v1.8.1)
[Compare Source](https://togithub.com/caronc/apprise/compare/v1.8.0...v1.8.1)
#### 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! :tada:
##### :mega: New Notification Services:
- Added Splunk/VictorOps Support ([#1125](https://togithub.com/caronc/apprise/issues/1125))
- Added Africas Talking Support ([#1167](https://togithub.com/caronc/apprise/issues/1167))
- Added Microsoft Power Automate / Workflows Support (MSTeams Successor) ([#1172](https://togithub.com/caronc/apprise/issues/1172))
- Add Société Française du Radiotéléphone (SFR) Support by [@Anghille](https://togithub.com/Anghille) ([#1132](https://togithub.com/caronc/apprise/issues/1132))
##### :bulb: Features
- Slack supports <[@userid](https://togithub.com/userid)> in message body ([#1134](https://togithub.com/caronc/apprise/issues/1134))
- Turn large ntfy messages into a attachments ([#1136](https://togithub.com/caronc/apprise/issues/1136))
- Refactored the way Notifiarr Discord users are mentioned ([#1153](https://togithub.com/caronc/apprise/issues/1153))
- OneSignal to support custom data in payload ([#1163](https://togithub.com/caronc/apprise/issues/1163))
- Twilio WhatsApp support added ([#1173](https://togithub.com/caronc/apprise/issues/1173))
- Allow json data in OneSignal template arguments by [@phantom943](https://togithub.com/phantom943) ([#1171](https://togithub.com/caronc/apprise/issues/1171))
##### :heart: Life-Cycle Support
- Refactor: update streamlabs.py by [@eltociear](https://togithub.com/eltociear) ([#1160](https://togithub.com/caronc/apprise/issues/1160))
- Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks ([#1149](https://togithub.com/caronc/apprise/issues/1149))
- Drop support for Python v3.6 and EPEL 8 from Apprise ([#1155](https://togithub.com/caronc/apprise/issues/1155))
- setup.py deprecation workaround with --use-pep517 ([#1168](https://togithub.com/caronc/apprise/issues/1168))
##### :lady_beetle: Bugfixes
- Automatically increment Matrix v3 transaction IDs by [@nmaggioni](https://togithub.com/nmaggioni) ([#1128](https://togithub.com/caronc/apprise/issues/1128))
- Slack files upload deprecation by [@delenamalan](https://togithub.com/delenamalan) ([#1130](https://togithub.com/caronc/apprise/issues/1130))
- Update token regex in ServerChan by [@easychen](https://togithub.com/easychen) ([#1148](https://togithub.com/caronc/apprise/issues/1148))
- Add missing % string in import failed trace message by [@jpbede](https://togithub.com/jpbede) ([#1151](https://togithub.com/caronc/apprise/issues/1151))
- This will fix issues with Home Assistant
- Fixes random matrix:// unittest failures ([#1166](https://togithub.com/caronc/apprise/issues/1166))
- fix: conversion html_to_text hr tags rstrip non string object by [@fabiottini](https://togithub.com/fabiottini) ([#1162](https://togithub.com/caronc/apprise/issues/1162))
#### Installation
Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*:
```bash
### Install Apprise v1.8.1 from PyPI
pip install apprise==1.8.1
```
#### New Contributors :tada:
- [@nmaggioni](https://togithub.com/nmaggioni) made their first contribution in [https://github.com/caronc/apprise/pull/1128](https://togithub.com/caronc/apprise/pull/1128)
- [@delenamalan](https://togithub.com/delenamalan) made their first contribution in [https://github.com/caronc/apprise/pull/1130](https://togithub.com/caronc/apprise/pull/1130)
- [@Anghille](https://togithub.com/Anghille) made their first contribution in [https://github.com/caronc/apprise/pull/1132](https://togithub.com/caronc/apprise/pull/1132)
- [@easychen](https://togithub.com/easychen) made their first contribution in [https://github.com/caronc/apprise/pull/1148](https://togithub.com/caronc/apprise/pull/1148)
- [@jpbede](https://togithub.com/jpbede) made their first contribution in [https://github.com/caronc/apprise/pull/1151](https://togithub.com/caronc/apprise/pull/1151)
- [@eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/caronc/apprise/pull/1160](https://togithub.com/caronc/apprise/pull/1160)
- [@fabiottini](https://togithub.com/fabiottini) made their first contribution in [https://github.com/caronc/apprise/pull/1162](https://togithub.com/caronc/apprise/pull/1162)
**Full Changelog**: https://github.com/caronc/apprise/compare/v1.8.0...v1.8.1
### [`v1.8.0`](https://togithub.com/caronc/apprise/releases/tag/v1.8.0)
[Compare Source](https://togithub.com/caronc/apprise/compare/v1.7.6...v1.8.0)
#### Details
**:point_up: Attention Developers: there is a potential Breaking Change in this release. CLI users will not be impacted.**
##### :hammer_and_wrench: Potential Breaking Change
PR [#1119](https://togithub.com/caronc/apprise/issues/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 :pray: . 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](https://togithub.com/caronc/117860-cpython-issue) demonstrating it. The [Python Issue I opened in reguards to this made it clear I needed to adapt the fix on my side](https://togithub.com/python/cpython/issues/117860) 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:
```python
### For example:
from apprise.plugins.NotifyEmail import NotifyEmail
### This has changed to :
from apprise.plugins.email import NotifyEmail
### All other object functionality has not changed at all
```
Documented imports still work perfectly (both before and after this major refactor) such as:
```python
from apprise import Apprise
from apprise import AppriseAsset
### etc...
```
##### :mega: New Notification Services:
n/a
##### :bulb: Features
- Custom Plugin Attachment Support Enforced + Added Testing in [https://github.com/caronc/apprise/pull/1115](https://togithub.com/caronc/apprise/pull/1115)
- Do not sanitize `http://` attachment URLs ([#1122](https://togithub.com/caronc/apprise/issues/1122))
- 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).
##### :heart: Life-Cycle Support
- Enhancement: Refactor Test Code for Efficiency and Quality by [@freddiewanah](https://togithub.com/freddiewanah) in [https://github.com/caronc/apprise/pull/1100](https://togithub.com/caronc/apprise/pull/1100)
- :bomb: Python Module Naming & Namespacing Harmonization by in [https://github.com/caronc/apprise/pull/1119](https://togithub.com/caronc/apprise/pull/1119)
- This was a major change that eliminated `ClassName.py` to not include a `class ClassName` inside. Python has issues with `import` and `unittest` references when this is done. `unittests` break completely in Python v3.11 using this method making this massive refactoring essential.
##### :bug: Bugfixes
- Added JSON Content-Type header to freemobile:// in [https://github.com/caronc/apprise/pull/1109](https://togithub.com/caronc/apprise/pull/1109)
- Fix mailto://ip.addr support in [https://github.com/caronc/apprise/pull/1114](https://togithub.com/caronc/apprise/pull/1114)
- `clicksend://` authentication bugfix in [https://github.com/caronc/apprise/pull/1121](https://togithub.com/caronc/apprise/pull/1121)
- Update Apprise API (`apprise//`) token length by [@isometimescode](https://togithub.com/isometimescode) in [https://github.com/caronc/apprise/pull/1120](https://togithub.com/caronc/apprise/pull/1120)
#### Installation
Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*:
```bash
### Install Apprise v1.8.0 rom PyPI
pip install apprise==1.8.0
```
#### New Contributors
- [@freddiewanah](https://togithub.com/freddiewanah) made their first contribution in [https://github.com/caronc/apprise/pull/1100](https://togithub.com/caronc/apprise/pull/1100)
- [@isometimescode](https://togithub.com/isometimescode) made their first contribution in [https://github.com/caronc/apprise/pull/1120](https://togithub.com/caronc/apprise/pull/1120)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.7.6
->1.8.1
Release Notes
caronc/apprise (apprise)
### [`v1.8.1`](https://togithub.com/caronc/apprise/releases/tag/v1.8.1) [Compare Source](https://togithub.com/caronc/apprise/compare/v1.8.0...v1.8.1) #### 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! :tada: ##### :mega: New Notification Services: - Added Splunk/VictorOps Support ([#1125](https://togithub.com/caronc/apprise/issues/1125)) - Added Africas Talking Support ([#1167](https://togithub.com/caronc/apprise/issues/1167)) - Added Microsoft Power Automate / Workflows Support (MSTeams Successor) ([#1172](https://togithub.com/caronc/apprise/issues/1172)) - Add Société Française du Radiotéléphone (SFR) Support by [@Anghille](https://togithub.com/Anghille) ([#1132](https://togithub.com/caronc/apprise/issues/1132)) ##### :bulb: Features - Slack supports <[@userid](https://togithub.com/userid)> in message body ([#1134](https://togithub.com/caronc/apprise/issues/1134)) - Turn large ntfy messages into a attachments ([#1136](https://togithub.com/caronc/apprise/issues/1136)) - Refactored the way Notifiarr Discord users are mentioned ([#1153](https://togithub.com/caronc/apprise/issues/1153)) - OneSignal to support custom data in payload ([#1163](https://togithub.com/caronc/apprise/issues/1163)) - Twilio WhatsApp support added ([#1173](https://togithub.com/caronc/apprise/issues/1173)) - Allow json data in OneSignal template arguments by [@phantom943](https://togithub.com/phantom943) ([#1171](https://togithub.com/caronc/apprise/issues/1171)) ##### :heart: Life-Cycle Support - Refactor: update streamlabs.py by [@eltociear](https://togithub.com/eltociear) ([#1160](https://togithub.com/caronc/apprise/issues/1160)) - Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks ([#1149](https://togithub.com/caronc/apprise/issues/1149)) - Drop support for Python v3.6 and EPEL 8 from Apprise ([#1155](https://togithub.com/caronc/apprise/issues/1155)) - setup.py deprecation workaround with --use-pep517 ([#1168](https://togithub.com/caronc/apprise/issues/1168)) ##### :lady_beetle: Bugfixes - Automatically increment Matrix v3 transaction IDs by [@nmaggioni](https://togithub.com/nmaggioni) ([#1128](https://togithub.com/caronc/apprise/issues/1128)) - Slack files upload deprecation by [@delenamalan](https://togithub.com/delenamalan) ([#1130](https://togithub.com/caronc/apprise/issues/1130)) - Update token regex in ServerChan by [@easychen](https://togithub.com/easychen) ([#1148](https://togithub.com/caronc/apprise/issues/1148)) - Add missing % string in import failed trace message by [@jpbede](https://togithub.com/jpbede) ([#1151](https://togithub.com/caronc/apprise/issues/1151)) - This will fix issues with Home Assistant - Fixes random matrix:// unittest failures ([#1166](https://togithub.com/caronc/apprise/issues/1166)) - fix: conversion html_to_text hr tags rstrip non string object by [@fabiottini](https://togithub.com/fabiottini) ([#1162](https://togithub.com/caronc/apprise/issues/1162)) #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.8.1 from PyPI pip install apprise==1.8.1 ``` #### New Contributors :tada: - [@nmaggioni](https://togithub.com/nmaggioni) made their first contribution in [https://github.com/caronc/apprise/pull/1128](https://togithub.com/caronc/apprise/pull/1128) - [@delenamalan](https://togithub.com/delenamalan) made their first contribution in [https://github.com/caronc/apprise/pull/1130](https://togithub.com/caronc/apprise/pull/1130) - [@Anghille](https://togithub.com/Anghille) made their first contribution in [https://github.com/caronc/apprise/pull/1132](https://togithub.com/caronc/apprise/pull/1132) - [@easychen](https://togithub.com/easychen) made their first contribution in [https://github.com/caronc/apprise/pull/1148](https://togithub.com/caronc/apprise/pull/1148) - [@jpbede](https://togithub.com/jpbede) made their first contribution in [https://github.com/caronc/apprise/pull/1151](https://togithub.com/caronc/apprise/pull/1151) - [@eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/caronc/apprise/pull/1160](https://togithub.com/caronc/apprise/pull/1160) - [@fabiottini](https://togithub.com/fabiottini) made their first contribution in [https://github.com/caronc/apprise/pull/1162](https://togithub.com/caronc/apprise/pull/1162) **Full Changelog**: https://github.com/caronc/apprise/compare/v1.8.0...v1.8.1 ### [`v1.8.0`](https://togithub.com/caronc/apprise/releases/tag/v1.8.0) [Compare Source](https://togithub.com/caronc/apprise/compare/v1.7.6...v1.8.0) #### Details **:point_up: Attention Developers: there is a potential Breaking Change in this release. CLI users will not be impacted.** ##### :hammer_and_wrench: Potential Breaking Change PR [#1119](https://togithub.com/caronc/apprise/issues/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 :pray: . 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](https://togithub.com/caronc/117860-cpython-issue) demonstrating it. The [Python Issue I opened in reguards to this made it clear I needed to adapt the fix on my side](https://togithub.com/python/cpython/issues/117860) 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: ```python ### For example: from apprise.plugins.NotifyEmail import NotifyEmail ### This has changed to : from apprise.plugins.email import NotifyEmail ### All other object functionality has not changed at all ``` Documented imports still work perfectly (both before and after this major refactor) such as: ```python from apprise import Apprise from apprise import AppriseAsset ### etc... ``` ##### :mega: New Notification Services: n/a ##### :bulb: Features - Custom Plugin Attachment Support Enforced + Added Testing in [https://github.com/caronc/apprise/pull/1115](https://togithub.com/caronc/apprise/pull/1115) - Do not sanitize `http://` attachment URLs ([#1122](https://togithub.com/caronc/apprise/issues/1122)) - 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). ##### :heart: Life-Cycle Support - Enhancement: Refactor Test Code for Efficiency and Quality by [@freddiewanah](https://togithub.com/freddiewanah) in [https://github.com/caronc/apprise/pull/1100](https://togithub.com/caronc/apprise/pull/1100) - :bomb: Python Module Naming & Namespacing Harmonization by in [https://github.com/caronc/apprise/pull/1119](https://togithub.com/caronc/apprise/pull/1119) - This was a major change that eliminated `ClassName.py` to not include a `class ClassName` inside. Python has issues with `import` and `unittest` references when this is done. `unittests` break completely in Python v3.11 using this method making this massive refactoring essential. ##### :bug: Bugfixes - Added JSON Content-Type header to freemobile:// in [https://github.com/caronc/apprise/pull/1109](https://togithub.com/caronc/apprise/pull/1109) - Fix mailto://ip.addr support in [https://github.com/caronc/apprise/pull/1114](https://togithub.com/caronc/apprise/pull/1114) - `clicksend://` authentication bugfix in [https://github.com/caronc/apprise/pull/1121](https://togithub.com/caronc/apprise/pull/1121) - Update Apprise API (`apprise//`) token length by [@isometimescode](https://togithub.com/isometimescode) in [https://github.com/caronc/apprise/pull/1120](https://togithub.com/caronc/apprise/pull/1120) #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.8.0 rom PyPI pip install apprise==1.8.0 ``` #### New Contributors - [@freddiewanah](https://togithub.com/freddiewanah) made their first contribution in [https://github.com/caronc/apprise/pull/1100](https://togithub.com/caronc/apprise/pull/1100) - [@isometimescode](https://togithub.com/isometimescode) made their first contribution in [https://github.com/caronc/apprise/pull/1120](https://togithub.com/caronc/apprise/pull/1120)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.