Skip to content

Releases: bff-backup/code

Release wunderctl 0.126.0

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

  • cac56f1: fix: allow to treat a subgraph as regular graphql api (#496) (@spetrunin)
  • 473653f: fix: data race and variability in httpidletimeout test (#514) (@fiam)
  • 7a154e7: fix: don't ignore data in mutatingPreResolve for queries (#540) (@fiam)
  • 4a23cbf: fix: error messages in OpenIDConnectCookieHandler (#512) (@fiam)
  • 8dbd0f9: fix: examples, schema extension example (#530) (@YuriBuerov)
  • 2ae4a20: fix: examples, schema extension generated code missing (#542) (@YuriBuerov)
  • 8619818: fix: filter only folders while listing examples (#513) (@JivusAyrus)
  • 556fae1: fix: incorrectly derived filesystem paths on Windows (#519) (@fiam)
  • 76ad844: fix: json scalar types rendering not supported for graphql api (#516) (@spetrunin)
  • 64546c1: fix: listen on IPv6 when WG_NODE_HOST is a hostname (#517) (@fiam)
  • 39ea3fc: fix: prevent swallowing of input validation errors (#529) (@Aenimus)
  • 078e873: fix: remove spaces from the file name (#511) (@JivusAyrus)
  • ef709d9: fix: sse subscription abort (#556) (@spetrunin)
  • 9138493: fix: test in nextjs-postgres-user-filters (#549) (@fiam)

Release wunderctl 0.125.0

07 Apr 18:20
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.124.0

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

  • 46b0d98: feat: expose environment variable WG_COPY_BIN_PATH to copy installed binary to a custom path (#508) (@StarpTech)

Release wunderctl 0.123.0

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

Breaking change

Bug fixes

  • 126778b: fix: use 0.0.0.0 for test server (#499) (@spetrunin)

Release wunderctl 0.122.0

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

  • 0f4398b: feat: add @removeNullVariables directives (#477) (@spetrunin)
  • 83df2b8: feat: add Node.js + TypeScript client example (#472) (@StarpTech)
  • aa0dd65: feat: better error messages when resolving undefined variables (#419) (@fiam)
  • bbc6cd2: feat: find WG context based on config file (#485) (@StarpTech)
  • cfe0082: feat: use build script, don't copy .env in postinstall hook (#489) (@StarpTech)

Bug fixes

  • 65c9ffc: fix(create): move dotenv from devDependencies to dependencies (#483) (@fiam)
  • 2d211c9: fix(docs): remove hub command references (#492) (@StarpTech)
  • 9cfc485: fix(node): listening on tcp4 for 0.0.0.0 (#493) (@StarpTech)
  • c5143b7: fix: apollo generate cmd name for examples CI (#488) (@spetrunin)
  • a3d42b3: fix: react-query dependency in testsapps/nextjs (#479) (@fiam)
  • faa8a0a: fix: update outdated pnpm lockfile (#480) (@fiam)
  • 8c92f6a: fix: use github token for getTags API to increase the rate limit (#467) (@JivusAyrus)

Release wunderctl 0.121.0

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

  • 6138a98: fix: csrf and authenticated uploads (#456) (@thisisnithin)
  • e324f1c: fix: detect server ready when the hooks server health check is disabled (#462) (@fiam)
  • bc34bc8: fix: fix the ui and docs of nextjs-react-query example (#458) (@JivusAyrus)
  • 6766ebf: fix: run the formatting step only on added, copied,modified,renamed a… (#469) (@JivusAyrus)

Release wunderctl 0.120.0

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

  • d646d93: fix: add missing dependency to our nextjs package (#432) (@fiam)
  • d2a38e5: fix: add missing jest config in simple example (#431) (@fiam)
  • 0b68819: fix: close ristretto cache when reconfiguring node (#401) (@fiam)
  • 39d83f8: fix: handle telemetry flag correctly (#444) (@StarpTech)
  • 7c6c0d5: fix: make prisma engine exit cleanly (#365) (@fiam)
  • 1121cfd: fix: missing generated files in golang-client example (#435) (@fiam)
  • 0cae074: fix: nextjs-swr example (#434) (@fiam)
  • 0c3ab74: fix: return a 400 bad request when POST'ed JSON is invalid (#416) (@fiam)
  • 54bebfe: fix: use of arguments default values (#411) (@spetrunin)
  • 13de661: fix: use the version from package.json for the --version command (#409) (@JivusAyrus)

Release wunderctl 0.119.1

07 Apr 18:23
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.119.0

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

  • be612bb: fix(ci): deprecation warnings (#372) (@fiam)
  • cbf4ade: fix: fauna-db example (#380) (@kaleem68)
  • fc3e48d: fix: fix nextjs postgress example (#368) (@Pagebakers)
  • 9490a49: fix: fix the background of comments (#350) (@JivusAyrus)
  • ce2f130: fix: generate all required templates (#360) (@JivusAyrus)
  • 371ed96: fix: remove colors from configurePublishWunderGraphAPI() (#371) (@fiam)
  • 1b99525: fix: replace graphql-weather-api.herokuapp.com with our own copy (#390) (@fiam)
  • a0b9b9e: fix: stop wunderctl on normalization errors, exit with non-zero (#370) (@fiam)
  • 922afad: fix: validate OpenID discovered configuration, warn when appropriate (#373) (@fiam)

Release wunderctl 0.118.1

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