Releases: bff-backup/code
Release wunderctl 0.131.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
- a69d54b: feat: store generated authentication secrets in secrets manager on deploy (#666) (@Aenimus)
Bug fixes
- 85e6d88: fix: enable ts strict mode in examples for much faster type inference (#696) (@StarpTech)
- 864305f: fix: graphql introspection with renamed query types (#699) (@devsergiy)
- 0ce00ec: fix: support yarn 3 with create-wundergraph-app --init (#704) (@Pagebakers)
- 86ab905: fix: updating quickstart guide with new link (#688) (@painotpi)
Release wunderctl 0.131.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
- 1f89f63: feat(postman): add folders for postman collections + postman types (#624)Co-authored-by: Alberto García Hierro alberto@garciahierro.com Co-authored-by: Dustin Deus deusdustin@gmail.com (@andreimc)
- 02f40dc: feat: add json patch support, response zod schema for ts operations (#689) (@jensneuse)
- 52a6595: feat: add solid-js client (#673) (@Pagebakers)
- 3734d1d: feat: add support for hooks in internal API calls (#669) (@fiam)
- 0f070bb: feat: new open api introspection (#621) (@spetrunin)
- 0ac7144: feat: provide a default baseURL in the Go client (#680) (@fiam)
- adabfd5: feat: provide more detailed error messages when introspecting databases (#685) (@fiam)
Bug fixes
- 4ab4146: fix: client template imports (#679) (@rwest202)
- 3fc23f9: fix: fix docs nev/prev navigation (#671) (@JivusAyrus)
- 8bbfa96: fix: modify build scripts (#660) (@JivusAyrus)
- 9947fa1: fix: quickstart links (#676) (@StarpTech)
Release wunderctl 0.131.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
- 02d77e8: fix: avoid downloading prisma binaries multiple times on Windows (#649) (@fiam)
- 9c1e92f: fix: docs fixes (#650 (@Pagebakers)
- 10391e9: fix: inject provider err (#637) (@javacode123)
- 37e0509: fix: internal client should use correct mappings for nested operations (#661) (@jensneuse)
- 3d3cabd: fix: link in graphql-apollo-subscriptions.md (#630) (@BenjaminDelmasCH)
- 1b7f2e5: fix: remove lock file in remix example (#653) (@JivusAyrus)
Release wunderctl 0.130.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
- 8542cf6: fix: avoid feeding paths into applicationHash calculation (#636) (@fiam)
- 6896946: fix: fix wundernode ui (#639) (@JivusAyrus)
- c4371b8: fix: pass GH token in HTTTP call from getExamplesList() (#640) (@fiam)
- 95a7bd7: fix: pass file upload hooks to upload configuration resolution (#631) (@fiam)
Release wunderctl 0.129.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
- 8e6e81b: fix: factory type errors (#625) (@Pagebakers)
Release wunderctl 0.128.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
- 2f0cfa5: feat: add prisma datasource (#605) (@jensneuse)
- 5419d90: feat: cleanup introspection, enable introspecting large database schemas (#601) (@jensneuse)
- 903e880: feat: federation, support extend keyword (#578) (@YuriBuerov)
- b28ca2b: feat: load telemetry anonymous id from WG_TELEMETRY_ANONYMOUS_ID (#599) (@jensneuse)
Bug fixes
- 1d13051: fix: add isSubscribed to return types (#591) (@Pagebakers)
- f8491f9: fix: datasource, database (#609) (@YuriBuerov)
- 941924d: fix: don't stop setting up the node in development when authentication fails (#596) (@fiam)
- 4bb88fc: fix: enforce token validation if any token keys are defined (#580) (@fiam)
- 339a576: fix: examples, simple (#604) (@YuriBuerov)
- 91e8269: fix: handler, return graphql errors (#575) (@YuriBuerov)
- 9ebf805: fix: pass GITHUB_TOKEN to all API calls (#589) (@fiam)
- ee2467f: fix: paths and uri composition on Windows when using nested directories for operations (#607) (@fiam)
- 7bb9b9f: fix: remove spaces in fixture filenames, fix double http.WriteHeader() calls (#590) (@fiam)
- edc101d: fix: rename build info to engine info and add user project build info (#573) (@JivusAyrus)
Release wunderctl 0.127.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
Release wunderctl 0.127.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
Release wunderctl 0.126.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
- 67b75fc: feat: add support for videos in docs (#558) (@thisisnithin)
- 7b5b1da: feat: disable graphql maximum subscription message size limit (#564) (@fiam)
- f9ed75f: feat: fix infinite loop when callbacks are not memoized (#555) (@Pagebakers)
Bug fixes
- 810b31c: fix: handle consecutive hyphens or underscores when formatting field … (#566) (@Aenimus)
- 1dcb746: fix: operation metadata type imports (#501) (@rwest202)
- f34fc98: fix: operations loading and normalization (#568) (@spetrunin)
- 7416b61: fix: path formatting for resolveFieldName (#565) (@Aenimus)
- b2af4c1: fix: workaround data race in qio-io/jsonschema (#572) (@fiam)
Release wunderctl 0.126.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.