listmonk/internal/migrations
Kailash Nadh 463e92d1e1 Add transactional (tx) messaging capability.
This commit adds a new API `POST /api/tx` that sends an ad-hoc message
to a subscriber based on a pre-defined transactional template. This is
a large commit that adds the following:

- New campaign / tx template types on the UI. tx templates have an
  additional subject field.
- New fields `type` and `subject` to the templates table.
- Refactor template CRUD operations and models.
- Refactor template func assignment in manager.
- Add pre-compiled template caching to manager runtime.
- Pre-compile all tx templates into memory on program boot to avoid
  expensive template compilation on ad-hoc tx messages.
2022-07-09 10:36:12 +05:30
..
v0.4.0.go Add support for automatic, idempotent DB migrations 2020-08-03 19:02:23 +05:30
v0.7.0.go Add custom S3 backend support (eg: Minio) to media uploads 2021-08-15 16:09:00 +05:30
v0.8.0.go Fix invalid link click registrations 2020-10-24 14:03:37 +05:30
v0.9.0.go Add a new public page for end users to subscribe to public lists. 2021-01-31 16:19:39 +05:30
v1.0.0.go Add option on UI to toggle update checks. 2021-05-16 16:54:55 +05:30
v2.0.0.go Add support for blocklisting e-mail domains. 2021-09-25 15:39:09 +05:30
v2.1.0.go Add support for custom public S3 URLs. Closes #505. 2022-01-15 21:20:32 +05:30
v2.2.0.go Add transactional (tx) messaging capability. 2022-07-09 10:36:12 +05:30