Releases: sabuhish/fastapi-mail
Releases · sabuhish/fastapi-mail
1.5.0
What's Changed
- feat: improve API for sending html and plain emails by @whitehat101 in #226
- Allow "sender" to be set per-message by @kaperont in #230
- add local hostname setting by @LuckyLub in #204
- Fixed github workflow by @sabuhish in #231
New Contributors
- @whitehat101 made their first contribution in #226
- @kaperont made their first contribution in #230
- @LuckyLub made their first contribution in #204
Full Changelog: 1.4.2...1.5.0
Update dependency lib and added SecretStr
Updated dependecy libraries and added secret string.
@przemoch-dev thanks for the PR.
v1.4.1 fix mypy errors #197
Thanks to @fchancel for fixing mypy errors!
v1.4.0 update dependencies for support pydantic V2
v1.3.1 moved py.typed to fastapi_mail
Thanks @marcusgabrields for his PR #193
v1.3.0 update on cryptography and pymdown libraries
Update on the following libraries:
- cryptography
- pymdown
removed explicitly setting HTML while using template_body attribute
v1.2.9 support of multipart html and plain text emails
In this release support of the alternative body in the schema is implemented.
Many thanks to @Synrom for his work!
v1.2.8 added py.typed for mypy to analyze types
v1.2.7 fix resourcewarnings in the pytest
v1.2.6 upgrade version of starlette and fastapi
The file upload function has been modified to make it compatible with the new version of starlette.
Thanks to @Divyessh for his contribution!