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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
### Major
6
6
7
7
- Updated Node.js support to `^20.9.0 || >=22.0.0`.
8
-
- Use the TypeScript v5.5+ JSDoc tag `@import` to import types in modules.
8
+
- Use the TypeScript v5.5+ JSDoc tag `@import` to import types in modules. To migrate: Upgrade TypeScript to v5.5+.
9
+
- Updated the peer dependency [`@apollo/client`](https://npm.im/@apollo/client) to `^4.0.0`.
10
+
- Added a new peer dependency [`rxjs`](https://npm.im/rxjs) at `^7.3.0`. This is an Apollo Client v4 requirement.
9
11
- The function `createUploadLink` has been removed and the upload terminating Apollo Link is now the exported class `UploadHttpLink` that extends `ApolloLink`. To migrate:
0 commit comments