Skip to content

Releases: 99designs/gqlgen

v0.17.78

27 Jul 23:09
cf7d7fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.77...v0.17.78

v0.17.77

27 Jul 03:26
db1fddb
Compare
Choose a tag to compare

What's Changed

  • Better document how to construct a Server by @brackendawson in #3764
  • Adjust executor to expose GraphQL validation rules for customization by @StevenACoffman in #3772
  • Reuse argument parsing function by @UnAfraid in #3773
  • Update github.com/go-viper/mapstructure/v2 from v2.3.0 to v2.4.0 by @StevenACoffman in #3774
  • chore(deps-dev): bump vite from 6.3.5 to 7.0.0 in /integration by @dependabot[bot] in #3754
  • chore(deps-dev): bump @graphql-codegen/client-preset from 4.8.2 to 4.8.3 in /integration by @dependabot[bot] in #3755
  • chore(deps-dev): bump vite from 7.0.0 to 7.0.2 in /integration by @dependabot[bot] in #3760
  • chore(deps-dev): bump vite from 7.0.2 to 7.0.4 in /integration by @dependabot[bot] in #3766
  • chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /_examples by @dependabot[bot] in #3768
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 in /_examples by @dependabot[bot] in #3769
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #3767
  • chore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 by @dependabot[bot] in #3770

New Contributors

Full Changelog: v0.17.76...v0.17.77

v0.17.76

28 Jun 23:25
a1b9849
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.75...v0.17.76

v0.17.75

16 Jun 14:42
d0cddc2
Compare
Choose a tag to compare

What's Changed

  • Add an option to allow using appliation/json on wildcard accept header by @git-hulk in #3723
  • Update github.com/vektah/gqlparser/v2@v2.5.28 by @StevenACoffman in #3733
  • Update github.com/matryer/moq@v0.5.2 by @StevenACoffman in #3734
  • chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 in /_examples by @dependabot in #3732
  • chore(deps-dev): bump @graphql-codegen/cli from 5.0.6 to 5.0.7 in /integration by @dependabot in #3728
  • chore(deps-dev): bump vitest from 3.1.4 to 3.2.2 in /integration by @dependabot in #3730
  • chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 in /_examples by @dependabot in #3731
  • chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #3726
  • chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot in #3727
  • chore(deps): bump dawidd6/action-download-artifact from 10 to 11 by @dependabot in #3737
  • chore(deps-dev): bump vitest from 3.2.2 to 3.2.3 in /integration by @dependabot in #3736
  • chore(deps): bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 by @dependabot in #3735
  • chore(deps-dev): bump jest from 29.7.0 to 30.0.0 in /_examples/federation by @dependabot in #3738

Full Changelog: v0.17.74...v0.17.75

v0.17.74

02 Jun 17:26
30ef4f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.73...v0.17.74

v0.17.73

02 May 14:48
d1f3bdf
Compare
Choose a tag to compare

What's Changed

  • Remove json.Marshaler in resolver by @sonatard in #3675
  • only allow whitespace after "url" in a link directive by @theleeeo in #3680
  • fix: lower Go version requirement to 1.23.0 by @zerok in #3679
  • Apply workaround to try to fix some more inconsistencies in codegen by @StevenACoffman in #3682
  • Assign unused parameters to placeholder to avoid too many warning in IDE by @git-hulk in #3684
  • feat: bind from basic type to named type by @markya0616 in #3632
  • Update gqlparser to add column for error string output by @robmyersrobmyers in #3685
  • Docs: add info on concurrent field resolvers by @wiegell in #3687
  • chore(deps-dev): bump @apollo/client from 3.13.7 to 3.13.8 in /integration by @dependabot in #3676
  • chore(deps-dev): bump vite from 6.2.6 to 6.3.2 in /integration by @dependabot in #3678
  • chore(deps-dev): bump vitest from 3.1.1 to 3.1.2 in /integration by @dependabot in #3677
  • chore(deps-dev): bump vite from 6.3.2 to 6.3.4 in /integration in the npm_and_yarn group by @dependabot in #3689

New Contributors

Full Changelog: v0.17.72...v0.17.73

v0.17.72

18 Apr 23:34
1f7367e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.71...v0.17.72

v0.17.71

18 Apr 01:12
8a3cca5
Compare
Choose a tag to compare

What's Changed

  • refactor: remove nolint comments in 'init' command by @alexandear in #3626
  • feat: add GraphQL models and update complexity functions to use context by @z9905080 in #3630
  • Example of separating schema and resolvers for a large project structure with for multi-team setup by @afreeland in #3631
  • Update config.md by @NGorco in #3595
  • Format shell commands in README with code blocks by @ActuallyConnor in #3640
  • Adds use_function_syntax_for_execution_context to init template by @afreeland in #3643
  • add config local_prefix for imports group split by @light-white in #3646
  • update gqlparser v2.5.24 by @StevenACoffman in #3655
  • Update goquery to v1.10.3 to pass the nancy check by @git-hulk in #3658
  • Support omitzero by @sonatard in #3659
  • Omittable supports IsZero method for omitzero by @sonatard in #3660
  • json.Marshaler to Enum code gen by @sonatard in #3663
  • fix: dont unalias when used to expose internal types by @ChrisRx in #3666
  • Fix: Apollo FTv1 tracing doesn't wait for field resolver completion by @kolia-kaploniuk in #3639
  • [#3641] add example with websocket and cursor pagination by @nabishec in #3644
  • Update github.com/vektah/gqlparser to v2.5.25 by @StevenACoffman in #3669
  • Examples/example with websockets by @nabishec in #3670
  • chore: reenable revive.use-any and fix exlusion list by @alexandear in #3625
  • chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #3623
  • chore(deps-dev): bump @graphql-codegen/client-preset from 4.7.0 to 4.8.0 in /integration by @dependabot in #3624
  • chore(deps-dev): bump vite from 6.2.3 to 6.2.4 in /integration in the npm_and_yarn group by @dependabot in #3627
  • chore(deps-dev): bump vite from 6.2.4 to 6.2.5 in /integration in the npm_and_yarn group by @dependabot in #3637
  • chore(deps-dev): bump @apollo/client from 3.13.5 to 3.13.6 in /integration by @dependabot in #3647
  • chore(deps-dev): bump vitest from 3.0.9 to 3.1.1 in /integration by @dependabot in #3648
  • chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 in /integration by @dependabot in #3649
  • chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 in /_examples by @dependabot in #3651
  • chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /_examples by @dependabot in #3652
  • chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #3650
  • chore(deps-dev): bump vite from 6.2.5 to 6.2.6 in /integration in the npm_and_yarn group by @dependabot in #3656
  • chore(deps-dev): bump @apollo/client from 3.13.6 to 3.13.7 in /integration by @dependabot in #3664
  • chore(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by @dependabot in #3665
  • chore(deps): bump the go_modules group across 1 directory with 2 updates by @dependabot in #3668

New Contributors

Full Changelog: v0.17.70...v0.17.71

v0.17.70

26 Mar 14:31
bfa94b3
Compare
Choose a tag to compare

What's Changed

  • Pushing explorerPlugin when EnablePluginExplorer is passed a true by @punitsu in #3620
  • New 'type' argument for goField directive by @atzedus in #3617

New Contributors

Full Changelog: v0.17.69...v0.17.70

v0.17.69

25 Mar 22:36
7db1975
Compare
Choose a tag to compare

What's Changed

  • feat: Add GraphiQL Explorer by @eiixy in #3604
  • Revert default response header to application/json from #3555 by @StevenACoffman in #3615
  • Update to golangci-lint v2 by @StevenACoffman in #3614
  • chore(deps-dev): bump vite from 6.2.1 to 6.2.2 in /integration by @dependabot in #3598
  • chore(deps-dev): bump @apollo/client from 3.13.3 to 3.13.4 in /integration by @dependabot in #3599
  • chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #3600
  • chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #3613
  • chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #3612
  • chore(deps-dev): bump vitest from 3.0.8 to 3.0.9 in /integration by @dependabot in #3611
  • chore(deps-dev): bump @apollo/client from 3.13.4 to 3.13.5 in /integration by @dependabot in #3610
  • chore(deps-dev): bump vite from 6.2.2 to 6.2.3 in /integration by @dependabot in #3609

Full Changelog: v0.17.68...v0.17.69