1.5.1 (2026-02-20)
- moved
this.reset()to afinallyblock to guarantee cleanup even if the send operation fails. (83343f1) - reset email properties after each send (24a17ac)
1.5.0 (2025-12-23)
- include SDK version and Node.js version in User-Agent header (2c069a7)
1.4.0 (2025-10-07)
- add support for inline attachments in email requests (45d9abc)
1.3.0 (2025-08-24)
- add support for tagging emails (5271cfa)
1.2.1 (2025-08-23)
- update README to document metadata functionality (f488fe3)
1.2.0 (2025-08-23)
- add support for metadata in email requests (4906c0b)
1.1.0 (2025-06-28)
- update test cases to handle optional second argument in
sendcalls (013855b)
- add support for idempotency key in email requests (93370e5)
1.0.1 (2025-05-25)
- change content param for consistency (a347c2d)