Skip to content

Release 4.3

Choose a tag to compare

@bellini666 bellini666 released this 22 Nov 19:57
· 18 commits to master since this release

Possible breaking change

  • The ModelMutation used to generate the default return value of the model as snake_case. So, the model FooBar would be set to fooBar. That still works the same for the endpoint, but in python it is weird to have to return cls(fooBar=instance). This changes the default attribute to use foo_bar .

Full Changelog: v4.0.4...v4.3