-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: lettermint/lettermint-php
Releases Β· lettermint/lettermint-php
2.1.0
@bjarn
bjarn
606993d
This commit was created on GitHub.com and signed with GitHubβs verified signature.
What's Changed
- Delete .github/workflows/dependabot-auto-merge.yml by @bjarn in #24
- Make HTTP client timeout configurable by @heikokrebs in #25
New Contributors
- @heikokrebs made their first contribution in #25
Full Changelog: 2.0.0...2.1.0
Assets 2
2.0.0
@bjarn
bjarn
0d48e65
This commit was created on GitHub.com and signed with GitHubβs verified signature.
What's Changed
- chore: add Discord badge to README by @bjarn in #15
- chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #16
- chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #17
- chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #19
- feat: add PHPStan type annotations to improve type safety by @bjarn in #20
- chore(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #21
- chore: update company name in LICENSE by @bjarn in #23
- feat: add Team API endpoints by @bjarn in #22
Full Changelog: 1.5.1...2.0.0
Assets 2
1.5.1
What's Changed
Full Changelog: 1.5.0...1.5.1
Assets 2
1.5.0
@bjarn
bjarn
What's Changed
Full Changelog: 1.4.1...1.5.0
Assets 2
1.4.1
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
Assets 2
1.4.0
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
Assets 2
v1.3.0
Assets 2
1 person reacted
v1.2.0
Assets 2
1.1.1
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
Assets 2
1.1.0
Full Changelog: 1.0.0...1.1.0