Skip to content

Releases: sabuhish/fastapi-mail

v1.2.4 upgraded third-party libraries

29 Dec 10:19
879e4a2
Compare
Choose a tag to compare
updated dependecies (#172)

v1.2.3 upgraded on third-party dependencies & small refactorings

29 Dec 10:04
81aac21
Compare
Choose a tag to compare

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

This release fixes the following issues -> #166 #161

v1.2.2 update redis library and added timeout param

25 Nov 15:11
c28387d
Compare
Choose a tag to compare
added timeout param also changed library dependecy of aioredis to red…

v1.2.1 update dependecies

22 Nov 14:05
4f82641
Compare
Choose a tag to compare
update dependencies (#159)

v1.2.0

11 Oct 12:31
2faf971
Compare
Choose a tag to compare

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

02 Oct 13:21
Compare
Choose a tag to compare

Confusing prints and version variables are removed.
#138 and #142
Thanks @tsasao!

fix module dependencies

25 Jul 14:20
8943f55
Compare
Choose a tag to compare
1.1.4

fixed extra dependecies (#134)

v1.1.1 move some dependecies to the dev

25 Jul 12:16
Compare
Choose a tag to compare

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

25 Jul 11:00
cd442fa
Compare
Choose a tag to compare

We have added Content-Disposition in the header part.

thanks to @dvuckovic for his work!

#1.0.9 upgrade dependencies of fastapi-mail

08 Jun 14:34
ebf2122
Compare
Choose a tag to compare
update dependecies of fastapi-mail #124 #123  #121 (#125)