What's Changed
- Supports compilation in dev environment, flagging warnings as errors by @DougReeder in #745
- Login emails: Adds tests for auth_email/2 by @DougReeder in #749
- Replace Bamboo with Swoosh for sending emails by @Exairnous in #750
- Health probe failures log useful message by @DougReeder in #746
Full Changelog: prod-2025-12-17...prod-2026-03-11
Compatibility Notes
- Swoosh doesn't use the variable
serverin the Reticulum configuration to specify the SMTP server anymore and instead usesrelay. (#750, Hubs-Foundation/hubs-cloud#393)- Note: this shouldn't affect the majority of instance owners, but if you have a custom method of deployment (i.e. you don't use the Community Edition deployment scripts), you will need to change your configuration to use
relayinstead (or as well as, if you want to keep compatibility with previous Reticulum versions).
- Note: this shouldn't affect the majority of instance owners, but if you have a custom method of deployment (i.e. you don't use the Community Edition deployment scripts), you will need to change your configuration to use