Skip to content

Commit 974c043

Browse files
committed
Update the changelog.
1 parent 4fb0f44 commit 974c043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
### Major
66

77
- 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.
911
- The function `createUploadLink` has been removed and the upload terminating Apollo Link is now the exported class `UploadHttpLink` that extends `ApolloLink`. To migrate:
1012

1113
```diff

0 commit comments

Comments
 (0)