Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b4cee32
docs: remove netlify.toml (#3182)
Meschreiber Nov 8, 2024
0d0e697
docs: organize to match new IA (#3186)
Meschreiber Nov 21, 2024
78868dd
Use keyDirective() for entity detection (#3188)
clenfest Nov 27, 2024
9a2eaf2
docs: move redirects to docs platform (#3189)
Meschreiber Dec 4, 2024
3d579fa
docs: no router redeploy required when updating percent label (#3192)
shorgi Dec 12, 2024
febbecd
ci: remove security cci jobs (#3195)
peakematt Dec 17, 2024
0311433
feat: Add request param to didEncounter method (#3194)
kamila-brylewska-zendesk Dec 19, 2024
2199806
docs: broaden IDE page scope (#3197)
Meschreiber Jan 7, 2025
0808ef1
docs: update and move IDE support page (#3198)
Meschreiber Jan 8, 2025
a6eb01b
docs: add deprecation notices on v1.x versions in changelog (#3203)
Meschreiber Jan 21, 2025
29bcb09
docs: link directive (#3202)
shorgi Jan 23, 2025
a8c3fd2
docs: federation overview (#3205)
shorgi Jan 29, 2025
986a95b
docs: entities intro (#3206)
shorgi Jan 31, 2025
bc18709
docs: update JetBrains plugin info (#3207)
Meschreiber Feb 3, 2025
8927e31
federation 2.10.0 (#3215)
lennyburdette Feb 13, 2025
16106c7
release: on branch main (#3196)
github-actions[bot] Feb 13, 2025
1bacb45
docs: update federation diagrams to include connectors (#3219)
Meschreiber Feb 14, 2025
f2555df
docs: federation version update (#3220)
Meschreiber Feb 17, 2025
151f6e0
Remove `federation-rs` workflow which is no longer relevant (#3218)
dylan-apollo Feb 17, 2025
456cd26
docs: move IDE support page (#3210)
Meschreiber Feb 18, 2025
eabf60d
docs: fix link (#3221)
Meschreiber Feb 20, 2025
c456827
Update atlas to fed-core in code owners (#3224)
tninesling Mar 4, 2025
3566777
Remove reference to Discord in contact links (#3223)
dylan-apollo Mar 4, 2025
4672897
Merge branch 'main' into next
lennyburdette Mar 11, 2025
2f70c95
remove unnecessary changelogs
lennyburdette Mar 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/five-ways-accept.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-parents-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-moles-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-pigs-crash.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @apollographql/atlas
* @apollographql/fed-core
/docs/ @apollographql/docs
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: "GraphOS Discord Server"
url: https://discord.com/invite/graphos
about: >-
Come join us in our GraphOS Discord server; our community and DevRel team
are happy to answer any questions you might have.
- name: "Apollo Discourse Community"
url: https://community.apollographql.com/tag/federation
about: >-
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,6 @@ jobs:
run: sleep 20
shell: bash

- name: Kick off release in federation-rs
if: steps.changesets.outputs.published == 'true'
uses: actions/github-script@v6
with:
github-token: ${{ secrets.ACTION_PAT }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'apollographql',
repo: 'federation-rs',
workflow_id: '.github/workflows/release.yml',
ref: 'main',
inputs: {
version: "${{ env.FEDERATION_VERSION }}"
}
})
- name: Write token to the NPM rc file (login)
if: steps.changesets.outputs.published == 'true'
# write token to the NPM rc file (npm login)
Expand Down
12 changes: 12 additions & 0 deletions composition-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG for `@apollo/composition`

## 2.10.0

### Minor Changes

- Adds the ability to compose and serialize directives for [Apollo Connectors](https://go.apollo.dev/connectors). To use Apollo Connectors, compose your supergraphs using [GraphOS](https://www.apollographql.com/docs/graphos/platform/schema-management) or [rover](https://www.apollographql.com/docs/rover/commands/dev), and run your supergraph in [Apollo Router](https://www.apollographql.com/docs/graphos/routing) 2.0.0 or higher. ([#3215](https://github.com/apollographql/federation/pull/3215))

### Patch Changes

- Updated dependencies [[`8927e315ab0e865ef3ff12320f265ee95588b899`](https://github.com/apollographql/federation/commit/8927e315ab0e865ef3ff12320f265ee95588b899), [`8927e315ab0e865ef3ff12320f265ee95588b899`](https://github.com/apollographql/federation/commit/8927e315ab0e865ef3ff12320f265ee95588b899)]:
- @apollo/query-graphs@2.10.0
- @apollo/federation-internals@2.10.0

## 2.9.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions composition-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/composition",
"version": "2.10.0-alpha.4",
"version": "2.10.0",
"description": "Apollo Federation composition utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@apollo/federation-internals": "2.10.0-alpha.4",
"@apollo/query-graphs": "2.10.0-alpha.4"
"@apollo/federation-internals": "2.10.0",
"@apollo/query-graphs": "2.10.0"
},
"peerDependencies": {
"graphql": "^16.5.0"
Expand Down
153 changes: 67 additions & 86 deletions docs/source/images/federation-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions docs/source/images/federation-diag-2-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/source/images/federation-diag-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions docs/source/images/federation-diag-3-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/source/images/federation-diag-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 36 additions & 55 deletions docs/source/images/federation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading