v0.26.1
๐ Features
-
Respect the use of
--outputflag in the supergraph binary - @aaronArinder PR #2045In testing to attempt to reduce the runtime of
supergraph composewe noticed that a very large proportion of the time spent (in the case of large supergraphs) was spent printing the result tostdout. With this change we add an--outputflag to thesupergraphbinary which means this time can be reduced significantly, leading to much faster compositions. -
Add
--licenseflag torover dev- @loshz PR #2078Adds the ability to pass along an offline enterprise licence to the router when running
rover dev -
Remove Rayon and reduce usage of Crossbeam - @jonathanrainer PR #2081
Now that
roverhas transitioned to using an asynchronous runtime we don't need to use Rayon any more. This also resolves a bug wherebyrover devcould lock up if passed asupergraph.yamlfile with lots of subgraphs in. -
Introduce new print macros - @loshz PR #2090
Adds three new macros to the codebase so that we can still visually distinguish between INFO, WARNING and ERROR log lines without the use of emoji
-
Use new print macros in place of emoji - @loshz PR #2096
Updates the locations that previously used emoji to utilise the new macros defined in the previous PR
๐ Fixes
-
Stop Windows Installer failing if whitespace is accidentally passed to the
rover installcommand - @jonathanrainer PR #1975In some situations it was possible for whitespace to be passed to the
rover installcommand which then caused the installer to fail. A guard has now been added to strip whitespace out before it is passed to the install command.
๐ Maintenance
-
Move CI to using newly create Ubuntu images - @jonathanrainer PR #2080
CircleCI is removing support for older Ubuntu machine images, this brings us up to date but does not change any of our
glibcsupport etc. -
Add check for aarch-64-unknown-linux-musl to installers - @loshz PR #2079
-
Update node.js packages - @jonathanrainer PR #2070
Includes
eslintto v9.9.1 andnodeto 20.17.0 -
Update
nodeCircleCI orb to v5.3.0 - @jonathanrainer PR #2071 -
Update
apollographql/federation-rsto v2.9.0 - @jonathanrainer PR #1983 -
Update
apollographql/routerto v1.52.1 - @jonathanrainer PR #2077 -
Update
nodeDocker Image to v20.17.0 - @jonathanrainer PR #2072 -
Update
apollographql/routerto v1.53.0 - @jonathanrainer PR #2084 -
Update
npmto v10.8.3 - @jonathanrainer PR #2091 -
Update
slackapi/slack-github-actionto v1.27.0 - @jonathanrainer PR #2092 -
Update
nodeCircleCI orb to v6.1.0 - @jonathanrainer PR #2093 -
Fix some bugs in the smoke tests - @jonathanrainer PR #2094
๐ Documentation
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.