From 99523e44ae67633ecfa714794a209191d3519017 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Mon, 24 Jan 2022 14:33:05 -0500 Subject: [PATCH] Prepare for v0.16.0 release (#1842) Signed-off-by: Steve Coffman --- CHANGELOG.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++- docs/build.sh | 1 + 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d47f8291f..4f5bc8d38d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,75 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.15.1...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.16.0...HEAD) + +## [v0.16.0](https://github.com/99designs/gqlgen/compare/v0.15.1...v0.16.0) - 2022-01-24 +
7cefef26 add PrependPlugin (#1839) + +* add PrependPlugin + +related: https://github.com/99designs/gqlgen/pull/1838 + +* added test for PrependPlugin + +
+ +
972878a0 Revert "Fix plugin addition (#1717](https://github.com/99designs/gqlgen/issues/1717))" ([#1838) + +This reverts commit f591c8f797e35635fb5eb0e4465c77b6a073896b. + +
+ +
1ed7e050 Fix #1832](https://github.com/99designs/gqlgen/issues/1832) [@requires](https://github.com/requires) directive when [@entityResolver](https://github.com/entityResolver) is used ([#1833) + +* fix requires directive for multipleEntity directive + + +* fix lint + +
+ +
fcee4c40 Update README.md (#1836) + +Corrected a simple grammar typo. + +
+ +
3fb5fd99 Fix #1834](https://github.com/99designs/gqlgen/issues/1834): Implement federation correctly ([#1835) + +* Fix federation implementation which does not conform to Apollo Federation subgraph specification + +* Optimize generated line breaks + +* Run go generate + +
+ +
98665071 Imporve gqlgen test cases (#1773) (closes #1765) + +* Imporve test cases for init and generate + +
+ +
5d904d87 Merge pull request #1778 from ipfans/gh-pages-patch + +Bump gqlgen.com version list + +
+ +- 196ee13b Bump gqlgen.com version + + + + + ## [v0.15.1](https://github.com/99designs/gqlgen/compare/v0.15.0...v0.15.1) - 2022-01-16 +- 7102a36b Prepare for 0.15.1 release +
2b8f50b3 Fix #1765](https://github.com/99designs/gqlgen/issues/1765): Sometimes module info not exists or not loaded. ([#1767) * Remove failing test diff --git a/docs/build.sh b/docs/build.sh index 9ccb5c390c5..b602be0eff9 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -10,6 +10,7 @@ RESET='\033[0m' HOST=https://gqlgen.com VERSIONS_ARRAY=( + 'v0.16.0' 'v0.15.1' 'origin/master' 'v0.15.0'