3.35.1
(fix): Respect the path-parameter-order setting from generators.yml when importing OpenAPI specs, which is different from the path-parameter-order on the api.settings level.
By setting both levels to spec-order, you can preserve the old behavior of using the order defined in the OpenAPI spec.
(fix): Fix local generation to convert self-hosted GitHub URI (owner/repo) to full URL format,
matching Fiddle’s remote generation behavior.
3.33.0
(fix): Fix handling of OpenAPI schemas that use discriminator.mapping without explicit oneOf/anyOf. These schemas are now correctly converted as discriminated unions instead of plain objects. This pattern is used by APIs like Dropbox Sign where a base schema defines a discriminator with mapping to variant schemas.