You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/endpoint/CHANGELOG.md
+33
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
# @data-client/endpoint
2
2
3
+
## 0.14.25
4
+
5
+
### Patch Changes
6
+
7
+
-[#3417](https://github.com/reactive/data-client/pull/3417)[`a6af54c`](https://github.com/reactive/data-client/commit/a6af54c1bc2193de47c96938df74b243cb82bfe6) Thanks [@ntucker](https://github.com/ntucker)! - Update getOptimisticResponse snapshot types to include getResponseMeta
8
+
9
+
-[#3407](https://github.com/reactive/data-client/pull/3407)[`d84899d`](https://github.com/reactive/data-client/commit/d84899de4fb784375ab7a34fff6fe23a2ed98037) Thanks [@ntucker](https://github.com/ntucker)! - Support dynamic invalidation/deletes
10
+
11
+
Returning `undefined` from [Entity.process](https://dataclient.io/rest/api/Entity#process)
12
+
will cause the [Entity](https://dataclient.io/rest/api/Entity) to be [invalidated](https://dataclient.io/docs/concepts/expiry-policy#invalidate-entity).
13
+
This this allows us to invalidate dynamically; based on the particular response data.
Copy file name to clipboardexpand all lines: packages/graphql/CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# @data-client/graphql
2
2
3
+
## 0.14.25
4
+
5
+
### Patch Changes
6
+
7
+
-[#3417](https://github.com/reactive/data-client/pull/3417)[`a6af54c`](https://github.com/reactive/data-client/commit/a6af54c1bc2193de47c96938df74b243cb82bfe6) Thanks [@ntucker](https://github.com/ntucker)! - Update getOptimisticResponse snapshot types to include getResponseMeta
8
+
9
+
-[#3407](https://github.com/reactive/data-client/pull/3407)[`d84899d`](https://github.com/reactive/data-client/commit/d84899de4fb784375ab7a34fff6fe23a2ed98037) Thanks [@ntucker](https://github.com/ntucker)! - Support dynamic invalidation/deletes
10
+
11
+
Returning `undefined` from [Entity.process](https://dataclient.io/rest/api/Entity#process)
12
+
will cause the [Entity](https://dataclient.io/rest/api/Entity) to be [invalidated](https://dataclient.io/docs/concepts/expiry-policy#invalidate-entity).
13
+
This this allows us to invalidate dynamically; based on the particular response data.
Copy file name to clipboardexpand all lines: packages/react/CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @data-client/react
2
2
3
+
## 0.14.25
4
+
5
+
### Patch Changes
6
+
7
+
-[#3398](https://github.com/reactive/data-client/pull/3398)[`d716159`](https://github.com/reactive/data-client/commit/d716159634a067790cd330c4a8c1660fe5f92973) Thanks [@ntucker](https://github.com/ntucker)! - Use controller.getResponseMeta() in hooks
8
+
9
+
No behavior change, just anticipating API updates to controller
10
+
11
+
-[`d6eab29`](https://github.com/reactive/data-client/commit/d6eab2993c3da86d06753cbb50caebc5e19309e2) Thanks [@ntucker](https://github.com/ntucker)! - docs: Add links to platforms
Copy file name to clipboardexpand all lines: packages/rest/CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# @data-client/rest
2
2
3
+
## 0.14.25
4
+
5
+
### Patch Changes
6
+
7
+
-[#3417](https://github.com/reactive/data-client/pull/3417)[`a6af54c`](https://github.com/reactive/data-client/commit/a6af54c1bc2193de47c96938df74b243cb82bfe6) Thanks [@ntucker](https://github.com/ntucker)! - Update getOptimisticResponse snapshot types to include getResponseMeta
8
+
9
+
-[#3407](https://github.com/reactive/data-client/pull/3407)[`d84899d`](https://github.com/reactive/data-client/commit/d84899de4fb784375ab7a34fff6fe23a2ed98037) Thanks [@ntucker](https://github.com/ntucker)! - Support dynamic invalidation/deletes
10
+
11
+
Returning `undefined` from [Entity.process](https://dataclient.io/rest/api/Entity#process)
12
+
will cause the [Entity](https://dataclient.io/rest/api/Entity) to be [invalidated](https://dataclient.io/docs/concepts/expiry-policy#invalidate-entity).
13
+
This this allows us to invalidate dynamically; based on the particular response data.
0 commit comments