Michael Dowling
5129164be7
Lots of refactoring and updates
2015-03-20 00:21:42 -07:00
Michael Dowling
9c9a4cdd71
Backwards compat updates
2015-03-03 14:02:24 -08:00
Michael Dowling
1a9ad6b553
WIP refactor for PSR-7
2015-02-25 14:50:44 -08:00
Graham Campbell
7d9539da5d
Fixed the branch alias
2014-10-24 18:24:14 +01:00
Michael Dowling
2c2f1d7c47
Updating to use RingPHP and s/adapter/handle/g
2014-10-12 18:27:08 -07:00
Graham Campbell
afa6b096d9
Update composer.json
2014-10-12 22:22:37 +01:00
Graham Campbell
8ebec93683
Updated the version constraints
2014-10-12 20:48:44 +01:00
Michael Dowling
4af718686c
I think I'll remove functions.php
2014-10-06 20:48:40 -07:00
Michael Dowling
f024b1ed10
Using guzzle-ring master
2014-10-05 20:22:22 -07:00
Michael Dowling
d7db963dcb
Some optimizations
2014-10-03 11:43:09 -07:00
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