Releases: 99designs/gqlgen
Releases · 99designs/gqlgen
v0.17.23
What's Changed
- Fix #2457 update websocket example by @StevenACoffman in #2461
- Export default modelgen hooks by @atzedus in #2467
- fix #2465 remote model with omitempty by @mstephano in #2468
- Fix issue #2470: Incorrect response when errors occurred by @atzedus in #2471
- feat: support Altair playground by @yk-eukarya in #2437
- plugin/resolvergen: respect named return values by @a8m in #2488
- fix misspelling and format code by @Doarakko in #2497
- Add Server-Sent Events transport by @jmic in #2498
- Bump jsonwebtoken and @graphql-tools/prisma-loader in /integration by @dependabot in #2501
- Bump json5 from 2.2.1 to 2.2.3 in /integration by @dependabot in #2500
- fix: gin sample code error in v0.17.22 by @Adam7066 in #2503
- fix #2485 Defined type from a basic type should not need scalar by @mstephano in #2486
- Add omit_complexity config option for issue #2502 by @mariuscraciunescu in #2504
- Enable Subscription Resolver to return websocket error message by @zhixinwen in #2506
- fix #2485 for some types requiring a scalar by @mstephano in #2508
- missed a closing parenthesis in documentation by @NateHan in #2513
New Contributors
- @mstephano made their first contribution in #2468
- @yk-eukarya made their first contribution in #2437
- @Doarakko made their first contribution in #2497
- @jmic made their first contribution in #2498
- @Adam7066 made their first contribution in #2503
- @mariuscraciunescu made their first contribution in #2504
- @zhixinwen made their first contribution in #2506
- @NateHan made their first contribution in #2513
Full Changelog: v0.17.22...v0.17.23
v0.17.22
What's Changed
- Implicit external check by @jclyons52 in #2449
- Ability to return multiple errors from resolvers raise than add it to stack. by @atzedus in #2454
- graphql.Error is not deprecated anymore by @atzedus in #2455
New Contributors
- @jclyons52 made their first contribution in #2449
- @atzedus made their first contribution in #2454
Full Changelog: v0.17.21...v0.17.22
v0.17.21
What's Changed
- Update module mitchellh/mapstructure to 1.5.0 by @StevenACoffman in #2111
- Bump jsdom and jest in /integration by @dependabot in #2388
- Add global typescript in CI integration check by @StevenACoffman in #2390
- Bump got and @graphql-codegen/cli in /integration by @dependabot in #2389
- Update README.md by @rentiansheng in #2391
- Add json.Number support to UnmarshalString by @Desuuuu in #2396
- optional return pointers in unmarshalInput by @LuciferInLove in #2397
- Fix for #1274. by @chaitanyamaili in #2411
- Add resolver commit by @voslartomas in #2434
- Check if go.mod exists while init by @soeti in #2432
- docs : embedding schema in generated code by @schafle in #2351
- Bump minimatch from 3.0.4 to 3.1.2 in /integration by @dependabot in #2435
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /integration by @dependabot in #2445
- fix: safe http error response by @koniuszy in #2438
- use goField directive for getters generation by @StevenACoffman in #2447
New Contributors
- @rentiansheng made their first contribution in #2391
- @LuciferInLove made their first contribution in #2397
- @chaitanyamaili made their first contribution in #2411
- @voslartomas made their first contribution in #2434
- @soeti made their first contribution in #2432
- @koniuszy made their first contribution in #2438
Full Changelog: v0.17.20...v0.17.21
v0.17.20
What's Changed
- Fix field merging behavior for fragments on interfaces by @kxfang in #2380
- Update diagram in documentation by @bcspragu in #2381
- Update go-colorable and x/tools. by @tjni in #2382
New Contributors
- @kxfang made their first contribution in #2380
- @bcspragu made their first contribution in #2381
- @tjni made their first contribution in #2382
Full Changelog: v0.17.19...v0.17.20
v0.17.19
What's Changed
- Update the @tag and @key directives to be valid with the Federation v2 spec by @shawnhugginsjr in #2371
- testfix: make apollo federated tracer test more consistent by @roeest in #2374
- Update graphiql to 2.0.7 by @devalecs in #2375
New Contributors
- @shawnhugginsjr made their first contribution in #2371
- @devalecs made their first contribution in #2375
Full Changelog: v0.17.17...v0.17.19
v0.17.18
What's Changed
- Update the @tag and @key directives to be valid with the Federation v2 spec by @shawnhugginsjr in #2371
- testfix: make apollo federated tracer test more consistent by @roeest in #2374
- Update graphiql to 2.0.7 by @devalecs in #2375
New Contributors
- @shawnhugginsjr made their first contribution in #2371
- @devalecs made their first contribution in #2375
Full Changelog: v0.17.17...v0.17.18
v0.17.17
What's Changed
- Add omit_getters config option by @neptoess in #2348
- Add
subscriptions.md
recipe to docs by @Unkn0wnCat in #2346 - feat: make Playground HTML content compatible with UTF-8 charset by @nekomeowww in #2355
- Update gqlparser to v2.5.1 by @StevenACoffman in #2363
- fix: apollo federation tracer was race prone by @roeest in #2366
- nil check error before type assertion follow-up from #2341 by @StevenACoffman in #2368
New Contributors
- @Unkn0wnCat made their first contribution in #2346
- @nekomeowww made their first contribution in #2355
- @roeest made their first contribution in #2366
Full Changelog: v0.17.16...v0.17.17
v0.17.16
What's Changed
- Update yaml to v3 by @CoreFloDev in #2339
- feat: update Graphiql to version 2 by @robertmarsal in #2340
- Update gqlparser to v2.5.0 by @StevenACoffman in #2341
New Contributors
- @CoreFloDev made their first contribution in #2339
Full Changelog: v0.17.15...v0.17.16
v0.17.15
v0.17.14
What's Changed
- Add support for KeepAlive message in websocket client by @alexvelea in #2293
- #2298: fix gqlgen extracting module name from comment line by @mobiletoly in #2299
- Update gqlparser to v2.4.7 by @StevenACoffman in #2300
- Add hackernews graphql api tutorial to other resources by @Glyphack in #2305
- Generate getters for interface fields by @neptoess in #2314
- Leverage (*Imports).LookupType when generating interface field getters by @neptoess in #2315
- Include docstrings on interface getters by @neptoess in #2317
- Avoid GraphQL to Go Naming Collision with "ToGoModelName" func by @dcarbone in #2322
- More descriptive
not implemented
stubs by @lintaba in #2328
New Contributors
- @alexvelea made their first contribution in #2293
- @mobiletoly made their first contribution in #2299
- @Glyphack made their first contribution in #2305
- @neptoess made their first contribution in #2314
- @dcarbone made their first contribution in #2322
- @lintaba made their first contribution in #2328
Full Changelog: v0.17.13...v0.17.14