emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
162 stars 51 forks source link

dkim: optimize relaxedBodyCanonicalizer allocations #47

Closed pierrre closed 3 years ago

pierrre commented 3 years ago

Fixes #46

pierrre commented 3 years ago

Do you plan to do a tagged version soon ? I want to test it in my app, and a tag is easier to use. I can use the commit ID in the go.mod in the mean time.

emersion commented 3 years ago

Released v0.6.5: https://github.com/emersion/go-msgauth/releases/tag/v0.6.5

pierrre commented 3 years ago

thank you !