Skip to content

Commit 3904103

Browse files
authored
Merge branch 'main' into release-3.13
2 parents d71f2e8 + 66dc5b9 commit 3904103

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/scheduled-test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ matrix.branch }}
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.x
31+
node-version: ">=23.6.0"
3232
- uses: bahmutov/npm-install@v1
3333
- run: |
3434
npm install react@${{ matrix.tag }} react-dom@${{ matrix.tag }}

ROADMAP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔮 Apollo Client Ecosystem Roadmap
22

3-
**Last updated: 2025-02-05**
3+
**Last updated: 2025-02-12**
44

55
For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).
66

@@ -24,11 +24,11 @@ _Release candidate - February 6th_
2424
- `onCompleted` and `onError` callback deprecations
2525

2626
#### [4.0.0](https://github.com/apollographql/apollo-client/milestone/31) - TBD
27-
_Release candidate - TBD_
27+
_Release candidate - Mid April 2025_
2828

29-
#### Upcoming features
29+
#### Upcoming changes
3030

31-
##### 3.x.x
31+
##### 3.14.0
3232
- Deprecations and preparations for 4.0
3333

3434
### GraphQL Testing Library
@@ -58,3 +58,4 @@ _These changes will take longer than anticipated due to prioritization on Apollo
5858
- Support for `@defer` with `PreloadQuery` (merged)
5959
- Support for Apollo Client Streaming in TanStack Router
6060
- Support for Apollo Client Streaming in React Router 7 (merged)
61+
- Remove `experimental` label from Next.js integration

0 commit comments

Comments
 (0)