Releases: SevenSpikes/mailgun-api-java-wrapper
Releases · SevenSpikes/mailgun-api-java-wrapper
Release v0.1.17
merge
Release v0.1.16
Partition recipients list using unique recipients emails. Add reply-to parameter to the message.
Release v0.1.15
Add the id parameter only when there is none.
Release v0.1.14
Change the batch size to 950
Release v0.1.13
Fix the webhook routes
Release v0.1.12
Change the wildcard property on the createDomain to Boolean. Rerutn the feign version to 8.18.0, as it has a wildcard bugfix in it.
Release v0.1.11
Set the feign version to 8.13.1 as all other wrappers are using it
Release v0.1.10
Extract the recipients list as a parameter to the sendMessage method instead of a property to the Message class.
Implement verifyDomain api endpoint call method.
Release v0.1.9
Implement recipient variables.
Release v0.1.8
Add attachment file option