Skip to content

Releases: bff-backup/code

Release wunderctl 0.174.0

07 Apr 17:39
f59516d

Choose a tag to compare

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

  • 53111f6: fix: make errors in GraphQL operations stop code generation in production (#1267) (@fiam)
  • 9fde799: fix: show correct upstream request duration (#1265) (@fiam)

Release wunderctl 0.173.0

07 Apr 17:40
f59516d

Choose a tag to compare

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

07 Apr 17:40
f59516d

Choose a tag to compare

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

  • 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

07 Apr 17:41
f59516d

Choose a tag to compare

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

  • 19cbec0: fix: allow operations that don't require authentication to work with authenticated users (#1163) (@fiam)
  • a037114: fix: use json-stream-stringify to encode potentially big JSON payloads (#1209) (@fiam)

Release wunderctl 0.170.0

07 Apr 17:42
f59516d

Choose a tag to compare

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

  • 01100b7: fix: allow setting logging levels from command line (#1141) (@fiam)
  • 5e426ab: fix: increase line buffer size when running a script from wunderctl (#1207) (@fiam)
  • bfa7ec5: fix: remove duplicated @removeNullVariables directive (#1208) (@fiam)

Release wunderctl 0.169.3

07 Apr 17:42
f59516d

Choose a tag to compare

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.169.2

07 Apr 17:43
f59516d

Choose a tag to compare

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

Release wunderctl 0.169.1

07 Apr 17:44
f59516d

Choose a tag to compare

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.169.0

07 Apr 17:44
f59516d

Choose a tag to compare

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

  • 892d21f: fix: allow svelte 3 | 4 peer-dependency in @wundergraph/svelte-query … (#1160) (@leoalves)

Release wunderctl 0.168.0

07 Apr 17:45
f59516d

Choose a tag to compare

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