Skip to content

v1.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 03:14
· 1379 commits to main since this release

This is a tiny release before the really big release, and also the last before the big v2.0.0. The most interesting things in this release are the new preliminary health endpoint to allow monitoring in K8s (and others), and the removal of upx binary packing (which was causing erroneous virus flagging). Aside from that, the go-smtp library did a breaking-change upgrade, which required some work to get working again.

Features:

  • Preliminary /v1/health API endpoint for service monitoring (no ticket)
  • Add basic health check to Dockerfile (#555, thanks to @bt90)

Bug fixes + maintenance:

  • Fix chown issues with RHEL-like based systems (#566/#565, thanks to @danieldemus)
  • Removed upx (binary packing) for all builds due to false virus warnings (#576, thanks to @shawnhwei for reporting)
  • Upgraded go-smtp library and tests to v0.16.0 (#569)

Documentation:

Additional languages: