Change Log
April 11, 2025 · View on GitHub
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
[2025-04-11] Version 4.1.3
Library - Chore
- PR #171: revert #169. Thanks to @tiwarishubham635!
[2025-04-07] Version 4.1.2
Library - Fix
- PR #165: implicitly nullable parameter deprecation in PHP 8.4. Thanks to @theodorejb!
Library - Chore
- PR #169: fix php 8.4 deprecation warning. Thanks to @tiwarishubham635!
- PR #168: update licence year. Thanks to @tiwarishubham635!
- PR #166: add tests for php new versions. Thanks to @tiwarishubham635!
[2023-12-14] Version 4.1.1
Library - Chore
- PR #162: added test for setHost. Thanks to @tiwarishubham635!
[2023-12-01] Version 4.1.0
Library - Feature
- PR #161: added setHost for client. Thanks to @tiwarishubham635!
Library - Test
Library - Docs
- PR #154: Update docs to align with SendGrid Support. Thanks to @garethpaul!
[2022-05-04] Version 4.0.0
Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.
Library - Chore
- PR #153: drop support for EOL PHP versions and add support for PHP 8. Thanks to @childish-sambino! (breaking change)
[2022-03-09] Version 3.14.4
Library - Chore
- PR #152: push Datadog Release Metric upon deploy success. Thanks to @eshanholtz!
[2022-02-09] Version 3.14.3
Library - Chore
- PR #151: add deploy steps to build library release artifacts. Thanks to @Hunga1!
- PR #150: add gh release to workflow. Thanks to @shwetha-manvinkurke!
[2022-01-26] Version 3.14.2
Library - Chore
- PR #149: migrate to Github actions. Thanks to @JenniferMah!
[2022-01-12] Version 3.14.1
Library - Chore
- PR #148: update license year. Thanks to @JenniferMah!
[2021-03-24] Version 3.14.0
Library - Feature
[2020-11-05] Version 3.13.0
Library - Feature
- PR #101: Allows for a user to utilize self-signed certificates. Thanks to @davcpas1234!
[2020-10-14] Version 3.12.0
Library - Feature
- PR #103: Throw an InvalidRequest whenever a curl request fails. Thanks to @colinodell!
[2020-08-19] Version 3.11.1
Library - Docs
- PR #116: Add first-timers.md for newcomers. Thanks to @daniloff200!
Library - Chore
- PR #145: update GitHub branch references to use HEAD. Thanks to @thinkingserious!
[2020-07-22] Version 3.11.0
Library - Test
- PR #120: test enhancements. Thanks to @peter279k!
Library - Feature
- PR #109: automatic code style checking. Thanks to @misantron!
[2020-06-24] Version 3.10.8
Library - Fix
[2020-06-10] Version 3.10.7
Library - Fix
- PR #144: replace Throwable with Exception. Thanks to @childish-sambino!
[2020-04-29] Version 3.10.6
Library - Fix
- PR #141: add the singular 'suppression' method. Thanks to @childish-sambino!
[2020-03-18] Version 3.10.5
Library - Docs
- PR #111: run .md files through grammarly. Thanks to @redbrickone!
[2020-03-04] Version 3.10.4
Library - Chore
- PR #140: add PHP 7.4 to Travis and test with lowest dependencies. Thanks to @childish-sambino!
[2020-02-19] Version 3.10.3
Library - Fix
[2020-01-22] Version 3.10.2
Library - Docs
- PR #139: baseline all the templated markdown docs. Thanks to @childish-sambino!
[2020-01-09] Version 3.10.1
Library - Chore
- PR #138: prep the repo for automated releasing. Thanks to @childish-sambino!
- PR #135: add more PHP versions to .travis.yml. Thanks to @PaiizZ!
Library - Docs
- PR #122: fix grammar in Readme. Thanks to @jmauerhan!
[2019-12-11] Version 3.10.0
Library - Fix
Library - Docs
- PR #102: Create a Use Cases Directory. Thanks to @ProZsolt!
- PR #106: Only mention the lowest required PHP version in README. Thanks to @svenluijten!
[3.9.6] - 2018-04-10
Added
- PR #98. Updated documention of
Client.phpusing PHPDoc. - Thanks to Martijn Melchers for the pull request!
[3.9.5] - 2018-03-26
Added
- Fixes #94, PR #95: CreateCurlOptions method regression tests
- Thanks to Alexandr Ivanov for the pull request!
[3.9.4] - 2018-03-22
Fixed
[3.9.3] - 2018-03-11
Fixed
[3.9.2] - 2018-03-10
Fixed
[3.9.1] - 2018-03-09
Fixed
[3.9.0] - 2018-03-08
Added
- PR #24: implements sending concurrent requests with curl multi, thanks to Tuan Nguyen for the PR!
- PR #25: Add description how install php-http-client manually, thanks to Ivan for the PR!
- PR #28: Create code of conduct, thanks to Alexander Androsyuk for the PR!
- Closes #32, PR #33: Added TROUBLESHOOTING + Debug Info, thanks to Braunson Yager for the PR!
- Closes #35, PR #37: Update README badges, thanks to Tim Harshman for the PR!
- Closes #34, PR #38: Update .md files with hyphen vs underscore for page links to enhance SEO, thanks to Eric Kates for the PR!
- Closes #39, PR #40: Added Packagist badge to README, thanks to Rakshan Shetty for the PR!
- PR #41: Add table of contents in README.md, thanks to thepriefy for the PR!
- PR #42: Add SendGrid logo at the top of README.md, thanks to thepriefy for the PR!
- PR #43: Add License section to the README.md, thanks to thepriefy for the PR!
- Closes #46, PR #47: Create Pull Request Template, thanks to Paweł Lewtak for the PR!
- Closes #48, PR #51: Added example file, updated .gitignore and README, thanks to Diego Rocha for the PR!
- PR #53: README and usage example update, thanks to Alexandr Ivanov for the PR!
- PR #55: Code climate config, thanks to Alexandr Ivanov for the PR!
- Closes #58, PR #60: Adds unit test for checking file existence in repo, thanks to Michele Orselli for the PR!
- Closes #57, PR #61: Adds unit test for checking year on licence, thanks to Michele Orselli for the PR!
- Closes #50, PR #62: Create USAGE.md, thanks to Nitanshu for the PR!
- Closes #57, PR #66: Add unit test for license year, thanks to Alex for the PR!
- Closes #67, PR #68: Add CodeCov support to .travis.yml, thanks to Manjiri Tapaswi for the PR!
- Closes #49, PR #73: Create Dockerfile, thanks to Jessica Mauerhan for the PR!
- Closes #76, PR #78: Added Pull Requests Review section to CONTRIBUTE.md Closes, thanks to Povilas Balzaravičius for the PR!
- Closes #63, PR #79: Refactor makeRequest method, thanks to Michael Dennis for the PR!
- PR #82: Add JsonSerializable type to phpDoc of $body parameter in makeRequest method, thanks to Jan Konáš for the PR!
- PR #85: Updated the PHP Version details, thanks to Siddhant Sharma for the PR!
- PR #86: Add phpdoc for send method, thanks to Vitaliy Ryaboy for the PR!
- PR #84: Update Docker instructions
Fixed
- PR #26: README typo, thanks to Cícero Pablo for the PR!
- PR #30, Fixes #18: Disable CURLOPT_FAILONERROR, thanks to Zsolt Prontvai for the PR!
- PR #44: Fix Typo and add missing links to README, thanks to Alex for the PR!
- PR #52: Fix syntax errors in README examples, thanks to Michael Spiss for the PR!
- Fixes #56, PR #59: Update LICENSE - fix year, thanks to Alex for the PR!
- PR #69: Remove extra parenthesis from README, thanks to Jessica Mauerhan for the PR!
- PR #71: Fix typo in CONTRIBUTING.md, thanks to thepriefy for the PR!
- Fixes #81, PR #87: Stop using insecure option by default
[3.8.0] - 2017-09-13
Added
- Pull request #23: Automatically retry when rate limit is reached
- Thanks to Budi Chandra for the pull request!
[3.7.0] - 2017-05-04
Added
- Pull request #19: Added ability to get headers as associative array
- Solves issue #361: https://github.com/sendgrid/sendgrid-php/issues/361
- Thanks to Alexander for the pull request!
[3.6.0] - 2017-03-01
Added
- Pull request #16: Pass the curlOptions to the client in buildClient
- Thanks to Baptiste Clavié for the pull request!
[3.5.1] - 2016-11-17
Fixed
- Pull request #13, fixed issue #12: Change from to php union operator to combine curl options
- Thanks to emil for the pull request!
[3.5.0] - 2016-10-18
Added
- Pull request #11: Added curlOptions property to customize curl instance
- Thanks to Alain Tiemblo for the pull request!
[3.4.0] - 2016-09-27
Added
- Pull request #9: Add getters for certain properties
- Thanks to Arjan Keeman for the pull request!
[3.3.0] - 2016-09-13
Added
- Pull request #6: Library refactoring around PSR-2 / PSR-4 code standards
- Thanks to Alexandr Ivanov for the pull request!
[3.1.0] - 2016-06-10
Added
- Automatically add Content-Type: application/json when there is a request body
[3.0.0] - 2016-06-06
Changed
- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
[2.0.2] - 2016-02-29
Fixed
- Renaming files to conform to PSR-0, git ignored the case in 2.0.1
[2.0.1] - 2016-02-29
Fixed
- Renaming files to conform to PSR-0
[1.0.1] - 2016-02-29
Fixed
- Composer/Packagist install issues resolved
[1.0.0] - 2016-02-29
Added
- We are live!