Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guzzlehttp/guzzle to version 7 #141

Open
MrPropre opened this issue Jul 7, 2020 · 14 comments
Open

Update guzzlehttp/guzzle to version 7 #141

MrPropre opened this issue Jul 7, 2020 · 14 comments

Comments

@MrPropre
Copy link

MrPropre commented Jul 7, 2020

Please update guzzlehttp/guzzle to version 7.

Thank you in advance.

@haphan
Copy link
Contributor

haphan commented Jul 16, 2020

Guzzle 7 requires a minimal version of php:^7.2.5 which may reduce the compatibility of this library which currently supports php:>=7.0

Do we have any policy around what is the minimum supported version of PHP? @IcyApril

@MrPropre
Copy link
Author

@haphan https://www.php.net/supported-versions.php
image

@SDekkers
Copy link

As the guzzle7 PR was merged, is there any ETA on when a new release will be tagged?

@Braunson
Copy link

Braunson commented Oct 9, 2020

Also curious when a release will be made, this is the only package keeping me from updating my project.

@aaronhuisinga
Copy link

@IcyApril Can we get a release tagged so we can use the merged Guzzle 7 PR? Thanks!

@MrPropre
Copy link
Author

I think we can temporarily install the package from the master branch to use the merged Guzzle 7 PR.

composer require cloudflare/sdk:dev-master

@SDekkers
Copy link

I think we can temporarily install the package from the master branch to use the merged Guzzle 7 PR.

composer require cloudflare/sdk:dev-master

I would lock it on the commit hash for now

"cloudflare/sdk": "dev-master#7db3d6e62c7ab8fa29780354e8d370c49939cdec",

@rtconner
Copy link

This is like 2 months old now, when will Guzzle 7 be tagged? Just do a major version update for it. 1.2.x or 2.x or however you want.

@dmyers
Copy link

dmyers commented Jan 6, 2021

Does no one at Cloudflare use this package at all? If you put yourself through your customer/user pain points, things get done a lot faster... 😞

@Braunson
Copy link

Braunson commented Jan 6, 2021

@IcyApril Any idea what's going on? How can we (the community) help?

@rtconner
Copy link

rtconner commented Jan 7, 2021

Does no one at Cloudflare use this package at all? If you put yourself through your customer/user pain points, things get done a lot faster... 😞

https://www.parkersoftware.com/blog/are-you-eating-your-own-dog-food/

@dougblackjr
Copy link

Any update as to when the new version will be tagged?

@dungahk
Copy link

dungahk commented Sep 16, 2021

This should be closed as they have released 1.1.7 with Guzzle 7, although I believe this should have been at least 1.2 but ideally, 2.0 as this does break if we have other packages relying on Guzzle 6.

@RoSk0
Copy link

RoSk0 commented May 9, 2022

Complete lack of feedback from maintainers is really disappointing.

While, off course , depending on a newer Guzzle version is a good thing for the project, making it user friendly way is completely possible and a preferred. As was previously suggested, that could be done in two ways:

  1. releasing v2 of the package
  2. allowing both versions to co-exist with ^6.0 || ^7.0 version constraint in 1.x release

On behalf of community and users of this project I'm asking maintainers to update version constraint to ^6.0 || ^7.0 and release new version for 1.x branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants