Releases: bff-backup/code
Release wunderctl 0.174.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
- 569a752: feat: add rust client (#1266) (@fiam)
- 7c3dcbe: feat: enable log output by default (#1268) (@fiam)
- d1b9596: feat: improved context factory types (#1250) (@Pagebakers)
- d62e15f: feat: include authentication refresh tokens in User objects (#1269) (@fiam)
- a3ca1b0: feat: log requests and responses to OpenAPI and SOAP upstreams (#1272) (@fiam)
- 7bd7022: feat: make --debug log all requests and responses to the node (#1271) (@fiam)
Bug fixes
Release wunderctl 0.173.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
- 5d36525: feat: add support for server ping during subscription idle times (#1234) (@fiam)
- e54edc9: feat: propagate error messages from functions/hooks to API responses (#1248) (@fiam)
- 650fdeb: feat: remove internal client (#1237) (@Pagebakers)
- 4393566: feat: use GitHub API instead of tarballs when downloading examples (#1256) (@fiam)
Bug fixes
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)
Release wunderctl 0.171.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
- 19f370b: feat: continue generation on graphql validation failures during development (#1216) (@fiam)
- 9d191df: feat: implement all core integrations (#1215) (@Pagebakers)
Bug fixes
Release wunderctl 0.170.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
- 6d04ce3: feat(wunderctl): option to set host to bind to for debugging only (#1156) (@samberic)
- 23ef673: feat: make GraphQL playground available in more scenarios without additional configuration (#1211) (@fiam)
Bug fixes
Release wunderctl 0.169.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
- ffd30eb: fix: add prettier as a direct SDK dependency (#1205) (@fiam)
- 3dfab90: fix: jsonschema template (#1194) (@thisisnithin)
- 8f3203a: fix: operation hooks not setup for openapi (#1204) (@thisisnithin)
Release wunderctl 0.169.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
Features
- d6c7199: feat: add docs about .wundergraphignore (#1184) (@StarpTech)
Bug fixes
- 76c8b36: fix(mock-library): ensure to read req body only once (#1188) (@StarpTech)
- 885ffe3: fix: server logger missing cloud env bindings (#1191) (@thisisnithin)
- 979f215: fix: type error in generated jsonschema.ts file (#1190) (@thisisnithin)
Release wunderctl 0.169.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
- 74dc5f3: fix: oidc token exchange (#1176) (@Pagebakers)
Release wunderctl 0.169.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
- f7734ce: feat: add support for renaming root field response types (#1173) (@Aenimus)
- 7e17b9a: feat: implement schema extension and replaceCustomScalarTypeFields fo… (#1169) (@Aenimus)
- c8499f0: feat: nextjs app directory example (#1002) (@DaniAkash)
Bug fixes
Release wunderctl 0.168.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
Bug fixes
- 3c66c77: fix: nats subscriptions (#1155) (@jensneuse)