Skip to content

Release wunderctl v0.93.2

Choose a tag to compare

@github-actions github-actions released this 07 Apr 18:44
· 6 commits to main since this release
f59516d

This is a new release of the command-line interface (CLI) wunderctl.
It allows you to create, deploy and manage your WunderGraph application.
Please check the readme or documentation if you want to learn more.

Changelog

Features

  • b774e73: feat: improve error message when graphql introspection fails (#54) (@jensneuse)

Bug fixes

  • 2d4bc4a: fix: don't (re-)fetch user server & client-side when authentication is disabled (#56) (@jensneuse)
  • 7d803ba: fix: use default transport for mTLS calls, update client request headers (#57) (@StarpTech)