From a8f112e0c5b3466de2f550e68cbe872233f052ac Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Mon, 13 Jun 2022 13:54:41 -0400 Subject: [PATCH] update changelog Signed-off-by: Steve Coffman --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5600d0ab..e17dc421a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,48 @@ 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.9...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.10...HEAD) + +## [v0.17.10](https://github.com/99designs/gqlgen/compare/v0.17.9...v0.17.10) - 2022-06-13 +- 4ff9ea92 release v0.17.10 + +- cac4f404 update gqlparser (#2239) + +- d07ec12d Use exact capitalization from field names overridden in config (#2237) + +- 3a640782 fix: #2234](https://github.com/99designs/gqlgen/issues/2234) ([#2235) Response.Errors in DispatchError function is not PresentedError + +
c355df9e fix #1876](https://github.com/99designs/gqlgen/issues/1876): Optional Any type should allow nil values ([#2231) + +* Anonymous func that checks value of arg type interface for nil + +* Added unit test for `CallArgs()` + +* Fixed type of argument in unit test + +
+ +- 65e68108 Add config boolean for whether resolvers return pointers (#2175) + +- ddd825ef Only make cyclical struct fields pointers (#2174) + +- 5a87fe29 Update websocket.go (#2223) + +- e2edda5d Update dataloaders.MD (#2221) + +- 3de7d2cf fix: chat example frontend race condition (#2219) + +- 11f40572 Update Changelog + +- caca01fb v0.17.9 postrelease bump + + + + + ## [v0.17.9](https://github.com/99designs/gqlgen/compare/v0.17.8...v0.17.9) - 2022-05-26 - 7f0611b2 release v0.17.9