You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+
### Added
11
+
10
12
- Support for `@deprecated` field annotations. You can configure how
11
13
deprecations are handled via the `deprecated` argument in the `GraphQLQuery`
12
14
derive:
@@ -30,6 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30
32
31
33
The default is `warn`.
32
34
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
+
33
41
## [0.4.0] - 2018-08-23
34
42
35
43
There are a number of breaking changes due to the new features, read the `Added` section attentively if you are upgrading.
0 commit comments