Skip to content

Releases: sabuhish/fastapi-mail

Update dependency lib and added SecretStr

23 Nov 11:48
e4ffaa1
Compare
Choose a tag to compare

Updated dependecy libraries and added secret string.

@przemoch-dev thanks for the PR.

v1.4.1 fix mypy errors #197

18 Jul 18:52
d74266d
Compare
Choose a tag to compare

Thanks to @fchancel for fixing mypy errors!

v1.4.0 update dependencies for support pydantic V2

18 Jul 06:40
c15d24e
Compare
Choose a tag to compare

Thanks to @fchancel for his work for making pydantic V2 possible in fastapi-mail.

#195

v1.3.1 moved py.typed to fastapi_mail

01 Jul 12:52
fab70e4
Compare
Choose a tag to compare

v1.3.0 update on cryptography and pymdown libraries

25 Jun 17:47
0f745cb
Compare
Choose a tag to compare

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

25 Jun 12:16
Compare
Choose a tag to compare

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

26 Apr 07:48
Compare
Choose a tag to compare

Thanks to @Mark90 for finding out that py.typed was missing. #187

v1.2.7 fix resourcewarnings in the pytest

02 Apr 11:26
dee44fe
Compare
Choose a tag to compare

This relase fixes ResourceWarning in the code. In previous versions resources after reading file was not cleaned up.
Thanks to @sylflo and @Turall making this possible :)

v1.2.6 upgrade version of starlette and fastapi

25 Feb 13:32
02bde74
Compare
Choose a tag to compare

The file upload function has been modified to make it compatible with the new version of starlette.

Thanks to @Divyessh for his contribution!

v1.2.5 making library less restrictive on dependecies

29 Jan 12:47
70eb048
Compare
Choose a tag to compare

Thanks to @rambo for his PR, to make the library less strict on dependencies.