what is the breaking change in v5.0.0? #3819
|
I want to upgrade from urql@4.2.2. In order to ensure my app keeps working, I wanted to check what had changed. A major version change usually marks breaking changes, doesn't it? I can not find a changelog document. The release (https://github.com/urql-graphql/urql/releases/tag/urql%405.0.0) does not mention anything. Only hint there: @urql/core@6.0.0. So I searched for that release. But could not find it. Only 6.0.1. Can we safely upgrade? Where is that documented? |
Answered by
JoviDeCroock
Sep 3, 2025
Replies: 2 comments
|
The breaking change is just that we're switching from defaulting to POST to defaulting to GET when the query is within the url limit. https://github.com/urql-graphql/urql/blob/urql%405.0.0/packages/core/CHANGELOG.md#600 |
0 replies
Answer selected by
JoviDeCroock
|
Thanks a lot! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The breaking change is just that we're switching from defaulting to POST to defaulting to GET when the query is within the url limit. https://github.com/urql-graphql/urql/blob/urql%405.0.0/packages/core/CHANGELOG.md#600