All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove simple personalization
- Add email thread references header support
- Add show all tokens, show single token, and change token name api endpoints
- Add the manage invite endpoints
- Switched deprecated tightenco/collect package to illuminate/collections package
- Add the manage user endpoints
- Add the SMTP user endpoints
- Add the catch_type and match_type paramter to inbound
- Suggest to add token as .env variable instead of explicit declaration
- Fix composer packages cache
- Add the inbound_forward.failed as a webhook event
- Remove symfony dependency
- Add an endpoint to fetch a single email activity
- Allow user to send custom headers
- Fetching analytics and activities with event and tag array does not work
- Fixed in_reply_to parameter name
- Add the On Hold list to the api endpoint
- Update to use symfony v6 as a dependency
- Sending email with only html param should work
- Added new webhook events
- Added missing domain settings
- Find Sender Identity by email
0.10.0 - 2023 04 19
- API Quota endpoint
- Processed event
0.9.1 - 2023 02 07
- Symfony version constraints in
composer.json
0.9.0 - 2023 01 11
- Added manage sender identities endpoints
- Upgrade PHPCSFixer to v3
- Allow overriding tracking domain defaults
- email->send dont return error content on 422 and 429 errors
0.8.0 - 2022 10 07
- Added single email verification endpoint
0.7.0 - 2022 09 28
- Allow users to add in-reply-to header
- Added single email verification endpoint
0.6.0 - 2022 07 28
- Email Verification
- SMS endpoints
- New URL generator
0.5.0 - 2022 02 01
- Add schedule messages endpoints
- Add precedence bulk header
- Moving to proper semver, will bump the MINOR version with non hotfix updates
- Add the
domain_id
to the delete endpoint of suppression lists
0.4.1 - 2021 12 07
- Add inbound routes endpoints
- Add Domain endpoint
- Get DNS Records endpoint
- Add
reply_to
option to README.md
0.4.0 - 2021 10 13
- Add template endpoints
- Add the recipient/suppression lists endpoints
- Add domain verification endpoint
- Bulk email endpoints
0.3.1 - 2021 06 16
- Updated constant to identify SDK version
0.3.0 - 2021 06 16
- Add
GET
,PUT
andDELETE
methods toHttpLayer
class - Messages API, listing resources, and showing a specific one.
- Webhook, get, find, create, update, and delete endpoints.
- Token create, update, delete endpoints.
- Activity API: list all activities endpoint.
- Analytics API: activities data by date, opens by country, opens by user-agent name and opens by reading environment.
- Domain API: list domains, get a single domain, delete domain, get recipients for a domain and update domain settings.
- Recipients endpoint, List, Find, and Delete.
0.2.1 - 2021 04 23
Debugging validation errors
to GUIDE.md
master
tomain
- Some problems with tags and
main
- GUIDE.md fixes
0.2 - 2021 01 28
- PHP 8 support
- Github Actions testing for multiple versions of PHP
- Guzzle 6 to Guzzle 7 in
require-dev
. tightenco/collect
version constraint update.- Suggest
php-http/guzzle7-adapter
instead ofphp-http/guzzle6-adapter
for install instructions.
0.1.1 - 2020 09 01
collect
helper changed toCollection
classfrom
andsubject
are not mandatory iftemplate_id
is set
- PSR-7 and PSR-18 based HTTP adapter
POST email/send
endpoint support- Helpers for recipients, variables & attachments
- PHPUnit tests
- Documentation