-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Release 1.6.0 #218
Release 1.6.0 #218
Conversation
ee3eee0
to
1a35105
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. suggested linking to the RFC for the encoded characters.
as the userinfo encoding is a change in behaviour, and a potential BC break in some super edge cases, i wonder if we should wait a few days if php-fig/fig-standards#1298 coalesces into an agreement and if we change behaviour only change it once...
08b14f5
to
185290b
Compare
I have zero confidence in the speed of anything when the FIG is involved (except maybe for negative speed ;) ) |
I think we should instead cover those edge cases in https://github.com/php-http/psr7-integration-tests/, and encourage mainstream implementations to adopt this test suite. On this we can have a leverage as a community. Not on the FIG. |
in the discussion in php-fig/fig-standards#1298 it was mentioned that encoding immediately changes what is returned in getUserInfo. that said, as that method concatenates username and password, separated by i guess the changelog is good enough in case somebody hits that edge case. i think my concern is more about xkcd than anything relevant... so lets go. |
Thanks for jumping into the topic and for the reviews! |
185290b
to
4e047cb
Compare
4e047cb
to
29e1608
Compare
Thank you |
Thanks for merging and tagging! |
No description provided.