|
1 |
| -# Change Log |
| 1 | +# CHANGELOG |
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
|
5 | 5 |
|
| 6 | +## [3.1.0] - 2020-05-06 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +* Interface for request content composers with implementations for URL encoded form-data, multipart form-data and JSON data. |
| 11 | + This was inspired by - [53] |
| 12 | +* Named constructor `newWithRequestContent` to all request classes in order to simplify the use of the new request content type composers. |
| 13 | +* For more information and examples have a look at the documentation section ["Request contents"](./README.md#request-contents). |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +* Inspection issues found by PHPStan |
| 18 | + |
| 19 | +### Updated |
| 20 | + |
| 21 | +* Test suites to cover PHP versions from 7.1 to 7.4 |
| 22 | +* License dates |
| 23 | +* CI moved to GitHub actions |
| 24 | + |
6 | 25 | ## [3.0.1] - 2019-10-24
|
7 | 26 |
|
8 | 27 | ### Added
|
@@ -302,6 +321,7 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
|
302 | 321 | * Getters/Setters for connect timeout, read/write timeout, keep alive, socket persistence from `Client` (now part of the socket connection)
|
303 | 322 | * Method `Client->getValues()`
|
304 | 323 |
|
| 324 | +[3.1.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.1...v3.1.0 |
305 | 325 | [3.0.1]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0...v3.0.1
|
306 | 326 | [3.0.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-beta...v3.0.0
|
307 | 327 | [3.0.0-beta]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-alpha...v3.0.0-beta
|
@@ -342,3 +362,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
|
342 | 362 | [#41]: https://github.com/hollodotme/fast-cgi-client/issues/41
|
343 | 363 | [#45]: https://github.com/hollodotme/fast-cgi-client/issues/45
|
344 | 364 | [#51]: https://github.com/hollodotme/fast-cgi-client/issues/51
|
| 365 | +[#53]: https://github.com/hollodotme/fast-cgi-client/issues/53 |
0 commit comments