Skip to content

5.5.4 Apollo v2 federation support

Latest
Compare
Choose a tag to compare
@tot-ra tot-ra released this 10 May 22:06
· 3 commits to master since this release
6ec6300
Add supergraph endpoint (#189) (#197)

* Add supergraph endpoint (#189)

* Add route to return supergraphSdl

* Cache supegraph in memory

* Fix schema composition error message

* Move invalidation post graph mutation

* Add integration tests and fix invalidation

* Add example setup with Apollo Router

* Add supegraph rollback integration test

* add wundergraph link

* update App to open list of services by default

* remove "connecting to DB mysql:3306" log

* Fix diff view (#192)

* Fix diff view

* lint fix

* fix workflows

* Update @apollo/client and @apollo/composition dependencies (#194)

This enables registering schemas using the latest versions of the GraphQL Federation specification.

* Update node version 16 -> 22 (#195)

* update node version 16 -> 22

* bump github workflow versions

* update changelog with v5.5.3

* update package-lock

* update package-lock

* update README

* fix lint

---------

Co-authored-by: Alexandru Gologan <[email protected]>
Co-authored-by: Andrew Garcia <[email protected]>