Release wunderctl 0.172.0
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
- b37a480: feat: implement new console UI (#1224) (@fiam)
- 079b081: feat: multipart plugin in webhooks (#1227) (@rwest202)
Bug fixes
- 7393672: fix: avoid printing an extra line when a child command exits (#1225) (@fiam)
- bfcca20: fix: broken link in readme file for architecture doc (#1220) (@KaranJagtiani)
- 8762772: fix: close http Response Body when a function operation call returns an error (#1241) (@fiam)
- 4fe0d66: fix: don't force redirect to HTTP when redirecting to HTTPS is not forced (#1243) (@fiam)
- 7dd532b: fix: don't interfere with terminal after running wunderctl up (#1245) (@fiam)
- c133335: fix: make sure a function's input is always non null (#1242) (@fiam)
- e5a5a07: fix: remove duplicate WriteHeader calls (#1240) (@fiam)
- 4d77a7f: fix: wait for the poll interval when a function returns the same output to a live query (#1239) (@fiam)