Skip to content

Latest commit

 

History

History
150 lines (121 loc) · 4.74 KB

File metadata and controls

150 lines (121 loc) · 4.74 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.

2.4.1 (released: 2026-04-17)

Updated

  • Updated Send Message API

[2.4.0] (released: 2026-02-24)

Updated

  • Updated Message API
  • Updated Domains API
  • Updated Domains Key API
  • Updated Domain Tracking API
  • Added DKIM Security API

2.3.0 (released: 2026-01-24)

Updated

  • Added deliver within header

2.2.1 (released: 2025-12-24)

Updated

  • Added deliver within header

2.1.1 (released: 2025-11-24)

Updated

  • Added Log API
  • Updated unit tests

2.1.0 (released: 2025-08-26)

Updated

  • Added Log API
  • Updated unit tests

2.0.0 (released: 2025-06-11)

Updated

  • Added unit tests and updated existing
  • Moved to the new version 2.x.x as JDK was moved to Java 11

1.1.6 (released: 2025-04-28)

Updated

  • Fixed issues

1.1.5 (released: 2025-03-21)

Updated

  • Moved to Java 11

1.1.4 (released: 2025-002-20)

Updated

  • Added Metrics API

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