Skip to content

Commit dc2abc1

Browse files
committed
Readme updates with version notes.
1 parent 97abafd commit dc2abc1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
4747
To use this in your project, add the [FlurlGraphQL.Querying](https://www.nuget.org/packages/FlurlGraphQL.Querying/) NuGet package to your project.
4848

4949
## Release Notes:
50+
### v1.3.1
51+
- Fixed bug in Error handling not identifying GraphQL Server errors correctly in all cases, and therefore not propagating the full details returned by the Server.
52+
- Fixed bug in Error handling not processing the error path variables correctly.
53+
54+
### v1.3.1
55+
- Fixed Null reference issue in GraphQL/Request Error handling of HttpStatusCode.
56+
57+
### v1.3.0
58+
- Added better support for Mutation handling so that single payload (per Mutation convention best practices) can be returned easily via `.ReceiveGraphQLMutationResult()`.
59+
- This eliminates the need to use `.ReceiveGraphQLRawJsonResponse()` for dynamic Mutation response handling; but you may continue to do so if required.
60+
- Fixed bug to ensure Errors are returned on IGraphQLQueryResults when possible (not available on Batch Queries).
61+
- Fixed bug in processing logic for paginated requests when TotalCount is the only selected field on a paginated request; only affected CollectionSegment/Offset Paging requests.
62+
5063
### v1.2.0
5164
- Added support to control the Persisted Query payload field name for other GraphQL servers (e.g. Relay server) which may be different than HotChocolate .NET GraphQL Server.
5265
- Added global configuration support via FlurlGraphQLConfig.ConfigureDefaults(config => ...) so that configurable options can be set once globlly with current support for Persisted Query Field Name and Json Serializer Settings.

0 commit comments

Comments
 (0)