Releases: silinternational/email-service
Releases · silinternational/email-service
push major version tag
Release 1.11.2 --Push for ghcr.io image
Added
-Pushing the Docker images to ghcr.io (Git Container Registry)
Dependency updates
Added
- Added clarifications in local.env.dist
Removed
- Removed Vagrantfile
- Removed version from docker compose configuration files
- Removed hyphen from docker compose command
Security
- Updated PHP dependencies
add AppConfig option, dependency update
Added
- Optionally pull configuration from AppConfig
Fixed
- Updated dependencies
- Use
github.event.repository.name
for docker image name - Make
NOTIFICATION_EMAIL
optional
Fixed build config
Fixed
- Fixed workflow config error that prevented the build of 1.10.4
Suppress site/status alerts and build on GitHub
Changed
- Don't send an alert for an error thrown by
/site/status
which is used by the ECS health check that has a very short retry time. It sends a flood of messages when there is a database issue, for instance. - Switch from Codeship to GitHub Actions
Fix the delayed send feature
Fixed
- Save the email in the database if not sent immediately
- In
sendQueuedEmail
don't get emails from the database until they're ready to send
Remove unused utilities
Removed
- Remove runny from Dockerfile and scripts
- Remove s3-expand from Dockerfile
Changed
- Changed CI configuration to run the PSR2 check in parallel with the other tests
- Terminate test scripts if any command in the script fails
Use PSR2 style
Changed
- Format source to PSR2 style
- Use mariadb image for CI tests (not silint/mariadb)
Add option to use AWS SES
Added
- Added the option to use AWS SES for sending email messages.