Skip to content

Release wunderctl 0.176.0

Choose a tag to compare

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

  • 7408324: feat: add support for using environment variables and header in OAS introspection (#1286) (@fiam)

Bug fixes

  • 8b2af9e: fix: properly validate api namespaces (#1301) (@fiam)
  • 2b8bf1f: fix: respect upstream object types when their name collides with a well known scalar (#1300) (@fiam)
  • 5b51637: fix: update OAS dependencies to fix GQL generation of required fields inside allOf (#1304) (@fiam)
  • 83a08a7: fix: updated zod to 3.22.3 (#1303) (@Pagebakers)