From 5cfc22de31bbcb17ca15d090d9c2565f825950bd Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Sat, 3 Dec 2022 16:56:49 -0500 Subject: [PATCH] Add v0.17.21 Release notes Signed-off-by: Steve Coffman --- CHANGELOG.md | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 167 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6366f3978..b2bbde7ffbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,176 @@ 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.20...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.21...HEAD) + +## [v0.17.21](https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.21) - 2022-12-03 +- 9deb8381 release v0.17.21 + +
5c083c79 use goField directive for getters generation (#2447) + +* consider goField directive for getters generation + +* Re-generate to pass linting + +
+ +
463d2134 fix: safe http error response (#2438) + +* safe http error when parsing body + +* fix tests + +* fix linting + +* fix linting + +* Dispatch decoding errors so hook can present them + + +* Revert test expectation to original + +
+ +
86c144fc Bump decode-uri-component from 0.2.0 to 0.2.2 in /integration (#2445) + +Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. +- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) +- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) + +--- +updated-dependencies: +- dependency-name: decode-uri-component + dependency-type: indirect +... + +
+ +
f28ffccd Bump minimatch from 3.0.4 to 3.1.2 in /integration (#2435) + +Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. +- [Release notes](https://github.com/isaacs/minimatch/releases) +- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) + +--- +updated-dependencies: +- dependency-name: minimatch + dependency-type: indirect +... + +
+ +- e3af4459 docs : embedding schema in generated code (#2351) + +
efb31b54 Check if go.mod exists while init (#2432) + +* Add check go.mod first to prevent cascade errors in "init" directive + +* Fix formatting + +* Fix formatting with gofmt + + + +This reverts commit c23d183d9da4e33993e600beefcccd1fc4ec6264. + + +* Adjust go.mod file to look in parent directories as well + +
+ +
89e91da1 Add resolver commit (#2434) + +* Add resolver commit + +* Add version to comment and re-generate + +
+ +- 3087cf3a Fix for #1274. (#2411) + +
906c0dee optional return pointers in unmarshalInput (#2397) + +* optional return pointers in unmarshalInput + +* add docs for return_pointers_in_unmarshalinput + +
+ +
a9d06036 Add json.Number support to UnmarshalString (#2396) + +* Add json.Number support to UnmarshalString + +* Add UnmarshalString tests + +* Remove trailing zeros when calling UnmarshalString with float64 + +
+ +
daa44079 Update README.md (#2391) + +fix: execute gqlgen generate command error. eg: systems failed: unable to build object definition: unable to find type: github.com/99designs/gqlgen/graphql/introspection.InputValue. need import github.com/99designs/gqlgen/graphql/introspection . + +
+ +
419dd96c Bump got and [@graphql](https://github.com/graphql)-codegen/cli in /integration (#2389) + +Removes `got` + +- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) +- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) + +--- +updated-dependencies: +- dependency-name: got + dependency-type: indirect + dependency-type: direct:development +... + +
+ +- b1ca215a Add global typescript (#2390) + +
265888c6 Bump jsdom and jest in /integration (#2388) + +Bumps [jsdom](https://github.com/jsdom/jsdom) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies needed to be updated together. + +Removes `jsdom` + +Updates `jest` from 24.9.0 to 29.0.3 +- [Release notes](https://github.com/facebook/jest/releases) +- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) +- [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest) + +--- +updated-dependencies: +- dependency-name: jsdom + dependency-type: indirect +- dependency-name: jest + dependency-type: direct:development +... + +
+ +
56f6db04 Update module mitchellh/mapstructure to 1.5.0 (#2111) + +* Update mitchellh/mapstructure + + +* Avoid double pointer + +
+ +- ea9590a4 update changelog for v0.17.20 + +- 4c06e6c6 v0.17.20 postrelease bump + + + + + ## [v0.17.20](https://github.com/99designs/gqlgen/compare/v0.17.19...v0.17.20) - 2022-09-19 - 0e4cbd10 release v0.17.20