Skip to content

Releases: bff-backup/code

Release wunderctl 0.138.0

07 Apr 18:09
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

  • edbdb7e: feat: add ability to enable inspect for the server script runner (#788) (@devsergiy)

Bug fixes

  • 3af7fb2: fix: avoid infinite loop when using an operation as userInfoEndpoint for tokens (#790) (@fiam)
  • ae2dedf: fix: multiple fixes in authentication hooks (#782) (@fiam)
  • 30496a4: fix: translating oas spec in the v2 oas introspection (#787) (@devsergiy)

Release wunderctl 0.137.0

07 Apr 18:10
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

  • b090e30: fix: graphql-hasura-subscriptions example (#772) (@fiam)

Release wunderctl 0.136.1

07 Apr 18:10
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

  • f6cde4f: fix: make TS operation response schema generation more forgiving (#776) (@fiam)
  • 23de8ef: fix: restore postResolveTransform support, add it to internal ops (#774) (@fiam)

Release wunderctl 0.136.0

07 Apr 18:11
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

  • f2a3b47: feat: add docs for neon integration (#768) (@JivusAyrus)
  • c6ecc0c: feat: enable CORS headers for requests that result in 404/405 (#767) (@fiam)

Bug fixes

  • 0ff8feb: fix: print compiler error messages during TS operation response schema generation (#761) (@fiam)
  • 7092f90: fix: support TS operations that never return (#762) (@fiam)

Release wunderctl 0.135.0

07 Apr 18:11
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

  • 7cfa815: feat: custom error support for typescript operations (#759) (@StarpTech)
  • 7045b52: feat: use .cjs extension for commonjs to support esm projects (#752) (@Pagebakers)

Release wunderctl 0.134.0

07 Apr 18:12
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

Release wunderctl 0.133.0

07 Apr 18:12
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

  • daa8a8c: fix: data corruption when polling is enabled for federation sources (#753) (@fiam)
  • bfd0c8f: fix: initialize introspection cache directory from the Go side (#750) (@fiam)

Release wunderctl 0.132.1

07 Apr 18:13
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

  • 67836a8: feat: annotate OpenAPI spec with operation types and auth requirements (#728) (@fiam)

Bug fixes

Release wunderctl 0.132.0

07 Apr 18:14
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

  • 2223d5c: feat: add support for declaring a list of public claims (#706) (@fiam)
  • fca90e3: feat: add support for generating OpenAPI specs for applications (#716) (@fiam)
  • ce0a0a0: feat: add support for injecting variables into nested paths (#678) (@fiam)
  • 35e69a3: feat: improve webhooks API and add support for the new operations client (#709) (@Pagebakers)

Bug fixes

  • 7b5e8b3: fix: crash in ServerPortFromConfig when configuration is invalid (#715) (@fiam)
  • 90a2d33: fix: don't require a clientRequest for hooks (#722) (@fiam)
  • 7a6267f: fix: operation name normalization on Windows (#703) (@fiam)
  • 5077a7d: fix: upload types (#723) (@Pagebakers)

Release wunderctl 0.131.3

07 Apr 18:14
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