Files
Zane Walker 7e940c83a7
Some checks failed
Build & Test / build-test (push) Has been cancelled
Build & Test / swagger-codegen-cli (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
(Feat): Initial Commit
2026-07-03 19:41:31 +05:30

3.6 KiB

25.10.0 - 2025-10-16

Added

  • Add handling for registration with account confirmation
  • Add swagger spec linting using spectral
  • Add base setup for apple site association file and android assetlinks for handling universal links
  • Add wire for initing the Server using dependency injection. BREAKING: Changes to the init logic need to be migrated to wire, see docs/server-initialization.md for details.
  • Add helper to create subcommand group
  • Add a test executing the datbase migrations up, down and up again

Changed

Removed

  • Remove the mailer option UseTLS (SERVER_SMTP_USE_TLS) in favour of Encryption (SERVER_SMTP_ENCRYPTION). BREAKING: If you were using the SERVER_SMTP_USE_TLS flag before to enable TLS, you will need to migrate to the SERVER_SMTP_ENCRYPTION setting of tls. See Mailer UseTLS SERVER_SMTP_USE_TLS Deprecation