All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.3 (released: 2024-03-01)
- jar clean-up
1.1.2 (released: 2024-01-26)
- add ability for MailgunMessagesApi to support arbitrary email headers through
.headers
.
1.1.1 (released: 2023-12-12)
- add ability for primary accounts to make API calls on behalf of their subaccounts, e.g. sending messages, managing mailing lists, etc.
1.1.0 (released: 2023-10-23)
- add ability to get the first / last / next / previous page data.
1.0.9 (released: 2023-09-27)
- allows for appending custom MIME headers to a message
1.0.8 (released: 2023-05-25)
- updated dependencies
- fixed generics in api creation
1.0.7 (released: 2023-01-11)
- default locale
1.0.6 (released: 2022-13-09)
- slf4j-simple with slf4j-api
1.0.5 (released: 2022-11-09)
- multiple FormData attachment support.
1.0.4 (released: 2022-10-10)
- FormData attachment support.
- default AsyncClient.
1.0.3 (released: 2022-09-23)
- attachments support.
1.0.2 (released: 2022-08-28)
- Non-English locale date support.
- JDK 17 support.
1.0.1 (released: 2022-06-20)
- Send email(s) in MIME format API
- Resend stored email API
- Retrieve stored email(s) API
- Mailgun Async Client configuration
- Asynchronously send email(s) API
- Asynchronously send email(s) in MIME format API
- Asynchronously resend message API
- Bulk verification APIs
- Bulk verification previews APIs
- Seed List APIs
- Import a list of whitelists from CSV file API
- Import a list of unsubscribe from CSV file API
- Import a list of complaints from CSV file API
- Add Import a list of bounces from CSV file API