Skip to content

Releases: IBM/openapi-to-graphql

OpenAPI-to-GraphQL v2.6.3

04 Feb 06:54
Compare
Choose a tag to compare
  • Fix oneOf resolution with member schemas containing allOf
  • OneOf will now create link fields on member schemas

Special thanks to @mzronek for contributing to this update!

OpenAPI-to-GraphQL v2.6.2

03 Feb 17:15
Compare
Choose a tag to compare
  • Support for form style and explode 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

18 Jan 18:40
Compare
Choose a tag to compare
  • Fix fetching input OAS from URL using CLI

Special thanks to @bryanbalmer for this contribution!

OpenAPI-to-GraphQL v2.6.0

15 Dec 18:59
Compare
Choose a tag to compare

Special thanks to @eokoneyo for this release!

OpenAPI-to-GraphQL v2.5.2

28 Nov 17:38
Compare
Choose a tag to compare
  • Fix build error that prevented the CLI from working

Special thanks to @MarcoDaniels for this contribution!

OpenAPI-to-GraphQL v2.5.1

31 Jul 02:44
Compare
Choose a tag to compare

OpenAPI-to-GraphQL v2.4.0

01 Jul 18:51
Compare
Choose a tag to compare
  • Add support for custom extensions to control type name, field name, and enum values.
  • Simplify anyOf and oneOf resolution
  • Fix bug with fillEmptyResponses option

Special thanks to @elsmr for this update!

OpenAPI-to-GraphQL v2.3.0

17 Mar 14:49
Compare
Choose a tag to compare
  • Add validation and translation options, oasValidatorOptions and swagger2OpenAPIOptions
  • 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

16 Feb 19:19
Compare
Choose a tag to compare
  • Fix a bug leaking data about the underlying API calls
    • Previously exposed the _openAPI-to-GraphQL field in fields returning the GraphQLJSON scalar type

OpenAPI-to-GraphQL v2.2.5

05 Oct 20:34
Compare
Choose a tag to compare
  • Update dependencies