Releases: bff-backup/code
Release wunderctl 0.143.1
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
Bug fixes
- ba68d06: fix: ensure input is undefined when not defined as schema (#864) (@StarpTech)
- 37fa469: fix: internal router (#872) (@thisisnithin)
Release wunderctl 0.143.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
- ad42f5f: feat: implement internal graphql handler (#853) (@thisisnithin)
Bug fixes
- f49395e: fix: don't override request context after assigning client request (#866 (@jensneuse)
- 4f8afb0: fix: format .babelrc file (#861) (@DaniAkash)
- e7bd98f: fix: move wundergraph & relay to peer deps of relay package (#865) (@DaniAkash)
- 32cd872: fix: relay examples added wundergraph package (#859) (@DaniAkash)
- 4f01175: fix: relay examples start commands (#867) (@DaniAkash)
- 075a263: fix: temporarily removed ESM package in react-relay to allow bundling in next.js (#863) (@DaniAkash)
Release wunderctl 0.142.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
- f2ab5e5: feat: relay client (#791) (@DaniAkash)
Release wunderctl 0.141.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
- 210a7ed: feat: enable subscriptions in graphiql (#848) (@jensneuse)
- e3e53a9: feat: sdk testsuite (#844) (@StarpTech)
Release wunderctl 0.140.4
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
Bug fixes
- 08de632: fix: avoid logging in tui mode (#843) (@StarpTech)
Release wunderctl 0.140.3
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
Bug fixes
- 17563a5: fix: overhaul listener option handling (#840) (@StarpTech)
Release wunderctl 0.140.2
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
Bug fixes
- 3383e45: fix: include config headers in graphiql (#836) (@jensneuse)
Release wunderctl 0.140.1
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
- 792f5c4: feat: vue-query client (#809) (@Hebilicious)
Bug fixes
- b65b0ca: fix: add a check that token string is a real jwt token (#815) (@devsergiy)
- bc77c15: fix: export CreateWebhookProps (#833) (@Pagebakers)
- 64c9147: fix: issue where webhooks with payload would fail (#835) (@Pagebakers)
- aeb5fd7: fix: remove --no-cache from generate cmd help (#832) (@StarpTech)
- d8e9558: fix: run examples in log mode for multi process examples (#830) (@StarpTech)
- 42fe921: fix: svelte-query livequery config (#829) (@DaniAkash)
Release wunderctl 0.140.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
Bug fixes
Release wunderctl 0.139.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
- 77f92e3: feat: add auth middleware hook to nextjs client (#795) (@Pagebakers)
- c2ed5b0: feat: mark operations as internal when inside internal folder (#803) (@thisisnithin)
- 094ae35: feat: sveltekit & vite-svelte examples (#805) (@DaniAkash)
- 6bf7498: feat: tui + log handling (#813) (@StarpTech)
Bug fixes
- 8d295f9: fix: formatting errors introduced in svelte examples (#817) (@DaniAkash)