|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | - |
4 | 3 | All notable changes to this project will be documented in this file. |
5 | 4 |
|
6 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
7 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
8 | 7 |
|
9 | 8 |
|
10 | | -## [2.0.1] - 2018-12-16 |
11 | | - |
12 | | -### Fixed |
13 | | -- `\Http\Adapter\Guzzle6\Client::sendRequest` no longer throws any exceptions that do not implement |
14 | | - the PSR exception interface. |
15 | | - |
16 | | - Instead of `\UnexpectedValueException` we now throw `Http\Adapter\Guzzle6\Exception\UnexpectedValueException` |
17 | | - (which extends `\UnexpectedValueException` and implements `Psr\Http\Client\ClientExceptionInterface`). |
18 | | - |
19 | | - Instead of `\RuntimeException` we now throw `Http\Client\Exception\TransferException` |
20 | | - (which extends `\RuntimeException` and implements `Psr\Http\Client\ClientExceptionInterface`). |
21 | | - |
22 | | -## [2.0.0] - 2018-11-14 |
23 | | - |
24 | | -### Added |
25 | | - |
26 | | -- Support for HTTPlug 2.0 and PSR-18 |
27 | | - |
28 | | -### Changed |
29 | | - |
30 | | -- `Client` and `Promise` are both final |
31 | | - |
32 | | -### Removed |
33 | | - |
34 | | -- Support for PHP <7.1 |
35 | | - |
36 | | - |
37 | | -## [1.1.1] - 2016-05-10 |
38 | | - |
39 | | -### Fixed |
40 | | - |
41 | | -- Adapter can again be instantiated without a guzzle client. |
42 | | - |
43 | | - |
44 | | -## [1.1.0] - 2016-05-09 |
45 | | - |
46 | | -### Added |
47 | | - |
48 | | -- Factory method Client::createWithConfig to create an adapter with custom |
49 | | - configuration for the underlying guzzle client. |
50 | | - |
51 | | - |
52 | | -## [1.0.0] - 2016-01-26 |
53 | | - |
54 | | - |
55 | | -## [0.4.1] - 2016-01-13 |
56 | | - |
57 | | -### Changed |
58 | | - |
59 | | -- Updated integration tests |
60 | | - |
61 | | -### Removed |
62 | | - |
63 | | -- Client common dependency |
64 | | - |
65 | | - |
66 | | -## [0.4.0] - 2016-01-12 |
67 | | - |
68 | | -### Changed |
69 | | - |
70 | | -- Updated package files |
71 | | -- Updated HTTPlug to RC1 |
72 | | - |
73 | | - |
74 | | -## [0.3.1] - 2015-12-31 |
75 | | - |
76 | | - |
77 | | -## [0.3.0] - 2015-12-31 |
78 | | - |
79 | | - |
80 | | -## [0.2.1] - 2015-12-17 |
81 | | - |
82 | | -### Added |
83 | | - |
84 | | -- Puli configuration and bindings |
85 | | - |
86 | | -### Changed |
87 | | - |
88 | | -- Guzzle setup conforms to HTTPlug requirement now: Minimal functionality in client |
89 | | - |
90 | | - |
91 | | -## [0.2.0] - 2015-12-15 |
92 | | - |
93 | | -### Added |
94 | | - |
95 | | -- Async client capabalities |
96 | | - |
97 | | -### Changed |
98 | | - |
99 | | -- HTTPlug instead of HTTP Adapter |
100 | | - |
101 | | - |
102 | | -## 0.1.0 - 2015-06-12 |
103 | | - |
104 | | -### Added |
105 | | - |
106 | | -- Initial release |
107 | | - |
| 9 | +## [0.1.0] - 2020-08-16 |
108 | 10 |
|
109 | | -[Unreleased]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.1...HEAD |
110 | | -[2.0.1]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...v2.0.1 |
111 | | -[2.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0 |
112 | | -[1.1.1]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1 |
113 | | -[1.1.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0 |
114 | | -[1.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0 |
115 | | -[0.4.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1 |
116 | | -[0.4.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0 |
117 | | -[0.3.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1 |
118 | | -[0.3.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0 |
119 | | -[0.2.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1 |
120 | | -[0.2.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0 |
| 11 | +First release |
0 commit comments