diff --git a/.changeset/five-ways-accept.md b/.changeset/five-ways-accept.md new file mode 100644 index 000000000..c2de5aa46 --- /dev/null +++ b/.changeset/five-ways-accept.md @@ -0,0 +1,11 @@ +--- +"apollo-federation-integration-testsuite": minor +"@apollo/query-planner": minor +"@apollo/query-graphs": minor +"@apollo/composition": minor +"@apollo/federation-internals": minor +"@apollo/subgraph": minor +"@apollo/gateway": minor +--- + +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. diff --git a/.changeset/pre.json b/.changeset/pre.json index 59fe4f9b3..b2354019f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "alpha", "initialVersions": { "@apollo/composition": "2.9.0",