5.77.0

(feat): Add an ignore-tags OpenAPI setting to generators.yml. When enabled, operation-level tags are ignored when determining the SDK structure: endpoints fall back to the root package (or their namespace) and method names are derived from each operation’s operationId.

1api:
2 specs:
3 - openapi: ./openapi.yml
4 settings:
5 ignore-tags: true