All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Ability to add scopes to API Keys endpoint [POST]
- API Keys endpoint [PUT]
- Tests for API Keys endpoint [POST, PATCH, DELETE]
- HTTP 406 Not Acceptable Errors #177
- Added support for accessing the SendGrid Web API v3 endpoints
- Implemented part of the /api_keys, /groups and /suppressions endpoints
- Specify Guzzle proxy via #149
- Option to disable exception raising
- Support for API keys
- CC and BCC not working with SMTPAPI To
- Breaking: A
\SendGrid\Exceptionis now raised when response is not 200 - Breaking:
addTonow uses the Web API parameter as opposed to the SMTPAPI Header. Substitutions will most likely break unless you update to useaddSmtpapiTo - The library now depends on Guzzle3
- Major refactoring
- Breaking:
send()now returns an instance of\SendGrid\Response - Numerous missing methods for new functionality
addSmtpapiTofor using the SMTPAPI To
- Fix turn_off_ssl_verification option via #123
- Remove Unirest and replace with native cURL
- Add CHANGELOG.md