Skip to content

Releases: marktennyson/flask-mailing

0.2.3

19 Sep 06:49
8023937
Compare
Choose a tag to compare

Added compatibility for Pydantic V2

0.2.2

14 Jan 14:06
0e9c953
Compare
Choose a tag to compare
  • Updated setup.py.
  • Updated Readme file.
  • Fixed version number issue.

0.2.1

11 Jan 11:01
ae27d41
Compare
Choose a tag to compare
  • Fixed aioredis issue with python 3.11.
  • Fixed httpx library issue.

0.2.0

16 Feb 07:30
12ff776
Compare
Choose a tag to compare
  • Added send_mail, send_mass_mail methods very similar to Django or Flask-Mailman.
  • Added more docstrings for better understanding of all the apis.
  • Added few more test cases.
  • Fixed major bug at MAIL_START_TLS/MAIL_START_SSL configuration at ConnectionConfig.

0.1.1

19 Jan 15:20
2e1be73
Compare
Choose a tag to compare
  • Fixed broken test cases for fake redis client.
  • Fixed some typo at utils.email_check file.
  • Added aioredis > 2.0.0 compatibility.
  • Added fully asynchronous support for utils.email_check.EmailChecker class.
  • Updated the utils.email_check.EmailChecker class for the new version of aioredis.
  • Updated the required dependencies.
  • Fixed #26
  • Fixed #27

0.1.0

12 Jan 09:38
Compare
Choose a tag to compare

What's Changed

  • Fixed issue #20 . Now the user can pass template parameters by using template_params variable on the schemas.Message class.

  • Fixed major typo at setup.py

  • Fixed some broken test cases.

  • Fixed the Variable name issue at config.ConnectionConfig class.

  • Fixed Literal import for Python 3.6 and 3.7 by @agramfort in #25

  • Added module docstring.

  • Added future roadmap on the docs.

  • Added some more test cases.

  • Added the compatibility for Python 3.10

  • Added the feature to allow users to create custom headers for attachments.

  • Updated the MANIFEST.in file.

  • Updated the required dependencies.

New Contributors

Full Changelog: 0.0.7...0.1.0

0.0.7

30 Dec 03:23
Compare
Choose a tag to compare

Full Changelog: 0.0.6...0.0.7

0.0.6

30 Dec 03:18
57ad475
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.5...0.0.6

0.0.5

23 Sep 09:14
4f77c03
Compare
Choose a tag to compare

fixed some issues and added some more apis like Flask-Mail.

0.0.4

11 Aug 10:09
319e620
Compare
Choose a tag to compare

added poetry for dependency management.