From 9d22d98c792ba7214dc1aad4366e3f7eba0299f7 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Mon, 23 Jan 2023 10:40:09 -0500 Subject: [PATCH] Changelog for v0.17.24 Signed-off-by: Steve Coffman --- CHANGELOG.md | 146 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 141 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c7ff1e9c0..3be8c6bb405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,146 @@ 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.22...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.24...HEAD) + +## [v0.17.24](https://github.com/99designs/gqlgen/compare/v0.17.23...v0.17.24) - 2023-01-23 +- 77c63865 release v0.17.24 + + + + + + +## [v0.17.23](https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23) - 2023-01-23 +- 9573b595 release v0.17.23 + +- 866187fd missed a closing parenthesis (#2513) + +- ec3b4711 fix #2485 for some types requiring a scalar (#2508) + +
11c3a4da Enable Subscription Resolver to return websocket error message (#2506) + +* Enanble Subscription Resolver to return websocket error message + +* add PR link + +* lint + +* fmt and regenerate + +
+ +
2bd7cfef Add omit_complexity config option for issue #2502 (#2504) + +* Add omit_complexity config option to skip generation of ComplexityRoot struct content and Complexity function + +* fix lint error + +
+ +
867b61a5 fix #2485 Defined type from a basic type should not need scalar (#2486) + +* following review + +* better way to compare basic type + +
+ +- 43c9a1d2 fix: gin sample code error in v0.17.22 (#2503) + +
f5764a83 Bump json5 from 2.2.1 to 2.2.3 in /integration (#2500) + +Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. +- [Release notes](https://github.com/json5/json5/releases) +- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) +- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) + +--- +updated-dependencies: +- dependency-name: json5 + dependency-type: indirect +... + +
+ +
32bfdfb7 Bump jsonwebtoken and [@graphql](https://github.com/graphql)-tools/prisma-loader in /integration (#2501) + +Updates `jsonwebtoken` from 8.5.1 to 9.0.0 +- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) +- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) +- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0) + +- [Release notes](https://github.com/ardatan/graphql-tools/releases) +- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/prisma/CHANGELOG.md) + +--- +updated-dependencies: +- dependency-name: jsonwebtoken + dependency-type: indirect + dependency-type: indirect +... + +
+ +
f0a090d0 Add Server-Sent Events transport (#2498) + +* Add new transport via server-sent events + +* Add graphql-sse option to chat example + +* Add SSE transport to documentation + +* Reorder imports and handle test err to fix golangci-lint remarks + +
+ +
b09608d2 fix misspelling and format code (#2497) + +* fix: misspelling dont + +* fix: sort import order + +* fix example indent + +
+ +- e8d61150 plugin/resolvergen: respect named return values (#2488) + +
c2b8eabb feat: support Altair playground (#2437) + +* feat: support Altair playground + +* fix method params + +
+ +
5cb6e3ec Fix issue #2470: Incorrect response when errors occurred (#2471) + +* go generate ./... + +* regenerate examples + +
+ +- 3008f4e2 fix #2465 remote model with omitempty (#2468) + +- da43147f Export default modelgen hooks (#2467) + +- 6b8c6ee7 Fix #2457 update websocket example (#2461) + +- aaf1638b Update Release script to generate after version bumps + +- 95437035 Increment version, regenerate, and make changelog + +- 99e036be v0.17.22 postrelease bump + + + + + ## [v0.17.22](https://github.com/99designs/gqlgen/compare/v0.17.21...v0.17.22) - 2022-12-08 - d6579466 release v0.17.22 @@ -725,7 +861,7 @@ This reverts commits 64b882c3c9901f25edc0684ce2a1f9b63443416b and 670cf22272b490
5f5bfcb9 fix #2204 - don't try to embed builtin sources (#2214) -* don't try to embed builtins +* dont't try to embed builtins * add test @@ -3068,7 +3204,7 @@ Remove stale bot
34a442c7 Merge pull request #1399 from 99designs/prevent-possible-error-deadlock -Don't hold error lock when calling into error presenters +Dont hold error lock when calling into error presenters
@@ -6353,7 +6489,7 @@ duration of inactivity. - 693753fc Add websocket keepalive support -- 162afad7 enums don't exist in runtime +- 162afad7 enums dont exist in runtime
d0b6485b Merge pull request #525 from 99designs/stop-grc-panic @@ -8322,7 +8458,7 @@ Validate at end
b16e8429 Merge pull request #159 from vektah/enum-only-generation -Don't skip model generation if there are enums defined +Dont skip model generation if there are enums defined