Skip to content

Latest commit

 

History

History
130 lines (107 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

130 lines (107 loc) · 10.5 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[3.9.6] - 2018-04-10

Added

  • PR #98. Updated documention of Client.php using 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

  • Fixes #586, PR #96: Fix constructor function signature regression.

[3.9.3] - 2018-03-11

Fixed

  • Fixes #584, PR #93: Don't overwrite headers set from upstream dependencies.

[3.9.2] - 2018-03-10

Fixed

  • Fixes #12, PR #91: Curl Options broken as array merge does not preserve keys.

[3.9.1] - 2018-03-09

Fixed

  • Fixes #88, PR #89: Restore missing function 'prepareResponse' due to bad previous merge.

[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

[3.7.0] - 2017-05-04

Added

[3.6.0] - 2017-03-01

Added

[3.5.1] - 2016-11-17

Fixed

[3.5.0] - 2016-10-18

Added

[3.4.0] - 2016-09-27

Added

[3.3.0] - 2016-09-13

Added

[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!