1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +01:00

104 Commits

Author SHA1 Message Date
Michael Dowling
668209c895 Getting tests working again. Removing more fluent interfaces.
Removing more fluent interfaces to make it easier to decorate
classes.
2014-09-08 21:35:11 -07:00
Michael Dowling
f19cc3a40d Some minor breaking changes and adding async future responses. 2014-09-08 21:35:10 -07:00
Michael Dowling
9c4fbbf645 4.2.2 release 2014-09-08 15:11:58 -07:00
Michael Dowling
7eff942469 Fixing CurlAdapter memory leak. Closes #813 2014-09-08 13:53:10 -07:00
Michael Dowling
47ca212e98 4.2.1 release 2014-08-19 22:30:12 -07:00
Michael Dowling
e5f0b6b84d Added the ability to throw exceptions immediately.
Closes #760
2014-08-17 16:21:32 -07:00
Michael Dowling
90bd509464 Adding support for the decode_content request option
- MessageFactory and adapters now handle decode_content
- server.js now requires base64 encoded data in the "body" JSON parameter.
- Closes #764
2014-08-17 14:33:46 -07:00
Michael Dowling
d088d32801 Updating to guzzlehttp/streams 2.0 2014-08-16 20:29:57 -07:00
Michael Dowling
ef1b0c3075 Merging in default headers case-insensitively. Closes #767 2014-08-14 23:03:39 -07:00
Michael Dowling
e196b8f44f 4.1.8 release 2014-08-14 13:29:51 -07:00
Michael Dowling
448f2c2076 4.1.7 release 2014-08-07 18:30:43 -07:00
Michael Dowling
799cdf3646 Throwing when you attempt to use "stream" requests in parallel 2014-08-05 13:06:20 -07:00
Michael Dowling
780e9c2036 Updating changelog entry 2014-08-04 13:29:42 -07:00
Michael Dowling
f221563b4e Fixing an issue with the history plugin 2014-08-03 16:46:03 -07:00
Michael Dowling
e49ad58038 4.1.6 release 2014-08-03 13:38:45 -07:00
Michael Dowling
75e58ada12 4.1.5 release 2014-08-02 15:52:37 -07:00
Michael Dowling
5ae164dae6 4.1.4 release 2014-07-22 17:52:39 -07:00
Michael Dowling
012b2aecbd Prepping for release 2014-07-15 20:01:02 -07:00
Michael Dowling
095cf4db55 4.1.2 release 2014-06-18 11:22:41 -07:00
Michael Dowling
577a69ff7d 4.1.1 release 2014-06-08 13:00:20 -07:00
Michael Dowling
85a0ba7de0 4.1.0 release 2014-05-27 22:13:19 -07:00
David Prévot
9642625641 Documentation and comments: typo fix 2014-05-04 17:14:28 -04:00
Michael Dowling
40db53833a 4.0.2 release 2014-04-16 10:33:22 -07:00
Michael Dowling
c1cf6c8630 4.0.1 release 2014-04-04 13:43:50 -07:00
Michael Dowling
4063f08ca4 Guzzle 4.0! 2014-03-29 16:11:36 -07:00
Michael Dowling
089d89b960 4.0.0.rc-2 release 2014-03-25 11:55:31 -07:00
David Lutz
a5d28dec18 Update CHANGELOG.md
Typo on year. It's 2014.
2014-02-14 11:59:54 +11:00
Michael Dowling
4de0618a01 Prepping for 3.8.1 2014-01-28 14:29:15 -08:00
Michael Dowling
b4a3ce8c05 Prepping the 3.8.0 release 2013-12-05 15:39:20 -08:00
Michael Dowling
b170b028c6 Guzzle 3.7.4 release prep 2013-10-02 13:47:00 -07:00
Michael Dowling
0f16aad385 3.7.3 release 2013-09-08 14:09:18 -07:00
Michael Dowling
eaef90d27b 3.7.2 release 2013-08-02 11:31:05 -07:00
Michael Dowling
aa68be2fa3 3.7.1 2013-07-05 13:17:54 -07:00
Michael Dowling
b1677c0002 Returning false if Guzzle\Http\EntityBody::getContentMd5() fails
Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandContentMd5Plugin
2013-07-02 12:53:26 -07:00
Michael Dowling
4c11c0a1e4 Prepping for 3.7.1 2013-06-30 17:40:59 -07:00
Michael Dowling
8b2df90e8b Prepping for 3.7.0 2013-06-10 17:22:02 -07:00
Michael Dowling
3fe9da6da1 Adding NTLM and Any as valid auth settings 2013-06-10 07:50:59 -07:00
Michael Dowling
caed0ab1aa Client::expandTemplate() and Client::getUriTemplate() are protected 2013-06-09 13:41:02 -07:00
Michael Dowling
41bf56c51f Cleaning up the changelog and upgrade guide 2013-06-09 11:36:07 -07:00
Michael Dowling
505bb7b665 request.params is deprecated. Use request.options/params. Adding params request option. 2013-06-09 11:14:47 -07:00
Michael Dowling
8234e2f781 Fixing typo 2013-06-09 01:36:00 -07:00
Michael Dowling
933074107d Marking CurlAuthPlugin as deprecated 2013-06-09 01:31:44 -07:00
Michael Dowling
e29fcc71fd Adding the ability to specify default request options for every client request
Adding Guzzle\Common\Collection::setPath($path, $value)
Marking setDefaultHeaders() and getDefaultHeaders() as deprecated on a
Client.
Added the ability to provide flags when applying RequestFactory options.
This allows for things like applying options in a default manner so that
they do not overwrite existing values.
2013-06-09 01:25:35 -07:00
Michael Dowling
cc28a95abc Marking Guzzle\Common\Collection::inject as deprecated. Using toArray() rather than getAll() when getting a Collection as an array 2013-06-08 11:57:09 -07:00
Michael Dowling
e9b120942c Adding StreamInterface::isRepeatable. Marked Request::isResponseBodyRepeatable() as deprecated. 2013-06-07 22:40:51 -07:00
Michael Dowling
34c86a2184 Just using parse_url instead of a UrlParser 2013-06-07 22:20:46 -07:00
Michael Dowling
21836cfe70 Adding CacheKeyProviderInterface and DefaultCacheKeyProvider back just in case they are being used on their own but emitting a warning when they are used 2013-06-07 10:46:02 -07:00
Michael Dowling
f119ea3611 Removing extra line from changelog 2013-06-07 10:32:24 -07:00
Michael Dowling
6b8385fb51 Adding the start of the next version changelog entry 2013-06-06 22:22:28 -07:00
Michael Dowling
b550d534c9 Getting ready for 3.6.0 2013-05-30 00:01:25 -07:00