~ballot/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to vendor/guzzlehttp/ringphp/CHANGELOG.md

  • Committer: Benjamin Allot
  • Date: 2020-07-02 16:31:38 UTC
  • Revision ID: benjamin.allot@canonical.com-20200702163138-qyk6njanak5uw2pg
Revert to revno 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Changelog
2
 
 
3
 
 
4
 
All notable changes to this project will be documented in this file.
5
 
 
6
 
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7
 
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
 
 
9
 
 
10
 
## [Unreleased]
11
 
 
12
 
 
13
 
## [1.1.1] - 2018-07-31
14
 
 
15
 
### Fixed
16
 
 
17
 
- `continue` keyword usage on PHP 7.3
18
 
 
19
 
 
20
 
## [1.1.0] - 2015-05-19
21
 
 
22
 
### Added
23
 
 
24
 
- Added `CURL_HTTP_VERSION_2_0`
25
 
 
26
 
### Changed
27
 
 
28
 
- The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
29
 
  match the cURL handler when `verify` is set to `true` or a certificate file.
30
 
- Ensuring that a directory exists before using the `save_to` option.
31
 
- Response protocol version is now correctly extracted from a response.
32
 
 
33
 
### Fixed
34
 
 
35
 
- Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
36
 
  return an array.
37
 
 
38
 
 
39
 
## [1.0.7] - 2015-03-29
40
 
 
41
 
### Fixed
42
 
 
43
 
- PHP 7 fixes.
44
 
 
45
 
 
46
 
## [1.0.6] - 2015-02-26
47
 
 
48
 
### Changed
49
 
 
50
 
- The multi handle of the CurlMultiHandler is now created lazily.
51
 
 
52
 
### Fixed
53
 
 
54
 
- Bug fix: futures now extend from React's PromiseInterface to ensure that they
55
 
  are properly forwarded down the promise chain.
56
 
 
57
 
 
58
 
## [1.0.5] - 2014-12-10
59
 
 
60
 
### Added
61
 
 
62
 
- Adding more error information to PHP stream wrapper exceptions.
63
 
- Added digest auth integration test support to test server.
64
 
 
65
 
 
66
 
## [1.0.4] - 2014-12-01
67
 
 
68
 
### Added
69
 
 
70
 
- Added support for older versions of cURL that do not have CURLOPT_TIMEOUT_MS.
71
 
- Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
72
 
 
73
 
### Changed
74
 
 
75
 
- Setting debug to `false` does not enable debug output. error occurs.
76
 
 
77
 
 
78
 
## [1.0.3] - 2014-11-03
79
 
 
80
 
### Fixed
81
 
 
82
 
- Setting the `header` stream option as a string to be compatible with GAE.
83
 
- Header parsing now ensures that header order is maintained in the parsed
84
 
  message.
85
 
 
86
 
 
87
 
## [1.0.2] - 2014-10-28
88
 
 
89
 
### Fixed
90
 
 
91
 
- Now correctly honoring a `version` option is supplied in a request.
92
 
  See https://github.com/guzzle/RingPHP/pull/8
93
 
 
94
 
 
95
 
## [1.0.1] - 2014-10-26
96
 
 
97
 
### Fixed
98
 
 
99
 
- Fixed a header parsing issue with the `CurlHandler` and `CurlMultiHandler`
100
 
  that caused cURL requests with multiple responses to merge repsonses together
101
 
  (e.g., requests with digest authentication).
102
 
 
103
 
 
104
 
## 1.0.0 - 2014-10-12
105
 
 
106
 
- Initial release
107
 
 
108
 
 
109
 
[Unreleased]: https://github.com/guzzle/RingPHP/compare/1.1.1...HEAD
110
 
[1.1.1]: https://github.com/guzzle/RingPHP/compare/1.1.0...1.1.1
111
 
[1.1.0]: https://github.com/guzzle/RingPHP/compare/1.0.7...1.1.0
112
 
[1.0.7]: https://github.com/guzzle/RingPHP/compare/1.0.6...1.0.7
113
 
[1.0.6]: https://github.com/guzzle/RingPHP/compare/1.0.5...1.0.6
114
 
[1.0.5]: https://github.com/guzzle/RingPHP/compare/1.0.4...1.0.5
115
 
[1.0.4]: https://github.com/guzzle/RingPHP/compare/1.0.3...1.0.4
116
 
[1.0.3]: https://github.com/guzzle/RingPHP/compare/1.0.2...1.0.3
117
 
[1.0.2]: https://github.com/guzzle/RingPHP/compare/1.0.1...1.0.2
118
 
[1.0.1]: https://github.com/guzzle/RingPHP/compare/1.0.0...1.0.1