Skip to content

Releases: lettermint/lettermint-php

1.5.1

23 Dec 18:25

Choose a tag to compare

What's Changed

  • feat: add custom User-Agent header to HttpClient by @bjarn in #14

Full Changelog: 1.5.0...1.5.1

1.5.0

27 Nov 16:16
b90b1ac

Choose a tag to compare

What's Changed

  • feat: add webhook signature verification support by @bjarn in #13

Full Changelog: 1.4.1...1.5.0

1.4.1

24 Nov 13:14

Choose a tag to compare

Security

  • feat(send): clear payload and idempotency key after sending by @Bjornftw in #12
    Fixed an issue where the internal payload was not fully cleared between sequential send calls when reusing the same client instance.
    In some cases, when sending multiple emails with attachments, attachments from a previous email could unintentionally be included in a subsequent email by the same sender.
    • Affected: users of the PHP SDK who send multiple emails using the same client instance and use attachments. This does not introduce cross-account issues.
    • Recommendation: upgrade to v1.4.1 if you send attachments via this SDK

What's Changed

  • chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #10
  • chore(deps): bump actions/checkout from 3 to 6 by @dependabot[bot] in #11

Full Changelog: 1.4.0...1.4.1

1.4.0

07 Oct 19:30

Choose a tag to compare

What's Changed

  • feat: add inline attachment support to EmailEndpoint by @bjarn in #8
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #7

Full Changelog: 1.3.0...1.4.0

v1.3.0

24 Aug 16:53

Choose a tag to compare

What's Changed

  • Add tag support to EmailEndpoint by @bjarn in #6

Full Changelog: 1.2.0...1.3.0

v1.2.0

23 Aug 21:01

Choose a tag to compare

What's Changed

  • Add metadata support for emails by @bjarn in #5

Full Changelog: 1.1.1...1.2.0

1.1.1

28 Jun 14:05

Choose a tag to compare

This release fixes the invalid tag of 1.1.0 - which doesn't contain the changes it should've. Sorry!

What's Changed

  • feat: add idempotency support to EmailEndpoint by @bjarn in #4
  • chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #3

Full Changelog: 1.1.0...1.1.1

1.1.0

28 Jun 14:04

Choose a tag to compare

Full Changelog: 1.0.0...1.1.0

1.0.0

14 Jun 18:58

Choose a tag to compare

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #1
  • feat: add route method to EmailEndpoint by @bjarn in #2

New Contributors

Full Changelog: 0.1.1...1.0.0

0.1.1

26 Apr 11:33
6a91912

Choose a tag to compare

0.1.1 Pre-release
Pre-release

Full Changelog: 0.1.0...0.1.1