@@ -5,20 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project will adhere to [ Calendar Versioning] ( https://calver.org/ ) starting v20.03.
6
6
7
7
## [ 20.11.1] - 2021-01-27
8
- [ 20.11.1 ] : https://github.com/dgraph-io/dgraph/compare/v20.11.1 ...v20.11.0
8
+ [ 20.11.1 ] : https://github.com/dgraph-io/dgraph/compare/v20.11.0 ...v20.11.1
9
9
10
10
### Fixed
11
11
- GraphQL
12
12
- Fix(subscriptions): fix subscription to use the kv with the max version ([ #7349 ] [ ] ) ([ #7355 ] [ ] )
13
- - Fix(GraphQl): fix a panic when we pass a single ID as a integer and expected type is [ ID] .We
13
+ - Fix(GraphQl): fix a panic when we pass a single ID as a integer and expected type is ` [ID] ` .We
14
14
now coerce that to type array of string. ([ #7325 ] [ ] ) ([ #7353 ] [ ] )
15
15
- Fix(GRAPHQL): update gqlparser release to v2.1.4 ([ #7347 ] [ ] ) ([ #7352 ] [ ] )
16
16
- Fix(GraphQL): Fix graphql flaky tests which were caused by receiving extra schema updates
17
17
([ #7329 ] [ ] ) ([ #7348 ] [ ] )
18
18
- Fix(GraphQL): This PR addd input coercion from single object to list and fix panic when we
19
19
pass single ID in filter as a string. ([ #7133 ] [ ] ) ([ #7306 ] [ ] )
20
20
- Fix(GRAPHQL): Don't generate get query on interface if it doesn't have field of type ID and
21
- also disallow get query on field of type @id in inerface. ([ #7158 ] [ ] ) ([ #7305 ] [ ] )
21
+ also disallow get query on field of type ` @id ` in inerface. ([ #7158 ] [ ] ) ([ #7305 ] [ ] )
22
22
- Fix(GraphQL): This PR fix multi cors and multi schema nodes issue by selecting one of the
23
23
latest added nodes, and add dgraph type to cors. ([ #7270 ] [ ] ) ([ #7302 ] [ ] )
24
24
- Fix(GraphQL): This PR allow to use __ typename in mutation. ([ #7285 ] [ ] ) ([ #7303 ] [ ] )
@@ -144,7 +144,7 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start
144
144
- Feat(GraphQL): This PR adds parameterised cascade in graphql. ([ #6251 ] [ ] )
145
145
- Feat(GraphQL): add has filter support ([ #6258 ] [ ] )
146
146
- Feat(GraphQL): GraphQL now has Int64 as scalar type ([ #6200 ] [ ] )
147
- - Feat(GraphQL): @custom HTTP body now supports hardcoded scalars ([ #6157 ] [ ] )
147
+ - Feat(GraphQL): ` @custom ` HTTP body now supports hardcoded scalars ([ #6157 ] [ ] )
148
148
- Feat(GraphQL): Custom logic now supports DQL queries ([ #6115 ] [ ] )
149
149
- Feat(GraphQL): This PR allows to return errors from custom REST endpoint. ([ #6604 ] [ ] )
150
150
0 commit comments