Skip to content

Releases: gaepdit/email-queue

v2026.7.22

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:22
v2026.7.22
583f29a
  • Updated NuGet packages.

v2026.7.21

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:25
v2026.7.21
4e59f10
  • Updated NuGet packages.

v2026.5.4

Choose a tag to compare

@github-actions github-actions released this 04 May 20:58
v2026.5.4
ff57691
  • Email recipients (and CC recipients) can now be formatted with display names. For example,
    "User Name <user.name@example.com>".

v2026.4.24

Choose a tag to compare

@github-actions github-actions released this 24 Apr 12:31
v2026.4.24
8ebc2f7
  • Added a DB connection check to the /health endpoint and added a response at the root / endpoint.

v2026.4.16

Choose a tag to compare

@github-actions github-actions released this 16 Apr 13:07
v2026.4.16
a7c8399
  • Updated NuGet packages.

v2026.1.15

Choose a tag to compare

@github-actions github-actions released this 15 Jan 22:24
v2026.1.15
5a9978f
  • Skipped emails are included in the /batch-failures endpoint.
  • Updated to .NET 10.

v2025.11.19

Choose a tag to compare

@github-actions github-actions released this 19 Nov 16:03
v2025.11.19
42a667a
  • Added a new endpoint, /batch-failures, to return details on only the failed items from a batch.

v2025.11.18

Choose a tag to compare

@github-actions github-actions released this 18 Nov 22:56
v2025.11.18
9a73a45
  • Recipients (including CC recipients) are trimmed and filtered for duplicates.

v2025.8.7

Choose a tag to compare

@github-actions github-actions released this 07 Aug 14:04
v2025.8.7
dad9eb3
  • Added three new API endpoints: /version, /check-api, and /add-to-batch. See the Readme file for details.

v2025.6.25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 20:27
v2025.6.25
2b5ae66
  • Added a field to save the reason for email failures.