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
Michael Dowling
d1e4932033
Prepping for the 3.6.0 release
2013-05-29 22:11:28 -07:00
Michael Dowling
0618128c86
Updating changelog and upgrading guide
2013-05-29 22:11:28 -07:00
Michael Dowling
e97207d07d
3.5 release
2013-05-13 13:17:47 -07:00
Michael Dowling
5896a1475d
Fixing typo in changelog
2013-04-30 13:31:38 -07:00
Michael Dowling
6e51109362
Preparing for 3.4.3 release
2013-04-30 13:30:19 -07:00
Michael Dowling
bee77d3bfd
Updating changelog
2013-04-29 16:55:30 -07:00
Michael Dowling
0f991407bc
Configuration loading now allows remote JSON files. Closes #306 . Preparing for release
2013-04-29 12:50:03 -07:00
Michael Dowling
938e2075f4
Preparing for 3.4.1
2013-04-16 13:56:26 -07:00
Michael Dowling
76f16a1546
Preparing to release 3.4.0
2013-04-11 22:58:15 -07:00
Michael Dowling
258ed3ce5a
Updating CHANGELOG
2013-04-10 16:18:24 -07:00
Michael Dowling
10a7b6fe50
Updating changelog
2013-04-08 13:23:16 -07:00
Michael Dowling
9da0ac2123
You can now send any EntityEnclosingRequest with POST fields or POST
...
files and cURL will handle creating bodies
* Lots of cleanup to CurlHandle::factory and RequestFactory::createRequest
* POST requests using a custom entity body are now treated exactly like PUT
requests but with a custom cURL method. This means that the redirect
behavior of POST requests with custom bodies will not be the same as POST
requests that use POST fields or files (the latter is only used when
emulating a form POST in the browser).
* Closes #266
2013-03-28 23:48:55 -07:00
Michael Dowling
0657f36c77
Tagging 3.3.1
2013-03-10 16:05:38 -07:00
Michael Dowling
d8f28e9f48
Prepping for 3.3.0
2013-03-03 16:41:45 -08:00
Michael Dowling
d9ffba0370
Updating CHANGELOG
2013-03-03 15:01:42 -08:00
Michael Dowling
3a3fa1c5af
Updating changelog date
2013-02-14 17:33:10 -08:00
Michael Dowling
69ad0affa2
The encoding scheme used by Guzzle\Http\QueryString can now be
...
customized
Guzzle\Http\QueryString no longer accepts a callback function for
aggregation but rather uses QueryAggregatorInterface objects.
Addresses #238 .
2013-02-13 23:28:44 -08:00
Michael Dowling
549cabddbe
Updating changelog
2013-02-13 18:37:29 -08:00
Michael Dowling
e612fe1ff7
Preparing for 3.2.0
2013-02-10 20:28:35 -08:00
Michael Dowling
7901ea7d27
Tagging 3.1.2 release
2013-01-27 16:07:40 -08:00
Francesc Rosàs
c7ea95c4cd
Fix typo
2013-01-24 04:35:54 +01:00
Michael Dowling
d295578db8
Tagging 3.1.1
2013-01-20 21:46:09 -08:00
Michael Dowling
5baae799e1
Updating changelog
2013-01-13 21:09:07 -08:00
Michael Dowling
eea7483cf6
Updating changelog
2013-01-13 13:25:35 -08:00
Michael Dowling
e3b2588db9
Fixing formatting of changelog
2013-01-12 21:16:24 -08:00
Michael Dowling
a85bfcc6c1
Preparing to tag 3.1.0
2013-01-12 21:14:34 -08:00