Skip to content

1.29.0

Choose a tag to compare

@Carapacik Carapacik released this 19 Aug 14:17
· 17 commits to main since this release

Features

  • Add support for non-discriminated unions (oneOf/anyOf without a discriminator)
  • Filter out unused schemas when using include_tags or exclude_tags

Fixes

  • Fix the client name for untagged paths to properly fall back to the configured fallback_client instead of client
  • Fix the fallback_client configuration to default to fallback instead of default to avoid conflicts with the Dart default keyword in the generated code
  • Fix OpenAPI spec parsing to correctly preserve casing for SCREAMING_SNAKE_CASE
  • Fix filtering so paths without tags are filtered out when include_tags is specified