Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.08 KB

CHANGES.rst

File metadata and controls

43 lines (26 loc) · 1.08 KB

Changes

Version 2.2.0 (released 2024-12-20)

  • retry e-mail sending on failure with random backoff

Version 2.1.1 (released 2024-05-28)

  • installation: upper pin flask-mail due to breaking changes in v0.10.0

Version 2.1.0 (released 2023-11-29)

  • add a func to send e-mails with inline attachments

Version 2.0.0 (released 2023-10-06)

  • config: introduce MAIL_DEFAULT_REPLY_TO
  • global: clean test infrastructure
  • global: bump minimal python version to 3.7
  • global: migrate CI to gh-actions

Version 1.0.2 (released 2018-12-05)

  • Fixes issue with passing None context value to the e-mail template

Version 1.0.1 (released 2018-04-12)

  • Fixes issue with task running in request context, when only the app context is needed. This causes issues when e.g host header injection protection is turned on.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.