Updated to Guzzle5#79
Merged
jessespears merged 5 commits intomailgun:masterfrom May 6, 2015
Nyholm:guzzle
Merged
Conversation
Collaborator
Author
|
This PR resolve issue #73 |
Collaborator
Author
|
Rebased. Ping @jessespears. |
|
Thanks for the contribution and sorry about the long wait! Please send an email to me at jesse@mailgun.com with your info so we can send you a Mailgun t-shirt. |
Collaborator
Author
|
Thank you for merging this. I'm happy to contribute to make this project better. PS, don't forget to close #73 |
Collaborator
Author
|
When can we expect version 1.8.0 to be tagged? |
|
Today =) On Wed, May 6, 2015 at 7:09 AM, Tobias Nyholm notifications@github.com
|
Collaborator
Author
|
You are awesome @jessespears! |
|
Thanks for waiting, version 1.8 is tagged! You are awesome @Nyholm! |
|
Will there be an update to Guzzle6? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Guzzle5 and some other neat tricks makes the
RestClienta lot cleaner.This PR does not change the API nor does it add any features. I think this is a necessary update because it reduces the number of dependencies in my application. I don't want dependencies on both Guzzle3 and Guzzle5.
Also, with the new Guzzle we do no longer suffer from the bug temporarily fixed here