-
Notifications
You must be signed in to change notification settings - Fork 270
Federation 2.11 #3262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Federation 2.11 #3262
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
13237dc
Merge pull request #3133 from apollographql/main
sachindshinde bb07a37
Skip type resolution for null (#3138)
tninesling 217b8ec
Connectors (#3046)
dylan-apollo fccf785
Merge branch 'main' into lb/merge-main
lennyburdette feb0086
Merge pull request #3151 from apollographql/lb/merge-main
lennyburdette 98285e5
bump version to 2.10.0-alpha.2 (#3152)
lennyburdette f0e5b54
Merge branch 'main' into next
lennyburdette a0359b0
add changeset after merging main
lennyburdette 138e132
Merge pull request #3179 from apollographql/prep-2.10.0-preview.1
lennyburdette b117986
release: on branch next (alpha) (#3181)
github-actions[bot] 02de6d4
merge main into next, bringing in 2.9.3 changes (#3199)
lennyburdette 397a0a6
release: on branch next (alpha) (#3200)
github-actions[bot] 52038a9
update uplink schema and merge main (#3212)
lennyburdette 28d6c29
release Federation 2.10.0 (#3213)
lennyburdette b632655
remove unnecessary alpha changelog entries (#3216)
lennyburdette a520a0c
merge main into next --strategy-option theirs (#3227)
lennyburdette e7e6757
add connect/v0.2 and allow @connect on OBJECT (#3228)
lennyburdette 41bdeb7
release: on branch next (preview) (#3217)
github-actions[bot] 414740d
Merge branch 'main' into lb/merge-main
lennyburdette 0c74313
Merge pull request #3241 from apollographql/lb/merge-main
lennyburdette 1e01dc4
allow `@connect` as default import (#3240)
lennyburdette 845ef94
Add @connect.batch.maxSize to connect spec (#3249)
andrewmcgivery 1c3854e
links related to join__directive always use latest version (#3234)
lennyburdette 105c430
connect url properties (#3245)
lennyburdette 32afdd7
release: on branch next (preview) (#3242)
github-actions[bot] e279895
Add errors property to @connect and @source (#3250)
andrewmcgivery d4b8424
Don't auto-upgrade 0.2 connect subgraphs to fed 2.11 (#3253)
dylan-apollo 3e2b0a8
prep 2.11.0-preview.2 release (#3255)
lennyburdette fc4bc0a
release: on branch next (preview) (#3256)
github-actions[bot] 0dbc7cc
Merge default array arguments for external types (#3096)
tninesling 7c64ed0
exit preview changeset mode (#3261)
lennyburdette b6b3bb0
merge main (#3263)
lennyburdette 6290285
restore files from main (#3264)
lennyburdette e45d50c
reset all docs files from main (#3265)
lennyburdette 3739dfa
add 2.11 to version docs (#3267)
lennyburdette File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "apollo-federation-integration-testsuite": patch | ||
| "@apollo/query-planner": patch | ||
| "@apollo/query-graphs": patch | ||
| "@apollo/composition": patch | ||
| "@apollo/federation-internals": patch | ||
| "@apollo/subgraph": patch | ||
| "@apollo/gateway": patch | ||
| --- | ||
|
|
||
| Preparing preview.2 release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "@apollo/composition": minor | ||
| "@apollo/federation-internals": minor | ||
| "apollo-federation-integration-testsuite": minor | ||
| "@apollo/gateway": minor | ||
| "@apollo/query-graphs": minor | ||
| "@apollo/query-planner": minor | ||
| "@apollo/subgraph": minor | ||
| --- | ||
|
|
||
| Add connect spec v0.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "mode": "exit", | ||
| "tag": "preview", | ||
| "initialVersions": { | ||
| "@apollo/composition": "2.10.0", | ||
| "apollo-federation-integration-testsuite": "2.10.0", | ||
| "@apollo/gateway": "2.10.0", | ||
| "@apollo/federation-internals": "2.10.0", | ||
| "@apollo/query-graphs": "2.10.0", | ||
| "@apollo/query-planner": "2.10.0", | ||
| "@apollo/subgraph": "2.10.0" | ||
| }, | ||
| "changesets": [ | ||
| "afraid-queens-drive", | ||
| "five-suits-drum", | ||
| "lucky-pillows-rhyme" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@apollo/composition": patch | ||
| --- | ||
|
|
||
| Allow merging external types when using arrays as default arguments. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.