Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3194)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
8640fdbd b6658281

+38 -32
-5
.changeset/fair-eels-march.md
··· 1 - --- 2 - '@urql/exchange-persisted': major 3 - --- 4 - 5 - 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.
-5
.changeset/fifty-sheep-battle.md
··· 1 - --- 2 - 'urql': patch 3 - --- 4 - 5 - Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
-5
.changeset/sixty-masks-itch.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - 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
+1 -1
examples/with-apq/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.1" 14 + "urql": "^4.0.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-defer-stream-directives/package.json
··· 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 20 "@urql/core": "^4.0.7", 21 - "@urql/exchange-graphcache": "^6.0.3", 21 + "@urql/exchange-graphcache": "^6.0.4", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.0.1" 25 + "urql": "^4.0.2" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+2 -2
examples/with-graphcache-pagination/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^4.0.7", 10 - "@urql/exchange-graphcache": "^6.0.3", 10 + "@urql/exchange-graphcache": "^6.0.4", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.1" 14 + "urql": "^4.0.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-graphcache-updates/package.json
··· 8 8 "dependencies": { 9 9 "@urql/core": "^4.0.7", 10 10 "@urql/exchange-auth": "^2.1.2", 11 - "@urql/exchange-graphcache": "^6.0.3", 11 + "@urql/exchange-graphcache": "^6.0.4", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.0.1" 15 + "urql": "^4.0.2" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.1" 13 + "urql": "^4.0.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-next/package.json
··· 9 9 "next-urql": "^5.0.1", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.0.1" 12 + "urql": "^4.0.2" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+1 -1
examples/with-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.1" 13 + "urql": "^4.0.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
··· 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.0.1" 15 + "urql": "^4.0.2" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.1" 13 + "urql": "^4.0.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-refresh-auth/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.1" 14 + "urql": "^4.0.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-retry/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.1" 14 + "urql": "^4.0.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+7
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 6.0.4 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ 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 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3193](https://github.com/urql-graphql/urql/pull/3193)) 9 + 3 10 ## 6.0.3 4 11 5 12 ### Patch Changes
+1 -1
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "6.0.3", 3 + "version": "6.0.4", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+7
exchanges/persisted/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 4.0.0 4 + 5 + ### Major Changes 6 + 7 + - 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 8 + Submitted by [@NWRichmond](https://github.com/NWRichmond) (See [#3192](https://github.com/urql-graphql/urql/pull/3192)) 9 + 3 10 ## 3.0.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/persisted/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "3.0.1", 3 + "version": "4.0.0", 4 4 "description": "An exchange that allows for persisted queries support when fetching queries", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations 8 + Submitted by [@nathan-knight](https://github.com/nathan-knight) (See [#3195](https://github.com/urql-graphql/urql/pull/3195)) 9 + 3 10 ## 4.0.1 4 11 5 12 ### Patch Changes
+1 -1
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.1", 3 + "version": "4.0.2", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",