Patch Release
This release includes the following fixes and changes:
- 4593 BUG - Auth setup script issues #4825 by @kengreeff
- Clerk: Switch to getToken #4846 by @Tobbe
- Check multi-value query as array or string #4901 by @tristanlee85
- Enable vscode debugging on api server #4904 by @dac09
- Fix regression where GraphQL Yoga would rename all errors to the default value before other plugins could consume them #4912 by @twodotsmax
- Update Clerk docs and instructions #4922 by @Tobbe
- Remove node-ssh dependency, add to api/package.json at setup time #4931 by @cannikin
- BREAKING: Projects using baremetal must now install
node-ssh
separately
- BREAKING: Projects using baremetal must now install
- fix flightcontrol template and doc #4934 by @flybayer
- BREAKING: Projects using Flightcontrol need to add
port: 8911
to deploy config
- BREAKING: Projects using Flightcontrol need to add
- Updates baremetal setup post-install doc link #4935 by @cannikin
- More clerk doc comment updates #4943 by Tobbe
- Add setup step for prisma client on Layer0 provider #4950 by @tristanlee85
- BREAKING: Projects using Layer0 need to add
binaryTargets = ["native", "rhel-openssl-1.0.x"]
toschema.prisma
- BREAKING: Projects using Layer0 need to add
- fix(deps): update dependency @graphql-yoga/common to v2 #4959