You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rover now uses Apollo's Platform API instead of the old Studio API. The breaking change is that the hostname is now `api.apollographql.com` where it used to be `graphql.api.apollographql.com`, you may need to update your firewall rules. Other behavior should remain unchanged.
30
+
31
+
## 🐛 Fixes
32
+
33
+
-**Fixes Input Value Definition block string encoding for descriptions. - @lrlna, #1116 # fixes #1088**
34
+
35
+
Input values are now multilined when a description is present to allow for a more readable generated SDL.
36
+
37
+
## 🛠 Maintenance
38
+
39
+
-**Removes upper bound on Node engines for npm installer - @EverlastingBugstopper, #1120 fixes #1119**
40
+
41
+
Previously, Rover required that your node engine was between v14 and v17. We have removed the upper bound on this limit so you can now use Node 18 and any future versions.
Developers of the Rover project can now run `cargo xtask docs` to spin up a local netlify server with your local docset. After running the command, you can navigate to http://localhost:8000/rover in your browser and changes you make to ./docs/source/**.md files will be updated automatically on save.
0 commit comments