Skip to content

Tags: mailgun/mailgun-go

Tags

v4.21.0

Toggle v4.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1372 Add getters for plain text message (#363)

v4.20.6

Toggle v4.20.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1373 Get rid of defers in a loop (#362)

v4.20.5

Toggle v4.20.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1369 Add gocritic linter (#360)

v4.20.4

Toggle v4.20.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1356 Add revive linter (#359)

v4.20.3

Toggle v4.20.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1370 Add typecheck, goimports, govet, noctx linters (#358)

v4.20.2

Toggle v4.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1371 Add gocyclo linter (#357)

v4.20.1

Toggle v4.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1143 Use http constants (#356)

v4.20.0

Toggle v4.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DE-1344 Add getters to Message to get the current state of the object (

…#355)

v4.19.1

Toggle v4.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix documentation links in README.md (#352)

Fixed the API security links and the API reference documentation links
in README.

v4.19.0

Toggle v4.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix webhook signature verification to use the webhook signing secret (#…

…351)

Since [the other PR](#321)
didn't seem to be being addressed, I'm submitting my own. The issues
brought up in it have been resolved. Tests pass and it seems to work as
directed when testing it as a `replace` in a different project. Please
let me know if anything needs addressed, I'd like to have this available
as soon as I can get it. Thanks!