Skip to content

Release wunderctl 0.174.0

Choose a tag to compare

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

  • 569a752: feat: add rust client (#1266) (@fiam)
  • 7c3dcbe: feat: enable log output by default (#1268) (@fiam)
  • d1b9596: feat: improved context factory types (#1250) (@Pagebakers)
  • d62e15f: feat: include authentication refresh tokens in User objects (#1269) (@fiam)
  • a3ca1b0: feat: log requests and responses to OpenAPI and SOAP upstreams (#1272) (@fiam)
  • 7bd7022: feat: make --debug log all requests and responses to the node (#1271) (@fiam)

Bug fixes

  • 53111f6: fix: make errors in GraphQL operations stop code generation in production (#1267) (@fiam)
  • 9fde799: fix: show correct upstream request duration (#1265) (@fiam)