This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@urql/exchange-persisted@4.0.0
Major Changes
Update the preferGetForPersistedQueries option to include the 'force' and 'within-url-limit' values from the Client's preferGetMethod option. The default value of true no longer sets OperationContext's preferGetMethod setting to 'force'. Instead, the value of preferGetForPersistedQueries carries through to the OperationContext's preferGetMethod setting for persisted queries
Submitted by @NWRichmond (See #3192)
@urql/exchange-graphcache@6.0.4
Patch Changes
⚠️ Fix missing cache updates, when a query that was previously torn down restarts and retrieves results from the cache. In this case a regression caused cache updates to not be correctly applied to the queried results, since the operation wouldn’t be recognised properly
Submitted by @kitten (See #3193)
urql@4.0.2
Patch Changes
Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
Submitted by @nathan-knight (See #3195)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@urql/exchange-persisted@4.0.0
Major Changes
preferGetForPersistedQueries
option to include the'force'
and'within-url-limit'
values from the Client'spreferGetMethod
option. The default value oftrue
no longer setsOperationContext
'spreferGetMethod
setting to'force'
. Instead, the value ofpreferGetForPersistedQueries
carries through to theOperationContext
'spreferGetMethod
setting for persisted queries Submitted by @NWRichmond (See #3192)@urql/exchange-graphcache@6.0.4
Patch Changes
urql@4.0.2
Patch Changes