Releases: sabuhish/fastapi-mail
v1.0.8 Fix release version in Pypi
Fix format
v1.0.7 Custom SMTP Headers
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
Upgraded httpx version
v1.0.5 upgrade in fastapi version 0.75
Upgrade on fastapi version
v1.0.4 upgrade fastapi version to 0.73
Upgraded fastapi version
v1.0.3 Upgraded fastapi version to 0.72.0
Upgraded fastapi version to 0.72.0
Thanks to @mmasztalerczuk
v1.0.2 Upgraded fastapi version to 0.70.0
v1.0.2
Upgraded fastapi version to 0.70.0
v1.0.1 Add custom headers on attachments
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
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
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 .