v0.23.0
๐ Features
- Add
--no-urlshorthand tosubgraph publish- @lennyburdette PR
#1809
This is slightly more convenient and less awkward than --routing-url --allow-invalid-routing-url
Since its 1.43.0 release, the Router can now connect to subgraph over unix sockets. This removes a warning when publishing a schema with a unix:// URL.
๐ Fixes
This increases rover's reliability by executing independent tasks in different thread pools.
When restarting a Router on schema updates, it could happen that an internal task of Rover would go in an infinite loop and consume CPU needlessly. This is now fixed and should make rover dev more reliable.
- Use
proposalCoveragein addition toseverityLevelto build correct proposal check messaging - @swcollard PR #1845
This updates the message on proposal checks depending on the proposalCoverage field
๐ Maintenance
- Upgrade axios to address a security warning - @goto-bus-stop PR #1819
The vulnerability didn't affect rover, but now you won't get a warning for it!
- Remove yanked online check - @dylan-apollo PR #1803
๐ Documentation
-
Update dev docs about which Router version is used - @smyrick PR #1822
-
Update warning about
federation_versioninrover compose- @smyrick, @Meschreiber PR #1806 -
Document how to use
subgraph fetchwith proposals - @Meschreiber PR #1823