Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 31, 2019
1 parent f4adce8 commit f8a88f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,16 @@

#### Features

* Adds [graphql-upload](https://github.com/jaydenseric/graphql-upload) compatible scalar and link for proxying remote file uploads #671
* Add ability to merge fields from types from different schemas
* Adds transforms to wrap, extract, and rename fields #1183
* Adds transform to filter object fields #819
* Exports visitSchema, SchemaVisitor, healSchema, healTypes, cloneSchema, cloneType, cloneDirective to enable more custom transforms. #1070
* Allows removing extra delegation layers by passing fetcher/link options directly to delegateToSchema, mergeSchemas, and transformSchema and by filtering directly with filterSchema without additional transformation round #1165

#### Bug Fixes

* Filter unused variables from map when proxying requests
* Preserve subscription errors when using makeRemoteExecutableSchema
* Preserve extensions when transforming schemas
* Fix merging and transforming of custom scalars and enums #501, #1056, #1200
Expand Down

0 comments on commit f8a88f5

Please sign in to comment.