Release wunderctl 0.112.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.
Changelog
Features
- 7da3f75: feat: add ability for the user to comment on the documentation (#254) (@JivusAyrus)
- bb3b6bd: feat: add configurable per-source timeouts (#232) (@fiam)
- e601d4c: feat: align logging format hooks server and (#240) (@spetrunin)
- 0b270f5: feat: improvements to "getting started" docs page (#261) (@fiam)
- c05b341: feat: re-export SWR to prevent context issues (#264) (@Pagebakers)
- 6351e35: feat: refactor cache handling, move storage out of generated (#238) (@fiam)
- 2e4ae85: feat: subscriptions, ws connection init hook (#243) (@YuriBuerov)
Bug fixes
- ca61274: fix: correctly generate typenames for nested array objects (#257) (@jensneuse)
- cea8607: fix: fix mutations are possibly undefined (#265) (@JivusAyrus)
- 0c17fce: fix: incorrect go code generated from JSON models (#249) (@fiam)
- a1bc5f5: fix: live query support in generated web client (#248) (@xzyfer)
- 9bcf30e: fix: regression resolving header variables (#255) (@jensneuse)
- b7267a0: fix: upgrade fsnotify and esbuild (#253) (@StarpTech)