Skip to content

v5.1.0

Compare
Choose a tag to compare
@rose-a rose-a released this 01 Aug 21:28
· 65 commits to master since this release
8379f8f
  • #429: Align client behavior with the GraphQL Over HTTP Specification by @sungam3r:
    • correct handling of non-success status codes depending on media type
    • set Accept header (use application/graphql+json by default, fall back to application/json)
  • #430: Bug fix for ArgumentNullException from ClientWebSocketOptions.ClientCertificates by @Laradius, @sungam3r