Skip to content

Releases: IBM/openapi-to-graphql

OpenAPI-to-GraphQL v2.2.4

16 Jul 20:04
Compare
Choose a tag to compare
  • Fix small issue with the json-ptr dependency

Special thanks to @ymglez for contributing to this update!

OpenAPI-to-GraphQL v2.2.3

06 Jul 15:24
Compare
Choose a tag to compare
  • Resolver GET requests do not send a Content-Type header
  • Typing improvements

OpenAPI-to-GraphQL v2.2.2

24 Jun 17:00
Compare
Choose a tag to compare

OpenAPI-to-GraphQL v2.2.1

23 Jun 14:58
Compare
Choose a tag to compare
  • Support for arbitrary JSON pointer references

Special thanks to @mtth for this contribution!

OpenAPI-to-GraphQL v2.2.0

20 Jun 22:44
Compare
Choose a tag to compare
  • Request headers can now be provided by functions, allowing headers to be dynamically set
  • Drastic improvements in typing

Special thanks to @YoonsLee for this very long awaited feature!

OpenAPI-to-GraphQL v2.1.1

15 Jun 04:16
Compare
Choose a tag to compare
  • Fixed "Cannot use 'in' operator to search for '#' in undefined" error (see #323)
  • Various other fixes and improvements

OpenAPI-to-GraphQL v2.1.0

23 Apr 14:31
Compare
Choose a tag to compare

We now have Subscription support!!!

Extra big thanks to @getlarge for this incredible contribution!

OpenAPI-to-GraphQL v2.0.0

28 Jan 18:22
Compare
Choose a tag to compare
  • Support for allOf, oneOf, anyOf, and not JSON schema keywords
    • Including proper fallback for edge cases
  • Enum values are in ALL_CAPS, following GraphQL convention
  • Support for x-www-form-urlencoded request bodies
  • Add genericPayloadArgName option
  • Add simpleNames option
    • Create field and type names with minimal changes/formatting
  • Add singularNames option
    • Create semantically meaningful names from analyzing the operation path (experimental)
  • Fix bug where linked fields were not using requestOptions
  • Numerous code improvements

Special thanks @cliffpyles, @YoonsLee, @sotaokuhama, @ibudden

OpenAPI-to-GraphQL v1.7.0

09 Dec 20:09
Compare
Choose a tag to compare

Special thanks to @gtamas for contributing to this update!

OpenAPI-to-GraphQL v1.6.2

24 Oct 15:22
Compare
Choose a tag to compare
  • Fixed bug with processing null in request bodies (input object types)