Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 755 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 2023-11-24

Fixed

  • use ratelimit for each email message in 'send_messages' function

[0.1.0] - 2023-11-16

Added

  • NtfyBackend with topic, icon, tags, actions and priority signals
  • NtfyBackendExponentialRateLimitBackend - NtfyBackend wit exponential rate limit
  • SmtpExponentialRateLimitEmailBackend - django's smtp.EmailBackend with exponentila rate limt
  • ExponentialRateLimitBackends - backend which groups multiple email backends into one and adds exponential rate limit