Releases: silinternational/email-service
Releases · silinternational/email-service
allow the "FROM" name to be specified
Added
- Added the option to specify the email "FROM" name.
Update dependencies, minor code cleanup
Fixed
- Update dependencies
- Specify a major version of phpMyAdmin (for local dev use)
- Document the required
API_ACCESS_KEYS
needed for tests to pass - Remove MAINTAINER line from Dockerfile
PHP8 Upgrade and related tweaks
Merge pull request #35 from silinternational/develop Release 1.8.0 PHP8 Upgrade and related tweaks
PHP 7.4
Fixed
- Update to PHP 7.4
- Update composer dependencies
- Use MariaDB:10 official image for test database
- Record installed versions of direct dependencies
- Move Roave Security Advisories to be a dev dependency
Combine containers, improve logs
Changed
- Run cron and apache in the same container
Fixed
- Export log messages immediately
- Update dependencies
- Updated encrypted files with rotated credentials
- Explicitly set Yii's URL Manager to not use a cache (
null
)
Update Docker credentials
1.6.1 Merge pull request #28 from silinternational/hotfix/update-docker-cre…
log to stderr/stdout
Merge pull request #23 from silinternational/develop Release 1.6.0 - stream logging
Update Yii, improve email validation message
Security:
- Update Yii2 to further protect against CVE-2018-14578 and CVE-2018-19454
Added:
- Include email address in validation error message
- Initialize new
enableCsrfCookie
config tofalse
(since it's a rest API)
don't log an error when a delayed email is found in retry()
Merge pull request #19 from silinternational/develop don't log an error when a delayed email is found in retry()
Provide ability to delay sending email
Merge pull request #18 from silinternational/develop Release 1.4.0