Skip to content

Latest commit

 

History

History
112 lines (69 loc) · 2.16 KB

CHANGELOG.rst

File metadata and controls

112 lines (69 loc) · 2.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.4] - 2024-05-26

Security

  • Update dependencies to mitigate vulnerabilities: - CVE-2024-30251 (denial of service) - CVE-2024-34064 (Jinja HTML attribute injection, doveseed likely no affected)

[2.0.3] - 2024-02-17

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

[2.0.2] - 2023-12-03

Security

  • Update aiohttp to version 3.9.0.

[2.0.1] - 2023-08-09

Security

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

[2.0.0] - 2023-04-16

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.

[1.1.0] - 2023-04-11

Added

  • 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.

[1.0.3] - 2020-08-23

Fixed

  • More robust date parisng and correct handling of time zones.

[1.0.2] - 2020-06-08

Fixed

  • ADD CI and badges, no code changes.

[1.0.1] - 2020-06-08

Fixed

  • Fix missing package information.

[1.0.0] - 2020-06-28

Initial public release.