From 05bfc1fb12f73648833e1055e775e074a6df7eed Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Fri, 29 Apr 2022 10:23:32 -0400 Subject: [PATCH] Upddate Changelog Signed-off-by: Steve Coffman --- CHANGELOG.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3332adb7be..e0bc553e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,67 @@ 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.17.4...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.5...HEAD) + +## [v0.17.5](https://github.com/99designs/gqlgen/compare/v0.17.4...v0.17.5) - 2022-04-29 +- fd97e74e release v0.17.5 + +
9250f9ac Feature: Add FTV1 Support via Handler (#2132) + +* initial support for ftv1 traces via handler + +* remove testing json extension + +* remove binary from commit and add to .gitignore + +* updating go.mod + +* updating examples go.sum + +* rerunning generate within the examples folder + +
+ +
fce3a11a feat: added graphql.UnmarshalInputFromContext (#2131) + +* feat: added graphql.UnmarshalInputFromContext + +* chore: run go generate for _examples + +* fix: apply suggestions from code review + + +* fix: update error cases + +* fix: fixed unit-test by update root_.gotpl + +* fix: apply suggestions from code review + +* fix: update graphql/input.go + +
+ +
6a24e881 update instructions to specify package of Role (#2130) + +Can't compile with the example unless I also include `model.` for Role. + +
+ +- ccfa245b Ignore protobuf files in coverage (#2133) + +- 0465dcb1 Update federation.md (#2129) + +- 8f0631dc Update Changelog + +- 41611560 v0.17.4 postrelease bump + + + + + ## [v0.17.4](https://github.com/99designs/gqlgen/compare/v0.17.3...v0.17.4) - 2022-04-25 - d6de831a release v0.17.4