Releases: bff-backup/code
Release wunderctl 0.114.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
- 40ec502: feat: add announcement banner (#276) (@thisisnithin)
- b7f7ecc: feat: healthcheck, node and hooks server (#274) (@YuriBuerov)
- 4bb2658: feat: make WunderGraphConfigApplicationConfig.cors optional (#270) (@fiam)
- 3199931: feat: subscriptions, operation hooks (#260) (@YuriBuerov)
Bug fixes
Release wunderctl 0.113.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
Bug fixes
Release wunderctl 0.112.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
- 7da3f75: feat: add ability for the user to comment on the documentation (#254) (@JivusAyrus)
- bb3b6bd: feat: add configurable per-source timeouts (#232) (@fiam)
- e601d4c: feat: align logging format hooks server and (#240) (@spetrunin)
- 0b270f5: feat: improvements to "getting started" docs page (#261) (@fiam)
- c05b341: feat: re-export SWR to prevent context issues (#264) (@Pagebakers)
- 6351e35: feat: refactor cache handling, move storage out of generated (#238) (@fiam)
- 2e4ae85: feat: subscriptions, ws connection init hook (#243) (@YuriBuerov)
Bug fixes
- ca61274: fix: correctly generate typenames for nested array objects (#257) (@jensneuse)
- cea8607: fix: fix mutations are possibly undefined (#265) (@JivusAyrus)
- 0c17fce: fix: incorrect go code generated from JSON models (#249) (@fiam)
- a1bc5f5: fix: live query support in generated web client (#248) (@xzyfer)
- 9bcf30e: fix: regression resolving header variables (#255) (@jensneuse)
- b7267a0: fix: upgrade fsnotify and esbuild (#253) (@StarpTech)
Release wunderctl 0.111.4
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
- aaf018e: fix: automatically rename subscription object fields for oas (#246) (@jensneuse)
- 4371e0d: fix: update go tools to properly resolve optional entities (#250) (@jensneuse)
Release wunderctl 0.111.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
- 4d744a3: fix(sdk): add fastify route only if the hook is configured (#204) (@JivusAyrus)
- d59e3ab: fix(sdk/client): include extra headers from constructor (#244) (@chronotc)
- bebad2e: fix: generate outfile directory should be consistent (#228) (@xzyfer)
- 4fdf635: fix: introspection, infinite loop in file changes (#230) (@YuriBuerov)
- d3ccd0a: fix: make WunderGraphDir not mandatory for all cmds (#241) (@jensneuse)
Release wunderctl 0.111.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
Bug fixes
- 50cb5f2: fix: re-enable to specify wundergraph dir via arg (#226) (@jensneuse)
Release wunderctl 0.111.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
- 9ca1fc9: fix: synchronize prisma install for multiple prisma datasources (#222) (@jensneuse)
Release wunderctl 0.111.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
- 33e840c: feat: add graphql introspection middleware (#214) (@spetrunin)
- 7bf72ef: feat: sse subscriptions configuration (#217) (@YuriBuerov)
Bug fixes
- 889a69a: fix(authentication): userInfoEndpoint should be optional for token auth providers (#216) (@xzyfer)
- b22c32a: fix(cache): dont print dev messages in prod mode (#208) (@StarpTech)
- 283a9c8: fix(codegen): resolve template dependencies recursively (#209) (@StarpTech)
- c01bd9a: fix: allow to configure internal and public node urls separately (#207) (@spetrunin)
- 4a98ab2: fix: sync path of prisma introspection and prisma runtime (#220) (@jensneuse)
Release wunderctl 0.110.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
Features
- 7a5f34e: feat: add auth example for swr (#200) (@StarpTech)
Bug fixes
Release wunderctl 0.110.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
Features
- 6870130: feat: add post logout hook (#196) (@jensneuse)
- a0b1bae: feat: add swr hooks for auth and file upload (#195) (@StarpTech)
- 942b278: feat: make typescript client typesafe (#179) (@Pagebakers)
Bug fixes
- 48fdaa1: fix(swr): reset user cache after logout (#197) (@StarpTech)
- 4d9c0a4: fix: use node url in graphiql apiUrl (#198) (@spetrunin)