Michael Dowling
de780704e1
React promises
2014-10-02 00:42:11 -07:00
Michael Dowling
c4965eda15
Updating changelog and adding functions.php back to lessen the breaking changes
2014-10-01 09:09:03 -07:00
Graham Campbell
ccd959d01f
Use the tilde opperator
2014-09-08 21:35:12 -07:00
Michael Dowling
ef0c3c1d56
Updating to use guzzle streams 3.0
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
Graham Campbell
e6d5e3bb52
Revert "Bumped the minor version"
2014-09-08 19:13:23 +01:00
Graham Campbell
7e62837add
Bumped the minor version
2014-09-02 22:07:49 +01: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
Graham Campbell
b31901e447
Updated the alias format
2014-08-07 23:48:23 +01:00
Michael Dowling
c6e07a3e96
Simplifying MultipartBody
2014-07-19 11:50:09 -07:00
Michael Dowling
14f0873442
Lots of fixes to multipart/form-data
...
Using the AppendStream to vastly clean up how a multipart POST is created.
This changes also cleans up how the body is sent over the wire, eliminating
some bugs I discovered when fields are sent before files.
2014-07-15 15:50:36 -07:00
Iain Cambridge
2dfc9bb681
Added Tests to auto complete for dev env
2014-06-09 08:57:54 +01:00
Graham Campbell
e59cd38d35
Update composer.json
2014-05-28 10:01:09 +01:00
David Prévot
d1f90256b4
Expand dependencies
...
JSON is provided separately from PHP in some recent distributions.
cURL should be suggested according to the documentation.
2014-05-04 17:14:41 -04:00
Graham Campbell
ae81e35344
Update composer.json
2014-03-30 20:29:25 +01:00
Michael Dowling
f262c13af2
Fixing composer.json
2014-03-25 11:42:47 -07:00
Michael Dowling
8046999b88
Using streams 1.0
2014-03-25 11:33:21 -07:00
Graham Campbell
949e888a6b
Improved version constraint
2014-03-16 22:59:44 +00:00
Michael Dowling
ae5822b6c3
Updating streams requirement
2014-03-15 16:44:44 -07:00
Michael Dowling
761304764e
Moving streams to its own package
2014-03-11 19:35:51 -07:00
Michael Dowling
e1c0d585e6
Updating to phpunit 4.0
2014-03-07 09:28:55 -08:00
Michael Dowling
89a8e2ede1
Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
...
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00
Michael Dowling
53c8ebd67e
Removing dependency on Symfony EventDispatcher
...
- Created a customer EventDispatcher based on a mix of Symfony
and Evenement.
- Removed Guzzle\Version and using a constant in functions.php
2014-02-08 00:14:16 -08:00
Michael Dowling
ece5342209
Cleaning up build stuff for a leaner release process
2013-10-29 21:38:35 -07:00
Michael Dowling
1a950970a2
Autoloading functions.php and exposing uriTemplate as namespaced function
2013-10-29 21:37:36 -07:00
Michael Dowling
93c867eb9d
Initial commit of project muzzle
2013-10-29 20:58:11 -07:00
Michael Dowling
a40249a84e
Minimum PHP version is 5.3.3. Closes #420 .
2013-09-22 12:55:57 -07:00
Michael Dowling
0f2aad252b
Updating composer dev aliases
2013-06-10 17:24:07 -07:00
Michael Dowling
158f956a52
Moving the option application to RequestFactoryInterface. Adding options parameters to client HTTP methods and createRequest.
2013-06-02 15:54:43 -07:00
Michael Dowling
36389325ff
Adding a simplified interface via a static param driven client
2013-06-02 11:39:50 -07:00
Michael Dowling
b550d534c9
Getting ready for 3.6.0
2013-05-30 00:01:25 -07:00
Michael Dowling
e97207d07d
3.5 release
2013-05-13 13:17:47 -07:00
Michael Dowling
b79634f189
Deprecating ZF1 log and cache adapters.
...
Removing ZF1 tests that required some hacky tests and composer settings
CS fixes
2013-05-10 21:16:12 -07:00
Ben Davies
f5ebaa4262
correct the branch alias version
2013-04-26 16:47:38 +01:00
David Abdemoulaie
b10a01833e
Adds PSR-3 Log adapter
2013-03-20 11:53:25 -05:00
Michael Dowling
794aef1bee
Setting 3.3 as the dev-master branch alias
2013-03-03 17:15:39 -08:00
Michael Dowling
ea77655a11
Adding an ErrorResponse plugin that can throw specific exceptions based on a service description
2013-03-03 13:25:16 -08:00
Michael Dowling
907585d1fa
Using doctrine/cache instead of doctrine/common
2013-02-19 14:40:15 -08:00
Michael Dowling
f367b6cca2
Updating branch alias for dev-master
2013-02-14 18:10:51 -08:00
Michael Dowling
f2358d9f48
Making 3.1 the Composer dev-master alias
2013-01-13 21:39:25 -08:00
Beau Simensen
56086d22af
Make 3.0.x-dev installable. (3.0.*@dev)
2012-12-07 08:45:11 -08:00
Larry Garfield
26eccce10b
Fix composer syntax.
2012-12-05 13:08:49 -06:00
Crell
c5ef45aada
Update composer.json
...
Allow use of Symfony Event Dispatche releases later than 2.1, i.e., the current dev version. (This is necessary for Drupal, which is tracking Symfony master.)
2012-12-05 12:10:23 -06:00
Michael Dowling
d22230f1b6
Adding phpunit as dev dep so that it is easier for new users to get up and running
2012-10-31 21:27:06 -07:00
Michael Dowling
4857d3d37e
Cleaning up composer files
2012-10-15 20:13:41 -07:00
Michael Dowling
2de3507c53
Renaming ExponentialBackoffPlugin to BackoffPlugin
2012-10-15 16:37:49 -07:00
Michael Dowling
4c12cc079f
Working on breaking the project into components each with its own composer.json file
2012-10-15 16:37:49 -07:00
Michael Dowling
698b41e148
Adding Guzzle\\Tests back to composer.json to make it easier to test third part code without needing to modify your bootstrap file
2012-07-23 10:03:23 -07:00
Michael Dowling
171c381c85
Removing Guzzle\\Tests from composer.json and moving it to the test bootstrap file
2012-07-22 15:05:51 -07:00