Skip to content

Tags: graphql-dotnet/graphql-client

Tags

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add APQ support (#555)

* Add APQ support

* changes

* rem

* note

* progress

* progress

* fix variable name

* move APQ code to SendQueryAsync method to allow usage over websocket, too

* make the APQDisabledForSession flag public (helps for testing)

* create a test that uses the APQ feature

* test APQ with websocket transport

* move code for generation of the APQ extension into GraphQLRequest

* fix naming

* replace system.memory reference with narrower system.buffers reference

* Update src/GraphQL.Primitives/GraphQLRequest.cs

Co-authored-by: Shane Krueger <[email protected]>

* Update src/GraphQL.Primitives/GraphQLRequest.cs

Co-authored-by: Shane Krueger <[email protected]>

* document APQ feature +semver: feature

* optimize docs

---------

Co-authored-by: Alexander Rose <[email protected]>
Co-authored-by: Alexander Rose <[email protected]>
Co-authored-by: Shane Krueger <[email protected]>

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GraphQLQuery record type for reusable query declarations with syn…

…tax highlighting (#638)

* add GraphQLQuery record type for reusable query declarations

* enable GraphQLQuery record from .NET 6.0 upwards

* document GraphQLQuery type

* optimize linebreaks in Readme

* fix code formatting in readme

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Document syntax highlighting (#637)

* copy code for StringSyntaxAttribute from original source

* document syntax highlighting

* add note on usage of GraphQLHttpClient

* add note on response type

* fix wording

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new often used constructor (#627)

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade dependencies (#603)

* upgrade dependencies

* fix code warnings

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explicitly setting content header to avoid issues with some GraphQL s…

…ervers. (#595)

* Explicitly setting content header to avoid issues with some GraphQL servers. For instance synthetic GraphQL generated out of Azure APIM.

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/make automatic header optional (#542)

* Make UserAgent request header optional.

* Changed to configurable user agent header.

* Update src/GraphQL.Client/GraphQLHttpClientOptions.cs

Co-authored-by: Alexander Rose <[email protected]>

* Update src/GraphQL.Client/GraphQLHttpRequest.cs

Co-authored-by: Alexander Rose <[email protected]>

* Update src/GraphQL.Client/GraphQLHttpRequest.cs

Co-authored-by: Alexander Rose <[email protected]>

* Update src/GraphQL.Client/GraphQLHttpRequest.cs

Co-authored-by: Alexander Rose <[email protected]>

* Update src/GraphQL.Client/GraphQLHttpRequest.cs

* refactor test helpers to provide access to GraphQLHttpClientOptions when creating the test client

* test user agent header

---------

Co-authored-by: Jesse <[email protected]>
Co-authored-by: Ivan Maximov <[email protected]>

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump GraphQL.SystemTextJson from 7.1.1 to 7.2.2 (#511)

Bumps [GraphQL.SystemTextJson](https://github.com/graphql-dotnet/graphql-dotnet) from 7.1.1 to 7.2.2.
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.1.1...7.2.2)

---
updated-dependencies:
- dependency-name: GraphQL.SystemTextJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ArgumentNullException from ClientWebSocketOptions.ClientCertifica…

…tes (#431)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow non-200 HTTP status codes (#419)

* Allow non-200 HTTP status codes

* Update src/GraphQL.Client/GraphQLHttpClientOptions.cs

Co-authored-by: Alexander Rose <[email protected]>

* fix

Co-authored-by: Alexander Rose <[email protected]>