Skip to content

Releases: jgosmann/doveseed

v2.0.4

26 May 19:12
61f0b49
Compare
Choose a tag to compare

title: Security

  • Update dependencies to mitigate vulnerabilities:

v2.0.3

17 Feb 18:33
4cb88dc
Compare
Choose a tag to compare

Added

  • Officially declare Python 3.12 support.
  • Tag Docker image of latest stable version with latest tag.
  • Publish Docker image for linux/amd64 and linux/arm64 platforms.

Security

v2.0.2

03 Dec 19:13
20a5e9d
Compare
Choose a tag to compare

Security

  • Update aiohttp to version 3.9.0.

v2.0.1

09 Aug 19:50
5837c55
Compare
Choose a tag to compare

Security

  • Update certifi dependency to version 2023.07.22 to mitigate CVE-2023-37920.

v2.0.0

16 Apr 18:27
10a45ad
Compare
Choose a tag to compare

Changed

  • Ported the code from Flask to FastAPI.
  • The app argument was removed from the ReCaptchaMiddleware.

Removed

  • Support for Python 3.7, 3.8.
  • CORS configuration via the configuration JSON file. Use the FastAPI CORSMiddleware instead.

v1.1.0

11 Apr 17:48
130b564
Compare
Choose a tag to compare
  • Allow connecting to SMTP with SSL (instead of START_TLS) or no encrpytion at all. See the ssl_mode option.
  • Allow to configure CORS via the config.
  • Health-check endpoint at /health.

v1.0.3

23 Aug 15:03
b7a3dc3
Compare
Choose a tag to compare

More robust date parsing and correct handling of timezones.

v1.0.2

28 Jun 14:10
76eba8b
Compare
Choose a tag to compare

Add CI and badges, no code changes

v1.0.1

28 Jun 13:13
05c0087
Compare
Choose a tag to compare

Fix missing package information.

v1.0.0

28 Jun 12:55
a75da46
Compare
Choose a tag to compare

Initial public release