Skip to content

Releases: Snawoot/postfix-mta-sts-resolver

Reworked Docker image

10 Sep 19:44
v0.6.1
Compare
Choose a tag to compare
  • Smaller Docker image based on Alpine Linux
  • Hardened container security
  • Revised recommended docker run commands (cleanup and hardening)

Thanks to @SISheogorath!

Unixsock

22 Jul 13:38
v0.6.0
Compare
Choose a tag to compare
v0.6.0

unixsock

Async logging

13 Jun 16:38
v0.5.3
Compare
Choose a tag to compare

Introduces non-blocking logger

Minor bugfix

01 Jun 23:11
v0.5.2
Compare
Choose a tag to compare

Minor bugfix and refactoring; introduces 100% test coverage

Fix query parsing

27 May 18:44
v0.5.1
Compare
Choose a tag to compare

This release contains important fix of query parsing issue which could be causing to incorrect daemon responses.

Split dependencies

23 May 19:58
v0.5.0
Compare
Choose a tag to compare

This release splits main package dependencies into optional extras in order to reduce efforts of distro packages maintainers.

Changes:

  • Installation procedure changed. Now full-featured package is pulled with pip3 install postfix-mta-sts-resolver[sqlite,redis] command
  • Changed default config location to untangle it from postfix config directory. New location is /etc/mta-sts-daemon.yml

Minor update

16 Apr 19:54
v0.4.5
Compare
Choose a tag to compare
  • Manifest application requests with User-Agent header

SQLite improvements

08 Apr 12:03
v0.4.4
Compare
Choose a tag to compare

Switched to aiosqlite 0.10.0 which more precisely fits connection pooling demands

Fix Python3.5 compatibility

05 Apr 21:18
v0.4.3
Compare
Choose a tag to compare

Fixes Python3.5 compatibility

Stability and performance improvements

05 Apr 20:59
v0.4.2
Compare
Choose a tag to compare
  • Fixes wait_closed() issue.
  • Added thread pooling, timeouts and WAL for SQLite cache.
  • Added cache grace feature: do not update and refresh records which are too fresh.