Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency apprise to v1.9.0 #179

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apprise 1.8.0 -> 1.9.0 age adoption passing confidence

Release Notes

caronc/apprise (apprise)

v1.9.0

Compare Source

What's Changed

The largest change introduced in this build is the new Persistent Storage setup which will greatly reduce and optimize a lot of existing and new supported plugins.

📣 New Notification Services:
💡 Features
  • 🚀 ⭐ Persistent Storage in https://github.com/caronc/apprise/pull/1131 (more then 6,500+ lines of code added to the code base) 🔥
    • This feature is very big and better documented here. Some general details can also be found here on the main README.md file.
    • 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.
    • Not all plugins that can fully leverage this for it's added boost do so... *Yet*, but just give me some time and I'll get there.
  • mqtt:// support for publishing retain flag in https://github.com/caronc/apprise/pull/1185
  • SendGrid Attachment Support Added in https://github.com/caronc/apprise/pull/1190
  • Refactored base64 attachment handling in https://github.com/caronc/apprise/pull/1191
❤️ Life-Cycle Support
🐞 Bugfixes

Installation

Apprise is available on PyPI through pip:

### Install Apprise v1.9.0 from PyPI
pip install apprise==1.9.0

New Contributors 🎉

Full Changelog: caronc/apprise@v1.8.1...v1.9.0

v1.8.1

Compare Source

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
❤️ 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

Installation

Apprise is available on PyPI through pip:

### Install Apprise v1.8.1 from PyPI
pip install apprise==1.8.1

New Contributors 🎉

Full Changelog: caronc/apprise@v1.8.0...v1.8.1


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file pypi PRs or Issues with this label concern PyPI topics labels Jul 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.8.1 chore(deps): update dependency apprise to v1.9.0 Sep 2, 2024
@k3rnelpan1c-dev k3rnelpan1c-dev merged commit 1840b40 into main Sep 2, 2024
1 check passed
@renovate renovate bot deleted the renovate/apprise-1.x branch September 2, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pypi PRs or Issues with this label concern PyPI topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant