Skip to content

Releases: sabuhish/fastapi-mail

v1.0.8 Fix release version in Pypi

05 Apr 20:11
Compare
Choose a tag to compare

v1.0.7 Custom SMTP Headers

05 Apr 20:04
Compare
Choose a tag to compare

This release covers the following feature:

  • Possibility to add Custom SMTP Headers

Cheers goes to @SionAbes for raising such an issue and creating MR. Thanks!

v1.0.6 upgrade in httpx version 0.22

15 Mar 16:20
Compare
Choose a tag to compare

Upgraded httpx version

v1.0.5 upgrade in fastapi version 0.75

15 Mar 16:11
Compare
Choose a tag to compare

Upgrade on fastapi version

v1.0.4 upgrade fastapi version to 0.73

06 Feb 09:43
Compare
Choose a tag to compare

Upgraded fastapi version

v1.0.3 Upgraded fastapi version to 0.72.0

05 Feb 14:45
10513a1
Compare
Choose a tag to compare

Upgraded fastapi version to 0.72.0

Thanks to @mmasztalerczuk

v1.0.2 Upgraded fastapi version to 0.70.0

11 Nov 16:09
Compare
Choose a tag to compare

v1.0.2
Upgraded fastapi version to 0.70.0

v1.0.1 Add custom headers on attachments

25 Sep 15:25
3a9090a
Compare
Choose a tag to compare

Highligted changes and updates.
v1.0.1

Allow creating custom headers for attachments
Unit tests for attachments and with custom header attachments

Fixes #92

@wjurkowlaniec Thank you for taking the time and helping with it.

v1.0.0 Poetry-Migration

20 Sep 11:51
25f1c63
Compare
Choose a tag to compare

Highligted changes and updates.
v1.0.0

Release applies changes on deployment, and validates path functions, Jinja templates, fixing failed tests.

To make it short deployment to PyPI has been modified from setup.py to poetry which is much more sense.
Validate path has been replaced with pydantic's DirectoryPath.
Added functionality to pass a list to the Jinja template.
Fixed tests on failures

Thanks a lot, @andredias for its awesome PRs #87 #89 .

Thanks to everyone for their participants during this section @andredias @Turall @maestro-1, we can totally confirm this release brings brightness to our project.

0.4.1 Simplified Jinja usage

07 Aug 08:18
Compare
Choose a tag to compare

Highligted changes and updates.
v0.4.1

WARNING this release makes changes in Jinja templates, so using the body is deprecated in the templates. Body variable will not be necessary anymore.
Thanks, @floodpants for its awesome PR #80 .