Releases: 99designs/gqlgen
Releases · 99designs/gqlgen
v0.17.33
What's Changed
- minor cleaning: fix some stricter lint rule warnings by @StevenACoffman in #2665
- Update all modules by @StevenACoffman in #2667
- issue-1372: add custom decode func by @artur-chopikian in #2666
New Contributors
- @artur-chopikian made their first contribution in #2666
Full Changelog: v0.17.32...v0.17.33
v0.17.32
What's Changed
- Fix uint32 unmarshal by @mdvalv in #2631
- fix enum capitalization by @dukhyungkim in #2630
- Generate federation entity resolvers for interfaces with @key fields defined by @nicolerenee in #2634
- feat(federation): update Apollo Federation v2 definitions by @dariuszkuc in #2635
@defer
initial support by @StevenACoffman in #2642- allow binding a GraphQL
Any
field to a struct method returning*any
by @Tooni in #2644 - POC: Generated model extra fields by @auvn in #2638
- Make usage of omitempty tag optional by @dcarbone in #2649
- Update extra fields type definition and plus docs about the feature by @auvn in #2655
- Addressing few issues in defer feature by @UnAfraid in #2656
- Added unit tests for defer by @UnAfraid in #2657
New Contributors
- @mdvalv made their first contribution in #2631
- @dukhyungkim made their first contribution in #2630
- @nicolerenee made their first contribution in #2634
- @dariuszkuc made their first contribution in #2635
- @Tooni made their first contribution in #2644
- @auvn made their first contribution in #2638
- @UnAfraid made their first contribution in #2656
Full Changelog: v0.17.31...v0.17.32
v0.17.31
What's Changed
- update autogenerated gqlgen.yml with new options by @fiatjaf in #2622
- Bugfix: add missing return statements in GRAPHQL and UrlEncodedForm t… by @RatkoR in #2625
- Omittable input fields by @Desuuuu in #2585
- New option to make comments on resolver optional by @mokeko in #2627
- fix: allow space in go tag value by @gitxiongpan in #2628
New Contributors
Full Changelog: v0.17.30...v0.17.31
v0.17.30
What's Changed
- feat: gqlgen ver in generated file notice and entire file notice optional by @hexnaught in #2617
New Contributors
- @hexnaught made their first contribution in #2617
Full Changelog: v0.17.29...v0.17.30
v0.17.29
What's Changed
- Cleanup only non-gqlgen packages when reloading all packages by @AdallomRoy in #2598
- Transport for application/graphql contentType by @RatkoR in #2592
- Add on-close handler for websockets. by @szgupta in #2612
- Transport for application/x-www-form-urlencoded content type by @RatkoR in #2611
- Read gqlgen.yml from io.Reader. by @smac89 in #2607
New Contributors
- @AdallomRoy made their first contribution in #2598
- @szgupta made their first contribution in #2612
- @smac89 made their first contribution in #2607
Full Changelog: v0.17.28...v0.17.29
v0.17.28
What's Changed
- Allow setting headers in HTTP transports by @RatkoR in #2590
- feat: removeDuplicateTags() validates tags and panic with meaningful … by @gitxiongpan in #2597
- EntityResolver input type fix by @erankor in #2594
- Fix 2546: Federation 2 Relax external for object by @StevenACoffman in #2599
- Re-generate after #2599 by @StevenACoffman in #2601
New Contributors
- @RatkoR made their first contribution in #2590
- @gitxiongpan made their first contribution in #2597
- @erankor made their first contribution in #2594
Full Changelog: v0.17.27...v0.17.28
v0.17.27
What's Changed
- Add omitempty json tags for nullable fields by @StevenACoffman in #2436
- feat: support ApolloSandbox playground by @ergofriend in #2581
- POST transport: missing return and unnecessary logs by @Desuuuu in #2584
- Revert mstephano #2486 #2508 #2528 by @StevenACoffman in #2587
New Contributors
- @ergofriend made their first contribution in #2581
Full Changelog: v0.17.26...v0.17.27
v0.17.26
v0.17.25
What's Changed
- remove extra call to packages.Load fix #2505 by @vikstrous in #2519
- fix introspection doc typo by @tjcain in #2529
- fix #2524 basic alias Byte was not binded properly by @mstephano in #2528
- prepend goTag directive on struct tags and omit overridden duplicate struct tags per #2514 by @StevenACoffman in #2533
- Add ability to customize resolvergen behavior using additional plugins by @shrdlu68 in #2516
- Updated the documentation on using the plugins by @aleybovich in #2553
- Bump undici from 5.14.0 to 5.19.1 in /integration by @dependabot in #2557
- Move minimum supported version to Go 1.18 by @StevenACoffman in #2556
- fix typo in dataloaders docs example by @SDBlackwood in #2562
- Update lru package by @StevenACoffman in #2570
- Freshen dependencies by @StevenACoffman in #2571
New Contributors
- @tjcain made their first contribution in #2529
- @shrdlu68 made their first contribution in #2516
- @aleybovich made their first contribution in #2553
- @SDBlackwood made their first contribution in #2562
Full Changelog: v0.17.24...v0.17.25
v0.17.24
This release is a minor formatting tweak to the prior https://github.com/99designs/gqlgen/releases/tag/v0.17.23