Release wunderctl 0.126.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
- 7465fb2: feat: add support for disconnecting from Auth0 (#525) (@fiam)
- e561095: feat: allow to init wundergraph into existing projects (#534) (@JivusAyrus)
- 4121f73: feat: improve backoff settings for cold starts (#509) (@StarpTech)
- 00256bf: feat: make input required if there are required variables (#551) (@Pagebakers)
- 45bc431: feat: upgrade to nextjs 13 (#504) (@Pagebakers)
- 6a4b0da: feat: watcher, track new import (#526) (@YuriBuerov)
Bug fixes
- cac56f1: fix: allow to treat a subgraph as regular graphql api (#496) (@spetrunin)
- 473653f: fix: data race and variability in httpidletimeout test (#514) (@fiam)
- 7a154e7: fix: don't ignore data in mutatingPreResolve for queries (#540) (@fiam)
- 4a23cbf: fix: error messages in OpenIDConnectCookieHandler (#512) (@fiam)
- 8dbd0f9: fix: examples, schema extension example (#530) (@YuriBuerov)
- 2ae4a20: fix: examples, schema extension generated code missing (#542) (@YuriBuerov)
- 8619818: fix: filter only folders while listing examples (#513) (@JivusAyrus)
- 556fae1: fix: incorrectly derived filesystem paths on Windows (#519) (@fiam)
- 76ad844: fix: json scalar types rendering not supported for graphql api (#516) (@spetrunin)
- 64546c1: fix: listen on IPv6 when WG_NODE_HOST is a hostname (#517) (@fiam)
- 39ea3fc: fix: prevent swallowing of input validation errors (#529) (@Aenimus)
- 078e873: fix: remove spaces from the file name (#511) (@JivusAyrus)
- ef709d9: fix: sse subscription abort (#556) (@spetrunin)
- 9138493: fix: test in nextjs-postgres-user-filters (#549) (@fiam)