Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 2.88 KB

File metadata and controls

61 lines (33 loc) · 2.88 KB

2.0.0 (2026-05-11)

Features

BREAKING CHANGES

  • SDK v2 changes client structure, response types, and token configuration.

1.2.0 (2026-03-27)

Bug Fixes

  • downgrade okhttp for compatibility (ad246c9)

Features

  • add contentType parameter to Attachment and EmailEndpoint.attach method (bfcffe4)

v2.1.0 - 2026-07-07

What's Changed

  • chore: update README for v2 API by @bjarn in #25
  • ci(release): publish Java SDK from GitHub releases by @bjarn in #33
  • feat: add route settings, webhook auto-reply events, and blocked file types by @bjarn in #32

Full Changelog: https://github.com/lettermint/lettermint-java/compare/v2.0.0...v2.1.0

1.1.1 (2026-03-18)

Bug Fixes

  • use okhttp-jvm artifact to resolve ClassNotFoundException for Maven consumers (10f0588)

1.1.0 (2026-02-27)

Features

  • support multiple reply-to addresses in EmailEndpoint (2787307)

1.0.2 (2026-02-25)

Bug Fixes

  • naming in docs (608ff3b)
  • rename routeId parameter to route (fae9ec6)

1.0.1 (2026-01-29)

Bug Fixes

  • update release process to include manual OSSRH upload (64c27ef)

1.0.0 (2026-01-29)

Features