Releases: IBM/openapi-to-graphql
Releases · IBM/openapi-to-graphql
OpenAPI-to-GraphQL v2.6.3
OpenAPI-to-GraphQL v2.6.2
- Support for
form
style andexplode
operation parameters - Fix support for non-string and nested parameters in link objects
Special thanks to @eokoneyo for contributing to this update!
OpenAPI-to-GraphQL v2.6.1
- Fix fetching input OAS from URL using CLI
Special thanks to @bryanbalmer for this contribution!
OpenAPI-to-GraphQL v2.6.0
- Add support for file upload
Special thanks to @eokoneyo for this release!
OpenAPI-to-GraphQL v2.5.2
- Fix build error that prevented the CLI from working
Special thanks to @MarcoDaniels for this contribution!
OpenAPI-to-GraphQL v2.5.1
- Update dependencies
OpenAPI-to-GraphQL v2.4.0
- Add support for custom extensions to control type name, field name, and enum values.
- Simplify
anyOf
andoneOf
resolution - Fix bug with
fillEmptyResponses
option
Special thanks to @elsmr for this update!
OpenAPI-to-GraphQL v2.3.0
- Add validation and translation options,
oasValidatorOptions
andswagger2OpenAPIOptions
- Add simpleEnumValues option
- Expose preprocessing data for debugging the generated schema
- Fix bug in resolving
allOf
- Update evaluation script
Special thanks to @dotansimha, @nlundquist, and @SimonCull for contributing to this update!
OpenAPI-to-GraphQL v2.2.6
- Fix a bug leaking data about the underlying API calls
- Previously exposed the
_openAPI-to-GraphQL
field in fields returning the GraphQLJSON scalar type
- Previously exposed the
OpenAPI-to-GraphQL v2.2.5
- Update dependencies