What's Changed
Just a small update to fix a small stability issue with Attachments under some circumstances and the few PR's made by others in one more small bundle.
Note: ⚠️ This will be the last version of Apprise v1.x (this time i mean it 😉 ) . Future releases will be under Apprise v2.x. Again, I strongly want to urge Developers: please make sure you pin your projects.toml or requirements.txt to apprise >=1.0.0, <2.0.0. v2.x will be awesome, but it WILL introduce breaking changes your software may need to adapt to. I will still continue supporting the v1.x branch should security issues arise for at year or two, but eventually v2.x would be the way to go.
📣 New Notification Services:
- Add Signalgrid notification service plugin by @signalgridco in #1710
- Add Lauther notification support by @csanadymiklos in #1715
🐞 Bugfixes
- Fixes Gento Linux issue with memory based attachment handling in #1709
- ☝️ This is the core reason for this minor update
- Allow periods in Pingram API keys (JWT format) by @lipusal in #1714
- fixes intermittent test failures for matrix in #1717
💡 Features
n/a
❤️ Life-Cycle Support
- Allow Py 3.13+, please by @milos-korenciak in #1711
- fix(matrix): typofix in label by @arthurlutz in #1707
- docs: fix typo recomended -> recommended by @vaibhav8a in #1716
Installation
Apprise is available on PyPI through pip:
# Install Apprise v1.13.1 from PyPI
pip install apprise==1.13.1New Contributors
- @arthurlutz made their first contribution in #1707
- @milos-korenciak made their first contribution in #1711
- @vaibhav8a made their first contribution in #1716
- @signalgridco made their first contribution in #1710
- @csanadymiklos made their first contribution in #1715
Full Changelog: v1.13.0...v1.13.1