Skip to content

Release wunderctl 0.170.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:42
· 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.

For breaking changes, please check the migration guidelines for more information.

Changelog

Features

  • 6d04ce3: feat(wunderctl): option to set host to bind to for debugging only (#1156) (@samberic)
  • 23ef673: feat: make GraphQL playground available in more scenarios without additional configuration (#1211) (@fiam)

Bug fixes

  • 01100b7: fix: allow setting logging levels from command line (#1141) (@fiam)
  • 5e426ab: fix: increase line buffer size when running a script from wunderctl (#1207) (@fiam)
  • bfa7ec5: fix: remove duplicated @removeNullVariables directive (#1208) (@fiam)