Skip to content

v0.28.0

Choose a tag to compare

@apollo-bot2 apollo-bot2 released this 12 Mar 16:01
· 808 commits to main since this release
d35046d

๐Ÿš€ Features

  • Default to Apollo Router 2.x for rover dev - @pubmodmatt PR #2433

    The default version of Apollo Router used by rover dev is now 2.x instead of 1.x. The default can be overridden by
    setting APOLLO_ROVER_DEV_ROUTER_VERSION, for example APOLLO_ROVER_DEV_ROUTER_VERSION=1.61.0.

  • Implement supergraph config schema command - @jonathanrainer PR #2418

    Adds a new rover supergraph config schema command to output the JSONSchema for supergraph.yaml. This can be used
    to configure editor support for the file.

๐Ÿ› Fixes

๐Ÿ›  Maintenance

๐Ÿ“š Documentation