v0.17.85
What's Changed
- Optional json marshallers generation by @PaulVasilenko in https://github.com/99designs/gqlgen/pull/3940
- Add functional options to control complexity calculation by @vibridi in https://github.com/99designs/gqlgen/pull/3939
- feat(resolveField): allow field middlewares to return a marshaler directly by @lbarthon in https://github.com/99designs/gqlgen/pull/3928
- fix(introspection): support @deprecated directive on field arguments by @AlexanderArvidsson in https://github.com/99designs/gqlgen/pull/3949
- feat(codegen): allow users to manually extend GraphQL unions by @lbarthon in https://github.com/99designs/gqlgen/pull/3945
- fix(codegen): correctly unmarshal slice of input object mapped to map… by @rodcorsi in https://github.com/99designs/gqlgen/pull/3954
- chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 in /_examples by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3941
- chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3942
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.2.0 to 5.2.1 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3944
- chore(deps-dev): bump vitest from 4.0.13 to 4.0.14 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3943
- chore(deps-dev): bump vitest from 4.0.14 to 4.0.15 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3956
- chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3957
- chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3958
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3959
- chore(deps): bump robherley/go-test-action from 0.6.0 to 0.7.1 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3969
- chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3968
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 in /_examples by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3967
- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3963
- chore(deps-dev): bump @apollo/client from 4.0.9 to 4.0.10 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3962
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3965
- chore(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3964
New Contributors
- @vibridi made their first contribution in https://github.com/99designs/gqlgen/pull/3939
- @AlexanderArvidsson made their first contribution in https://github.com/99designs/gqlgen/pull/3949
- @rodcorsi made their first contribution in https://github.com/99designs/gqlgen/pull/3954
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.84...v0.17.85