Releases: bff-backup/code
Release wunderctl 0.126.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
- 7465fb2: feat: add support for disconnecting from Auth0 (#525) (@fiam)
- e561095: feat: allow to init wundergraph into existing projects (#534) (@JivusAyrus)
- 4121f73: feat: improve backoff settings for cold starts (#509) (@StarpTech)
- 00256bf: feat: make input required if there are required variables (#551) (@Pagebakers)
- 45bc431: feat: upgrade to nextjs 13 (#504) (@Pagebakers)
- 6a4b0da: feat: watcher, track new import (#526) (@YuriBuerov)
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
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
- 823df72: feat(hooks): reduce retry min timeout (@StarpTech)
Release wunderctl 0.124.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
- 46b0d98: feat: expose environment variable
WG_COPY_BIN_PATHto copy installed binary to a custom path (#508) (@StarpTech)
Release wunderctl 0.123.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
Breaking change
- ac277de: feat(node)!: restructure server imports (#497) (@StarpTech)
Bug fixes
- 126778b: fix: use 0.0.0.0 for test server (#499) (@spetrunin)
Release wunderctl 0.122.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
- 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
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
- 72c1616: feat(ci): add CI workflow for examples (#428) (@fiam)
- cd9ca7c: feat: add esm support to react query (#445) (@Pagebakers)
- 85d797b: feat: add tests for examples (#440) (@JivusAyrus)
- 9462456: feat: add upload example (#459) (@thisisnithin)
- b1fd332: feat: listen on both IPv4 and IPv6 by default (#451) (@fiam)
- 1ab5c1a: feat: setup a default .env file before start, improve tests (#461) (@StarpTech)
- 2c811c3: feat: upgrade sdk in examples (#449) (@StarpTech)
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
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
- b61a5ec: feat(node): improve in-memory cache (#407) (@fiam)
- 13d47b5: feat: add WunderGraph testing library (#345) (@fiam)
- 110750b: feat: add wundergraph todo example app (#367) (@kaleem68)
- d4450c8: feat: expo react native example (#408) (@Pagebakers)
- 8cd3d29: feat: implement telemetry (#424) (@StarpTech)
- 8af6b99: feat: update SWR to v2 🥳 (#446) (@Pagebakers)
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
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
- a1b82a1: feat(create-wundergraph-app): download latest tag instead of main (#349) (@fiam)
- aabe151: feat(docs-website): general improvements (#339) (@jensneuse)
- 0ebbbf8: feat: add example for OpenAPI and mocking (#369) (@fiam)
- 45639db: feat: make detecting invalid operations easier (#374) (@fiam)
- c5769a4: feat: react query client (#340) (@Pagebakers)
- 3e320b3: feat: upgrade to Node.js LTS (18) (#396) (@StarpTech)
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)
- 6e4c5d7: fix: remove quote (@StarpTech)
- 1b99525: fix: replace graphql-weather-api.herokuapp.com with our own copy (#390) (@fiam)
- f375845: fix: rest datasource post body arguments (#415) (@spetrunin)
- 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.119.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
- a1b82a1: feat(create-wundergraph-app): download latest tag instead of main (#349) (@fiam)
- aabe151: feat(docs-website): general improvements (#339) (@jensneuse)
- 0ebbbf8: feat: add example for OpenAPI and mocking (#369) (@fiam)
- 45639db: feat: make detecting invalid operations easier (#374) (@fiam)
- c5769a4: feat: react query client (#340) (@Pagebakers)
- 3e320b3: feat: upgrade to Node.js LTS (18) (#396) (@StarpTech)
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
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
- f96f2f5: fix: authentication path prefix (#354) (@jensneuse)
- aa933d0: fix: update lerna-lite in workflow to 1.12.0 (#355) (@fiam)