-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Graby 3.0 #275
Comments
I've also removed See #277 |
Do we need to wait for graby 3.0 if we want to start a v3 POC for wallabag? |
Not really, we can use the master. |
Was wondering what we could do with our guzzle-site-authenticator plugin, if it should be done differently or not |
My wishlist:
|
We already have Value Object (#284) so won't be to hard to move to object as parameter
How can we define configuration for readability when using Graby from an external source then? |
Won’t passing it through |
I would also like to see
It would mean switching from psr/http-client-implementation to php-http/async-client-implementation and using |
I'm a fan of Symfony's HttpClient, which supports async and standards and all that goodness. If Graby 2 or 3 can be used with it, can you add that to the documentation? I always find that part of the configuration a bit confusing. Thanks. |
@tacman of course, the doc will be updated |
On that point it would be nice to
|
I'm thinking about the 3.0.
Not to much breaking changes but mostly type everything (method args, return, variable, etc.) for now and dropping PHP < 7.4
See #272 & #273
I would like to know if you think about something that should be broken in v2 or re-implemented in a way that will require a major version.
So it can be included in 3.0.
Of course, "rewrite everything because method XXX sucks" isn't an appropriate answer.
If this is something really too big and might take too much time to complete, it can also be part of v4 :)
The text was updated successfully, but these errors were encountered: