This is part of the big composition refactor (kicking off rewrite) and includes:
Remove harmonizer, we won't be publishing that Deno-based crate anymore
Remove supergraph, those binaries are now built elsewhere
Add apollo-composition, the new crate for coordinating the various pieces of composition. Sort of a replacement for Harmonizer, but it doesn't bring a JavaScript runtime (like Deno), instead relying on consumers to implement an interface with a runtime of their choosing.
Updates to apollo-federation-types to facilitate new consumers of apollo-composition
Simplify CI, since we're doing a lot less in this repo now
This is part of the big composition refactor (kicking off rewrite) and includes:
harmonizer
, we won't be publishing that Deno-based crate anymoresupergraph
, those binaries are now built elsewhereapollo-composition
, the new crate for coordinating the various pieces of composition. Sort of a replacement for Harmonizer, but it doesn't bring a JavaScript runtime (like Deno), instead relying on consumers to implement an interface with a runtime of their choosing.apollo-federation-types
to facilitate new consumers ofapollo-composition