Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 3.14 KB

Mailgun Java SDK changelog

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)

Updated

  • jar clean-up

1.1.2 (released: 2024-01-26)

Updated

  • add ability for MailgunMessagesApi to support arbitrary email headers through .headers.

1.1.1 (released: 2023-12-12)

Updated

  • 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)

Updated

  • add ability to get the first / last / next / previous page data.

1.0.9 (released: 2023-09-27)

Updated

  • allows for appending custom MIME headers to a message

1.0.8 (released: 2023-05-25)

Updated

  • updated dependencies
  • fixed generics in api creation

1.0.7 (released: 2023-01-11)

Added

  • default locale

1.0.6 (released: 2022-13-09)

Replaced

  • slf4j-simple with slf4j-api

1.0.5 (released: 2022-11-09)

Added

  • multiple FormData attachment support.

1.0.4 (released: 2022-10-10)

Added

  • FormData attachment support.
  • default AsyncClient.

1.0.3 (released: 2022-09-23)

Added

  • attachments support.

1.0.2 (released: 2022-08-28)

Added

  • Non-English locale date support.
  • JDK 17 support.

1.0.1 (released: 2022-06-20)

Added

  • 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