Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 1.94 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.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