Skip to content

Releases: 99designs/gqlgen

v0.17.61

20 Dec 01:37
f533e76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.60...v0.17.61

v0.17.60

10 Dec 21:34
4fcb68e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.59...v0.17.60

v0.17.59

10 Dec 15:32
c4df9fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.58...v0.17.59

v0.17.58

09 Dec 13:38
f9012da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.57...v0.17.58

v0.17.57

24 Nov 14:16
ea0e3ab
Compare
Choose a tag to compare

What's Changed

  • Allow preserve_resolver config to work for layout follow schema by @StevenACoffman in #3361
  • chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /_examples by @dependabot in #3368
  • chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 in /_examples by @dependabot in #3369
  • chore(deps-dev): bump urql from 4.2.0 to 4.2.1 in /integration by @dependabot in #3365
  • chore(deps-dev): bump @apollo/client from 3.11.8 to 3.11.9 in /integration by @dependabot in #3363
  • chore(deps-dev): bump vite from 5.4.10 to 5.4.11 in /integration by @dependabot in #3364
  • Improve transport.Post Do method by @lkeix in #3373
  • add worker_limit option for server code generation by @OldBigBuddha in #3376
  • chore(deps-dev): bump @apollo/client from 3.11.9 to 3.11.10 in /integration by @dependabot in #3379
  • chore(deps-dev): bump vitest from 2.1.4 to 2.1.5 in /integration by @dependabot in #3378
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #3377
  • websocket subscribe missing header bugfix by @jeremylaier-tc in #3383
  • Fix missing boundary when MultipartMixed transport aggregates initial and deferred response by @phughes-scwx in #3382
  • Update field collection to allow inline fragment without type by @phughes-scwx in #3384

New Contributors

Full Changelog: v0.17.56...v0.17.57

v0.17.56

09 Nov 00:54
5424fb7
Compare
Choose a tag to compare

What's Changed

  • Add Preserve rewrite Config to Opt-out of breaking change to single-file resolver always rewriting by @StevenACoffman in #3359
  • chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #3318
  • chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 in /_examples by @dependabot in #3314
  • chore(deps-dev): bump vitest from 2.1.1 to 2.1.2 in /integration by @dependabot in #3315
  • chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #3317
  • feat: Embed template for root file generation by @barr-code in #3319
  • chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #3323
  • chore(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #3322
  • chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #3324
  • chore(deps-dev): bump @graphql-codegen/cli from 5.0.2 to 5.0.3 in /integration by @dependabot in #3326
  • chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /integration by @dependabot in #3325
  • fix: Ensure that nil http responses don't cause issues by @df-wg in #3329
  • refactor graphql.NoCache. use string type keys by @adomaskizogian in #3332
  • chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in /_examples by @dependabot in #3336
  • chore(deps-dev): bump urql from 4.1.0 to 4.2.0 in /integration by @dependabot in #3338
  • chore(deps-dev): bump vitest from 2.1.2 to 2.1.3 in /integration by @dependabot in #3337
  • chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /integration by @dependabot in #3339
  • chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 by @dependabot in #3340
  • multipart/mixed transport support for deferred queries by @giulio-opal in #3341
  • print response.Data before panicking when invalid by @vbmithr in #3334
  • Migrate mapstructure package to maintained fork by @utgwkk in #3343
  • refactor: simplify the Packages.Errors implementation by @alexandear in #3344
  • refactor: use fmt.Sprintf for better readability by @alexandear in #3345
  • Fix union queries not working in @requires by @rickbijkerk in #3347
  • chore(deps-dev): bump vite from 5.4.9 to 5.4.10 in /integration by @dependabot in #3346
  • feat: add possibility to configure client target by @taraktikos in #3349
  • chore: add test for client with custom target by @taraktikos in #3350
  • fix op to rc in comment of FieldContext.Child by @s-ichikawa in #3333
  • chore(deps-dev): bump @graphql-codegen/client-preset from 4.4.0 to 4.5.0 in /integration by @dependabot in #3352
  • chore(deps): bump mikepenz/action-junit-report from 4.3.1 to 5 by @dependabot in #3354
  • chore(deps-dev): bump vitest from 2.1.3 to 2.1.4 in /integration by @dependabot in #3353
  • Bump graphiql to 3.7.0 to add support for multipart/mixed incremental field by @giulio-opal in #3356
  • Batch incremental deferred responses. Fix hanging behavior on last response by @giulio-opal in #3357
  • Update to gqlparser v2.5.19 by @StevenACoffman in #3358

New Contributors

Full Changelog: v0.17.55...v0.17.56

v0.17.55

03 Oct 18:14
5228a0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.54...v0.17.55

v0.17.54

20 Sep 14:07
96f9a86
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /integration in the npm_and_yarn group by @dependabot in #3291
  • feat: Federation - create @requires integration that functions like a normal resolver by @clayne11 in #3292

Full Changelog: v0.17.53...v0.17.54

v0.17.53

17 Sep 12:41
dd62c24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.52...v0.17.53

v0.17.52

16 Sep 22:26
ac2ef66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.51...v0.17.52