v5.1.0
- #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 toapplication/json
)
- #430: Bug fix for ArgumentNullException from ClientWebSocketOptions.ClientCertificates by @Laradius, @sungam3r