Skip to content

1.44.0

Choose a tag to compare

@Carapacik Carapacik released this 22 Jun 18:18
· 4 commits to main since this release
  • Add preserve_schema_casing option to preserve original casing of schema-derived identifiers, defaults to false for backwards compatibility, which normalises to PascalCase
  • Fix crash when a multipart/form-data request body references a schema without properties
  • Fix nullable handling for single-element allOf, oneOf, and anyOf schemas with sibling nullable: true
  • Fix missing imports for nested union properties in Freezed discriminated-union variants