v0.6.1-alpha

knadh/listmonkv0.6.1-alphaMay 17, 2020by knadh

AI Summary

An alpha release introducing a new SMTP pooling library that supports retries, timeouts, and TLS, requiring new configuration fields.

Key Highlights

  • New SMTP pooling library with retries, idle timeouts, and graceful fails.
  • TLS support for SMTP connections.

Breaking Changes

  • New fields under SMTP configuration: `idle_timeout, wait_timeout, max_msg_retries, tls_enabled, tls_skip_verify`.

New Features

  • New SMTP library with retry logic.
  • TLS support.

Full Release Notes

**Breaking changes:** This version replaces the old rudimentary SMTP pooling lib with a new one that supports retries, idle timeouts, and graceful fails. This introduces breaking changes in the form of new fields under SMTP configuration: `idle_timeout, wait_timeout, max_msg_retries, tls_enabled, tls_skip_verify`.

## Changelog

18329ff Add TLS to SMTP config



## Docker images

- `docker pull listmonk/listmonk:latest`
- `docker pull listmonk/listmonk:v0.6.1-alpha`