Releases: sabuhish/fastapi-mail
Releases · sabuhish/fastapi-mail
v1.2.4 upgraded third-party libraries
updated dependecies (#172)
v1.2.3 upgraded on third-party dependencies & small refactorings
v1.2.3:
This release covers below points:
- Dependency libraries updated
- Tests are fixed, file names modified
- Blue library removed and replaced with black
- GitHub actions fixed
- And other small refactorings
I would like to thank @mentaljam for his effort and for helping us on improving stability!
Thanks for the discussions on the issues
v1.2.2 update redis library and added timeout param
added timeout param also changed library dependecy of aioredis to red…
v1.2.1 update dependecies
update dependencies (#159)
v1.2.0
v1.2.0 version had the following issues to be resolved and improved legacy code.
Issues #146 #147 #151 have been resolved.
- Added more type hinting
- Replaced html field on the Message schema class with the body field
- Added enum type for plain and HTML message types
- Refactored code base
- Improved the documentation
- Added linter stage for CI/CD
- Some arguments on the Connection class have been made to be required
!!! Breaking change on the variable names (MAIL_TLS -> MAIL_STARTTLS and MAIL_SSL -> MAIL_SSL_TLS) !!!
v1.1.5 extra prints are removed #138
fix module dependencies
1.1.4 fixed extra dependecies (#134)
v1.1.1 move some dependecies to the dev
We have moved dependencies to the dev:
List of dependencies that are moved:
fakeredis, blinker, httpx, aioredis, fastapi, uvicorn.
v1.1.0 added Content-Disposition in the header
We have added Content-Disposition in the header part.
thanks to @dvuckovic for his work!
#1.0.9 upgrade dependencies of fastapi-mail
update dependecies of fastapi-mail #124 #123 #121 (#125)