Skip to content

Releases: d--j/go-milter

v0.8.4

28 Dec 19:29
355edc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

14 Sep 12:22
f4e3ac5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

12 Apr 17:03
a988b8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

06 Apr 12:22
9cbe82f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Apr 13:38
d568301
Compare
Choose a tag to compare

What's Changed

  • Fixed IPv6 address parsing to handle IPv6: prefix by @masa23 in https://github.com/d--j/go-milter/pull/5
  • Handle mail headers with empty value (e.g. X-MS-TNEF-Correlator) without emitting a warning
  • Breaking Change: Drop mailfilter.Trx.Log, mailfilter.LogFunc and mailfilter.WithSyslog – you need to bring your own logging

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

15 Mar 19:24
b1c7d01
Compare
Choose a tag to compare

What's Changed

Breaking Change

Switching the transaction to be passed as interface instead of a struct means library users can not call direct public fields on the transaction anymore. All public fields were changed to methods of the same name.

Full Changelog: v0.6.6...v0.7.0

v0.6.6 Integration Tests

13 Mar 19:16
Compare
Choose a tag to compare
  • feat: rename MacroMTAFullyQualifiedDomainName to MacroMTAFQDN and add MacroMTAVersion BREAKING CHANGE
  • feat(mailfilter): add Transaction.MTA with information about the connecting MTA
  • feat: rename add/removeHats to Add/RemoveAngle and export them
  • chore: make integration tests more robust

Full Changelog: v0.6.5...v0.6.6

v0.6.5 Integration Tests

12 Mar 20:52
6a79f03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.5

v0.6.0 Mail filter abstraction

03 Mar 18:36
9ef3191
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Feb 19:14
1ec23c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/d--j/go-milter/commits/v0.5.0