Skip to content

Releases: leafo/lua-mailgun

v1.2.0

08 Apr 16:59
Compare
Choose a tag to compare

https:/luarocks.org/leafo/mailgun

This was originally released 2021-01-25 09:00:28

What's Changed

  • Add method verify_webhook_signature(timestamp, token, signature) to verify incoming webhook requests
    • Add webhook_signing_key option to client creation
  • Add method validate_email(email_address) to call MailGun's email validation service API
  • Add support for v: variables in options, they will be passed through directly to the API
  • Add methods get_bounce(id), get_unsubscribe(id), get_complaint(id) for fetching individual resources
  • Update test suite and documentation
  • Typo by @vadi2 in #5

New Contributors

  • @vadi2 made their first contribution in #5

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Apr 16:59
Compare
Choose a tag to compare

https://luarocks.org/modules/leafo/mailgun

Added methods to fetch suppressions, added for_domain

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 Apr 16:59
Compare
Choose a tag to compare