Release 4.3
Possible breaking change
- The
ModelMutationused to generate the default return value of the model assnake_case. So, the modelFooBarwould be set tofooBar. That still works the same for the endpoint, but in python it is weird to have toreturn cls(fooBar=instance). This changes the default attribute to usefoo_bar.
Full Changelog: v4.0.4...v4.3