--no-url shorthand to subgraph publish - @lennyburdette PR
https://github.com/apollographql/rover/pull/1809This 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.
rayon threadpools and not the global threadpool - @garypen PR https://github.com/apollographql/rover/pull/1872This 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.
proposalCoverage in addition to severityLevel to build correct proposal check messaging - @swcollard PR https://github.com/apollographql/rover/pull/1845This updates the message on proposal checks depending on the proposalCoverage field
The vulnerability didn't affect rover, but now you won't get a warning for it!
Update dev docs about which Router version is used - @smyrick PR https://github.com/apollographql/rover/pull/1822
Update warning about federation_version in rover compose - @smyrick, @Meschreiber PR https://github.com/apollographql/rover/pull/1806
Document how to use subgraph fetch with proposals - @Meschreiber PR https://github.com/apollographql/rover/pull/1823
Fetched April 11, 2026