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