Skip to content

Releases: bff-backup/code

Release wunderctl 0.114.0

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

Changelog

Features

Bug fixes

  • fbc8608: fix: exit node process when parent exited (#271) (@spetrunin)
  • be87427: fix: remove accidentally left Println() (#273) (@fiam)

Release wunderctl 0.113.0

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

Changelog

Features

  • c2daf5d: feat: allows node to sleep after an idle timeout (#256) (@fiam)

Bug fixes

  • aac9cc5: fix: make error handling in IntrospectPrismaDatabaseSchema more robust (#267) (@fiam)

Release wunderctl 0.112.0

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

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

Release wunderctl 0.111.4

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

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

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

Changelog

Bug fixes

Release wunderctl 0.111.2

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

Changelog

Bug fixes

Release wunderctl 0.111.1

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

Changelog

Bug fixes

  • 9ca1fc9: fix: synchronize prisma install for multiple prisma datasources (#222) (@jensneuse)

Release wunderctl 0.111.0

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

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

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

Changelog

Features

Bug fixes

  • 8832f8c: fix: avoid logging file contents during uploads (#201) (#203) (@fiam)

Release wunderctl 0.110.1

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

Changelog

Features

Bug fixes

  • 48fdaa1: fix(swr): reset user cache after logout (#197) (@StarpTech)
  • 4d9c0a4: fix: use node url in graphiql apiUrl (#198) (@spetrunin)