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

feat(clients): Always order query params #2044

Merged
merged 6 commits into from
Nov 26, 2024
Merged

Conversation

msfstef
Copy link
Contributor

@msfstef msfstef commented Nov 26, 2024

Closes #2041

To be fair, by virtue of the clients having a fixed process by which the parameters are appended and updated they were already stable, but an explicit ordering step ensures that changes in the order of those operations don't break caching between versions, and is generally more explicit.

Copy link
Contributor

@kevin-dp kevin-dp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Left a few minor improvements.

Copy link
Contributor

@KyleAMathews KyleAMathews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

.changeset/selfish-rings-mate.md Outdated Show resolved Hide resolved
@msfstef msfstef merged commit af0c0bf into main Nov 26, 2024
26 checks passed
@msfstef msfstef deleted the msfstef/order-query-params branch November 26, 2024 14:45
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

Successfully merging this pull request may close these issues.

Order params in the query strings for the clients we maintain
3 participants