Releases: bff-backup/code
Release wunderctl v0.96.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
- 5f64b74: feat(wunderctl): add fragment support to loadoperations (#117) (@jensneuse)
Release wunderctl v0.95.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
- 282797d: feat: extract typescript client from nextjs (#72) (@Pagebakers)
- e2468c8: feat: replace the legacy client with the new implementation (#78) (@Pagebakers)
Bug fixes
- 31f5ab1: fix: #86 support pnpm 7.5+ (#88) (@Pagebakers)
- 1b5cb7d: fix: make after clone (@jensneuse)
- 1e885e4: fix: make after clone (@jensneuse)
- 4b87286: fix: make after clone (@jensneuse)
- 719ad5c: fix: nextjs client fails hard when a page misses "withWunderGraph" (#73) (@Pagebakers)
- 2a64e99: fix: scroll navigation links into view (#102) (@Pagebakers)
- 8f5d916: fix: update tsdoc for hooks config (@StarpTech)
Release wunderctl v0.94.5
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
Due to a build error in the last release wunderctl was not published to the npm registry.
Release wunderctl v0.94.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.
Changelog
Bug fixes
- cff1bf3: fix: fix make cmd (@jensneuse)
- 2f4ed27: fix: regression allow to run wunderctl inside .wundergraph (@StarpTech)
Release wunderctl v0.94.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.
Changelog
Bug fixes
- 80ca2d6: fix: handle cli paths correctly (#81) (@StarpTech)
Release wunderctl v0.94.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.
Changelog
Features
- 57c2a39: feat: kill middleware process on wunderctl up start (#77) (@jensneuse)
- 82059cf: feat: use headersobject for transport hooks (#75) (@jensneuse)
Bug fixes
- c31644d: fix(auth): pass raw access token to hook (#76) (@StarpTech)
- 75a3a61: fix(codegen): auth / s3 code generation (@StarpTech)
- 72a1605: fix: split user and id token due to size, add auth0 example (#71) (@jensneuse)
Release wunderctl v0.94.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.
Changelog
No changes, we had to retrigger the release due to a CI error.
Release wunderctl v0.94.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
- ec6226e: feat: add introspection caching & DataSource polling (#63) (@jensneuse)
Bug fixes
- da50653: fix: break request on hook error, improve logging (#69) (@StarpTech)
- e58dea4: fix: ensure all hooks are called for live queries (#67) (@StarpTech)
- 55435df: fix: restart hooks server, ensure __wg exists (#68) (@StarpTech)
Release wunderctl v0.93.5
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
Bug fixes
- 7c36904: fix(codegen): detect internal input correctly (#64) (@StarpTech)
- b8a5fe6: fix(start): error when config cant be found (#65) (@StarpTech)
Release wunderctl v0.93.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.
Changelog
Bug fixes
- 089fabb: fix: inject user properly into global hooks (#60) (@jensneuse)