Skip to content

Release wunderctl 0.105.0

Choose a tag to compare

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

  • df8a5e8: feat(node): implement api config validation for cookie-based auth (#160) (@jensneuse)
  • 4b40572: feat: ensure that user is always set in auth hooks, disable introspection cache in wunderctl generate (#167) (@StarpTech)

Bug fixes

  • a79fe3e: fix: fixes open api errors for int based enums and json fields (#164) (@rpeterson)