Skip to content

Commit 09b69a9

Browse files
committed
Update the changelog
1 parent 48e0a3d commit 09b69a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
### Added
11+
1012
- Support for `@deprecated` field annotations. You can configure how
1113
deprecations are handled via the `deprecated` argument in the `GraphQLQuery`
1214
derive:
@@ -30,6 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3032

3133
The default is `warn`.
3234

35+
This is a *breaking change* if you have the `#[deny(deprecated)]` compiler
36+
lint and you use deprecated fields in your queries. The quick solution is to
37+
annotate the relevant queries with `depracated = "allow"` as shown above.
38+
39+
- The CLI now supports the `--authorization` flag to pass the contents of an `Authorization` header. Thanks to @h-michael for the [PR](https://github.com/tomhoule/graphql-client/pull/92)!
40+
3341
## [0.4.0] - 2018-08-23
3442

3543
There are a number of breaking changes due to the new features, read the `Added` section attentively if you are upgrading.

0 commit comments

Comments
 (0)