Releases: resend/resend-php
Releases · resend/resend-php
v0.8.0
Added
- Added WebhookSignature verifier by @jayanratna in #40
- Added the ability to get an API resource through a method by @jayanratna in #37
Changed
- Changed copyright owner by @jayanratna in #36
Fixed
- Fixed support for
invalid_attachment
error by @jayanratna in #42
Full Changelog: v0.7.2...v0.8.0
v0.7.2
Fixed
- Fixed support for
invalid_parameter
error name by @jayanratna in #35
Dependencies
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Fixed
- Fixed support for
invalid_to_address
error by @jayanratna in #32 - Fixed phpdoc for all Resources by @jayanratna in #31
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Added
- Added
User-Agent: resend-php/{version}
header to all requests by @jayanratna in #28
Changed
- Changed example to use send method by @jayanratna in #27
Removed
- Removed
examples
directory in favour of external repositories for examples by @jayanratna in #29
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.4
Fixed
- Fixed exception handler to handle rate limit error response by @jayanratna in #25
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Fixed
- Fixed error handling in
HttpTransporter
to return exceptions by @jayanratna in #23
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
Added
- Added internal
Client
contract and removed unused internalResponse
contract by @jayanratna in #21
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Added
- Added support for new emails API by @jayanratna in #20
Note
ThesendEmail
method is now deprecated, while this method still works, it is recommended that you use the email service to send emails:$resend = Resend::client('re_123456789'); $resend->emails->send([...]); // or $resend->emails->create([...]);
Full Changelog: v0.4.0...v0.5.0