Skip to content

v0.17.56

Latest
Compare
Choose a tag to compare
@StevenACoffman StevenACoffman released this 09 Nov 00:54
· 2 commits to master since this release
5424fb7

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