Skip to content

Releases: silinternational/email-service

push major version tag

29 Oct 00:22
c5739d3
Compare
Choose a tag to compare
Merge pull request #60 from silinternational/ci-changes

Release 1.11.3 -- push major version tag

Release 1.11.2 --Push for ghcr.io image

11 Oct 08:48
a66f3c9
Compare
Choose a tag to compare

Added
-Pushing the Docker images to ghcr.io (Git Container Registry)

Dependency updates

10 Jul 15:36
506a223
Compare
Choose a tag to compare

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

08 Apr 15:28
675694a
Compare
Choose a tag to compare

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

22 Feb 17:02
4040e90
Compare
Choose a tag to compare

Fixed

  • Fixed workflow config error that prevented the build of 1.10.4

Suppress site/status alerts and build on GitHub

22 Feb 16:48
34420bf
Compare
Choose a tag to compare

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

25 Jan 23:02
608df79
Compare
Choose a tag to compare

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

11 Jan 19:23
d44f3bb
Compare
Choose a tag to compare

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

11 Jan 15:51
a0d2a2c
Compare
Choose a tag to compare

Changed

  • Format source to PSR2 style
  • Use mariadb image for CI tests (not silint/mariadb)

Add option to use AWS SES

15 Nov 14:32
61fad0d
Compare
Choose a tag to compare

Added

  • Added the option to use AWS SES for sending email messages.