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: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# @apollo/client
2
2
3
+
## 4.0.13
4
+
5
+
### Patch Changes
6
+
7
+
- [#13094](https://github.com/apollographql/apollo-client/pull/13094) [`9cbe2c2`](https://github.com/apollographql/apollo-client/commit/9cbe2c2dd2282ac861327d3c394578db7706df05) Thanks [@phryneas](https://github.com/phryneas)! - Ensure that `compact` and `mergeOptions` preserve symbol keys.
8
+
9
+
This fixes an issue where the change introduced in 4.0.11 via #13049 would not
10
+
be applied if `defaultOptions` for `watchQuery` were declared.
11
+
12
+
Please note that `compact` and `mergeOptions` are considered internal utilities
13
+
and they might have similar behavior changes in future releases.
14
+
Do not use them in your application code - a change like this is not considered
15
+
breaking and will not be announced as such.
16
+
17
+
## 4.0.12
18
+
19
+
### Patch Changes
20
+
21
+
- [#13077](https://github.com/apollographql/apollo-client/pull/13077) [`f322460`](https://github.com/apollographql/apollo-client/commit/f322460fe9baae82c0980dd082c1b6b4956a4951) Thanks [@phryneas](https://github.com/phryneas)! - Fix a potential memory leak where Trie nodes would remain in memory too long.
0 commit comments