This release introduces a new way to send transactional emails using SMTP. Example may include password reset, email confirmation, etc.
To enable SMTP mailing, you need to set the following environment variables:
SMTP_SERVER
- SMTP server address.SMTP_PORT
- SMTP server port.SMTP_DOMAIN
- SMTP server domain.SMTP_USERNAME
- SMTP server username.SMTP_PASSWORD
- SMTP server password.SMTP_FROM
- Email address to send emails from.
This is an optional feature and is not required for the app to work.
Removed
- Optional telemetry was removed from the app. The
ENABLE_TELEMETRY
env var can be safely removed from docker compose.
Changed
rake points:migrate_to_lonlat
task now also tries to extract latitude and longitude fromraw_data
column before usinglongitude
andlatitude
columns to filllonlat
column.- Docker entrypoints are now using
DATABASE_NAME
environment variable to check if Postgres is existing/available. - Sidekiq web UI is now protected by basic auth. Use
SIDEKIQ_USERNAME
andSIDEKIQ_PASSWORD
environment variables to set the credentials.
Added
Fixed
- Importing data from Immich now works correctly. #1019
💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, JMyrng, Andre, hogenf, naraxius, Lemur, Embrace, martin4861, Alex and Jonah B. on Patreon 💙
What's Changed
- Dev by @Freika in #1030
- Update CHANGELOG.md by @Freika in #1031
- Chore/cleanup and telemetry removal by @Freika in #1054
- Bump rubocop-rails from 2.30.1 to 2.31.0 by @dependabot in #1026
- Bump redis from 5.3.0 to 5.4.0 by @dependabot in #937
- Bump chartkick from 5.1.3 to 5.1.4 by @dependabot in #936
- Bump pundit from 2.4.0 to 2.5.0 by @dependabot in #935
- Feature/smtp mailing by @Freika in #1063
- Editing imports by @Freika in #1074
- 0.25.5 by @Freika in #1075
Full Changelog: 0.25.4...0.25.5