Releases: bff-backup/code
Release wunderctl 0.105.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.
Changelog
Features
- df8a5e8: feat(node): implement api config validation for cookie-based auth (#160) (@jensneuse)
- 4b40572: feat: ensure that user is always set in auth hooks, disable introspection cache in
wunderctl generate(#167) (@StarpTech)
Bug fixes
- a79fe3e: fix: fixes open api errors for int based enums and json fields (#164) (@rpeterson)
Release wunderctl 0.104.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.
Changelog
Features
- 5495d27: feat: don't exit, throw error and handle at root (#161) (@StarpTech)
Bug fixes
- b50bcc3: fix: getting started example (@StarpTech)
- f9e6588: fix: onboarding steps after first clone (@StarpTech)
- c503400: fix: subscription url config (#162) (@jensneuse)
Release wunderctl v0.103.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.
Changelog
Features
- 49d0ab3: feat: refactor introspection runner (#158) (@StarpTech)
Release wunderctl v0.102.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.
Changelog
Features
- d261b8f: feat(server): introduce pino base logger (#146) (@StarpTech)
- 78c7c1a: feat: add dev mode so that cookie secrets stay static (#153) (@jensneuse)
- 51df6e5: feat: implement userId for fromClaim directive (#152) (@jensneuse)
Bug fixes
- fa0d243: fix(types): make webhooks optional (#149) (@StarpTech)
- a9cb48c: fix: internal directive breaks code generation (#148) (@jensneuse)
- 589a0d9: fix: subscriptions, add X-Accel-Buffering by default (#157) (@YuriBuerov)
Release wunderctl v0.100.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.
Changelog
Features
- 235d58: feat: upgrade graphiql (#144) (@StarpTech)
- 7c0359: feat: use web std header implementation (#145) (@StarpTech)
Bug fixes
- b4289c: fix(generate): exit with code 1 on error (#142) (@StarpTech)
- 939096: fix: s3 upload client (#139) (@YuriBuerov)
- 368e08: fix: unify .wundergraph directory resolution (#143) (@StarpTech)
Release wunderctl v0.99.3
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.
Changelog
Bug fixes
- c466830: fix(watcher): make webhooks and fragments directory optional (#140) (@StarpTech)
Release wunderctl v0.99.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.
Changelog
Release wunderctl v0.99.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.
Changelog
Bug fixes
- 9073ccb: fix: check if webhooks directory exists (@StarpTech)
Release wunderctl v0.99.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.
Changelog
Features
- 3ca532f: feat: change theme color to reflect the theme (#113) (@Pagebakers)
- a0b38bd: feat: native webhooks support (#126) (@StarpTech)
Bug fixes
- b01caaa: fix: issue with unhandled hyphens in input names (#123) (@rpeterson)
Release wunderctl v0.97.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.
Changelog
Features
- 5839e35: feat: add fragment support to sdk (@jensneuse)
- 65d96ab: feat: add fragments to config bundler watch path so that the config is rebuilt when fragments change (@jensneuse)
- 4732218: feat: update pnpm lock (@jensneuse)