Minor Changes
The Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
Structure API
The SDK plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the methodNameBuilder function, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.
Please open an issue if you're unable to migrate your configuration to the new syntax.
The Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
Structure API
The Angular plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the methodNameBuilder function, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.
Please open an issue if you're unable to migrate your configuration to the new syntax.
Patch Changes
-
plugin(@hey-api/client-nuxt): use serialized body in SSE requests (#3123) (
6505659) by @bilby91 -
plugin(zod): expand support for bigint types (#3145) (
4a32dcf) by @mrlubos -
plugin(@hey-api/client-angular): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubos -
plugin(@hey-api/client-next): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubos -
plugin(@hey-api/client-axios): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubos -
plugin(@hey-api/client-fetch): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubos -
plugin(@hey-api/client-nuxt): preserve null in
WithRefstype for nullable fields (#3131) (3935034) by @rigtigeEmil -
renderer: correctly render default import (#3109) (
815a3de) by @mrlubos -
plugin(@hey-api/client-ky): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubos
Updated Dependencies:
- @hey-api/codegen-core@0.5.0