From f8a88f5dcba218a6b85387ac925ab2b599734130 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Mon, 30 Dec 2019 22:14:05 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6348d55761..61f1532fd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ #### 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 @@ -11,6 +13,7 @@ #### 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