Skip to content

maddy 0.5.1

Compare
Choose a tag to compare
@foxcpp foxcpp released this 22 Sep 21:22
· 249 commits to master since this release
v0.5.1
3f1b668

Bug fixes

  • table/sql_table: Fix incorrect for PostgreSQL type being used in table creation (GH #386)
  • endpoint/smtp: Fix limitedReader causing message body read to loop forever (GH #403, GH #389)
  • storage/blob/s3: Fix PutObject goroutines leaking if message write is aborted (GH #395)
  • storage/blob/s3: Force a smaller PartSize when blob size is unknown (GH #395)
  • storage/blob: Pass blobSize to go-imap-sql (GH #395)
  • storage/blob/s3: Correctly handle PutObject errors (GH #387)

Misc

  • libdns: Add namecheap provider (GH #392)

Added only if maddy is built with Go 1.16.

  • Add postmaster address rewrite back to default config (GH #384)