Skip to content

v0.23.0

Choose a tag to compare

@apollo-bot2 apollo-bot2 released this 26 Mar 16:20
· 1221 commits to main since this release
2a4e667

๐Ÿš€ Features

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

  • Use task specific rayon threadpools and not the global threadpool - @garypen PR #1872

This increases rover's reliability by executing independent tasks in different thread pools.

  • Prevent an infinite loop when restarting the router - @Geal PR #1855

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 proposalCoverage in addition to severityLevel to build correct proposal check messaging - @swcollard PR #1845

This updates the message on proposal checks depending on the proposalCoverage field

๐Ÿ›  Maintenance

The vulnerability didn't affect rover, but now you won't get a warning for it!

๐Ÿ“š Documentation