Releases: 99designs/gqlgen
Releases · 99designs/gqlgen
v0.17.90
What's Changed
- fix: add locations to resolver error responses by @florinel-chis in #4090
- fix: return 500 instead of 422 for panic recovery by @PavelStefanov in #4098
- Remove use_light_mode_prefetch docs by @henrywoody in #4101
- refactor: fix modernize lint issues by @alexandear in #4111
- Feature/field requested condition by @parkerroan in #4113
- Bugfix/4102 input object dir with arg by @parkerroan in #4112
- Fix panic in transport on null body by @jeolted in #4115
- Fix gosec G115 integer overflow in generated atomic.AddInt32 call by @3rg0n in #4120
- feat: deduplicate Child field context switches and scalar fieldContex… by @syssam in #4086
- Fix: directive-only schema files break
follow-schemacode generation by @StevenACoffman in #4141 - Update gqlparser to v2.5.33 see https://github.com/vektah/gqlparser/releases/tag/v2_5_33 by @StevenACoffman in #4142
- Reduce template logic: Part 1 ECDot by @StevenACoffman in #4144
- Reduce Template Logic Part 2 by @StevenACoffman in #4145
- Part 3 - reduce template logic: Unify ProcessArgField and ProcessArgFieldWithEC by @StevenACoffman in #4146
- chore(deps): bump the npm_and_yarn group across 1 directory with 1 update by @dependabot[bot] in #4099
- chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 in /integration by @dependabot[bot] in #4078
- chore(deps): bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 by @dependabot[bot] in #4103
- chore(deps-dev): bump graphql-ws from 6.0.7 to 6.0.8 in /integration by @dependabot[bot] in #4104
- chore(deps): bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 by @dependabot[bot] in #4110
- chore(deps-dev): bump graphql from 16.13.1 to 16.13.2 in /integration by @dependabot[bot] in #4106
- chore(deps): bump typescript from 5.9.3 to 6.0.2 in /_examples/chat by @dependabot[bot] in #4108
- chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /integration by @dependabot[bot] in #4105
- chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #4109
- chore(deps-dev): bump vitest from 4.1.1 to 4.1.2 in /integration by @dependabot[bot] in #4107
- chore(deps): bump dawidd6/action-download-artifact from 19 to 20 by @dependabot[bot] in #4116
- chore(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 in /_examples by @dependabot[bot] in #4075
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #4118
- chore(deps-dev): bump vitest from 4.1.2 to 4.1.4 in /integration by @dependabot[bot] in #4125
- chore(deps-dev): bump @apollo/client from 4.1.6 to 4.1.7 in /integration by @dependabot[bot] in #4126
- chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #4127
- chore(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 in /_examples by @dependabot[bot] in #4124
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.4 to 5.9.0 in /_examples/mini-habr-with-subscriptions in the go_modules group across 1 directory by @dependabot[bot] in #4128
- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /_examples/mini-habr-with-subscriptions in the go_modules group across 1 directory by @dependabot[bot] in #4139
- chore(deps): bump robherley/go-test-action from 0.7.1 to 1.0.0 by @dependabot[bot] in #4137
- chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in #4136
- chore(deps-dev): bump @graphql-codegen/introspection from 5.0.1 to 5.0.2 in /integration by @dependabot[bot] in #4134
- chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 6.3.1 in /integration by @dependabot[bot] in #4135
- chore(deps-dev): bump urql from 5.0.1 to 5.0.2 in /integration by @dependabot[bot] in #4133
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.11.0 to 1.12.0 by @dependabot[bot] in #4076
- chore(deps): bump golang.org/x/tools from 0.42.0 to 0.44.0 by @dependabot[bot] in #4122
- chore(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by @dependabot[bot] in #4123
- chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 by @dependabot[bot] in #4130
- chore(deps-dev): bump postcss from 8.5.9 to 8.5.10 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4143
New Contributors
- @florinel-chis made their first contribution in #4090
- @PavelStefanov made their first contribution in #4098
- @henrywoody made their first contribution in #4101
- @3rg0n made their first contribution in #4120
- @syssam made their first contribution in #4086
Full Changelog: v0.17.89...v0.17.90
v0.17.89
What's Changed
- Feature/optimize packages load validation by @jhonDoe15 in #4070
- Updated integration test dependencies by @UnAfraid in #4071
- Refactor: just split injectTypesFromSchema into smaller methods by @atzedus in #4061
- Ignore headers from body by @jeolted in #4088
- fix: batch resolver being called multiple times for interface implementations by @tomoikey in #4087
- Remove use_light_mode_prefetch option by @jhonDoe15 in #4080
- chore(deps-dev): bump @graphql-codegen/cli from 6.1.2 to 6.1.3 in /integration by @dependabot[bot] in #4067
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in #4069
- chore(deps): bump dawidd6/action-download-artifact from 16 to 19 by @dependabot[bot] in #4092
New Contributors
Full Changelog: v0.17.88...v0.17.89
v0.17.88
What's Changed
- Add nested batch resolver tests and documentation to batchresolver example by @dpulpeiro in #4043
- Fix panic in unmarshalling null to non-nullable bound type by @deitrix in #4055
- Fixes a bug that causes excessive pruning by @AdallomRoy in #4054
- Missing config options in gqlgen.schema.json by @atzedus in #4045
- feat: support @gofield(batch: true) directive by @dpulpeiro in #4040
- Remove duplicated buildField batch flag block by @dpulpeiro in #4057
- feat: add incremental code generation for follow-schema layout by @jhonDoe15 in #4042
- chore(deps): bump dawidd6/action-download-artifact from 14 to 15 by @dependabot[bot] in #4037
- chore(deps): bump devops-actions/actionlint from 0.1.10 to 0.1.11 by @dependabot[bot] in #4036
- chore(deps-dev): bump @apollo/client from 4.1.4 to 4.1.5 in /integration by @dependabot[bot] in #4035
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.2.2 to 5.2.3 in /integration by @dependabot[bot] in #4034
- chore(deps): bump github.com/sosodev/duration from 1.3.1 to 1.4.0 by @dependabot[bot] in #4032
- chore(deps-dev): bump @graphql-codegen/cli from 6.1.1 to 6.1.2 in /integration by @dependabot[bot] in #4033
- chore(deps-dev): bump rollup from 4.56.0 to 4.59.0 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4039
- chore(deps): bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 by @dependabot[bot] in #4046
- chore(deps-dev): bump @apollo/client from 4.1.5 to 4.1.6 in /integration by @dependabot[bot] in #4048
- chore(deps): bump mikepenz/action-junit-report from 6.2.0 to 6.3.1 by @dependabot[bot] in #4049
- chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #4050
- chore(deps): bump dawidd6/action-download-artifact from 15 to 16 by @dependabot[bot] in #4051
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #4052
- chore(deps-dev): bump graphql from 16.12.0 to 16.13.0 in /integration by @dependabot[bot] in #4047
- chore(deps): bump immutable from 3.7.6 to 5.1.5 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4058
New Contributors
- @dpulpeiro made their first contribution in #4043
- @jhonDoe15 made their first contribution in #4042
Full Changelog: v0.17.87...v0.17.88
v0.17.87
What's Changed
- refactor: fix modernize.slicescontains lint issues by @alexandear in #4004
- refactor(codegen): use graphql.Config type by @tomoikey in #4017
- feat(forceGenerate): forceGenerate argument added for @gofield directive by @atzedus in #4012
- feat(config): add batch flag to TypeMapField by @tomoikey in #4005
- feat(codegen): add Batch flag to Field struct (blocked by #4005) by @tomoikey in #4006
- feat(resolvergen): add batch resolver stub generation (blocked by #4006) by @tomoikey in #4007
- feat(exec): batch-only resolver generation (blocked by #4007) by @tomoikey in #4008
- refactor(codegen): add
graphql.ExecutableSchemaStateas shared schema dependency holder by @tomoikey in #4023 - federation: apply OBJECT-level directives to entity resolvers by @ravisastryk in #4021
- Refactor slice marshaling to use MarshalSliceConcurrently helper. fixes #4018 by @advoretsky in #4019
- refactor(codegen) move executionContext into static go file by @tomoikey in #4024
- fix: run
go generate ./...&golangci-lint run --fixby @tomoikey in #4026 - test(graphql): implement test codes for execution_context struct by @tomoikey in #4028
- Update to Go 1.25 Minimum now that Go 1.26 is out by @StevenACoffman in #4027
- Bugfix/2281 directive hook fix by @parkerroan in #4029
- Update gqlparser to v2.5.32 by @StevenACoffman in #4030
- chore(deps-dev): bump @graphql-codegen/cli from 6.1.0 to 6.1.1 in /integration by @dependabot[bot] in #3991
- chore(deps-dev): bump @apollo/client from 4.0.11 to 4.0.12 in /integration by @dependabot[bot] in #3992
- chore(deps-dev): bump @apollo/client from 4.0.12 to 4.1.0 in /integration by @dependabot[bot] in #3993
- chore(deps-dev): bump vitest from 4.0.16 to 4.0.17 in /integration by @dependabot[bot] in #3995
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 in /_examples by @dependabot[bot] in #3996
- chore(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 by @dependabot[bot] in #3997
- chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #3999
- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by @dependabot[bot] in #4000
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #3994
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4002
- chore(deps-dev): bump @apollo/client from 4.1.0 to 4.1.2 in /integration by @dependabot[bot] in #4009
- chore(deps-dev): bump vitest from 4.0.17 to 4.0.18 in /integration by @dependabot[bot] in #4010
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #4011
- chore(deps-dev): bump @apollo/client from 4.1.2 to 4.1.3 in /integration by @dependabot[bot] in #4013
- chore(deps): bump dawidd6/action-download-artifact from 12 to 14 by @dependabot[bot] in #4016
- chore(deps-dev): bump graphql-ws from 6.0.6 to 6.0.7 in /integration by @dependabot[bot] in #4014
- chore(deps): bump mikepenz/action-junit-report from 6.1.0 to 6.2.0 by @dependabot[bot] in #4015
- chore(deps-dev): bump @apollo/client from 4.1.3 to 4.1.4 in /integration by @dependabot[bot] in #4020
- chore(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 by @dependabot[bot] in #3998
New Contributors
- @advoretsky made their first contribution in #4019
Full Changelog: v0.17.86...v0.17.87
v0.17.86
What's Changed
- fix: do not use if-else scoped var in type assertion by @StevenACoffman in #3972
- Caching for packages loaded by a relative path by @deitrix in #3978
- Autobind Getter and Haser for Protobuf RPC by @raphaelfff in #3980
- Add gqlgen.yml schema configuration file by @Namyts in #3985
- Reformat after merge to fix lint by @StevenACoffman in #3987
- Support directives in comments by @ProBun in #3984
- disable prealloc linter for now by @StevenACoffman in #3988
- Update dependencies by @StevenACoffman in #3989
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.2.1 to 5.2.2 in /integration by @dependabot[bot] in #3974
- chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 in /_examples by @dependabot[bot] in #3975
- chore(deps-dev): bump @apollo/client from 4.0.10 to 4.0.11 in /integration by @dependabot[bot] in #3976
- chore(deps-dev): bump vitest from 4.0.15 to 4.0.16 in /integration by @dependabot[bot] in #3977
- chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in #3973
- chore(deps): bump dawidd6/action-download-artifact from 11 to 12 by @dependabot[bot] in #3979
- chore(deps): bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 by @dependabot[bot] in #3982
New Contributors
- @raphaelfff made their first contribution in #3980
- @Namyts made their first contribution in #3985
- @ProBun made their first contribution in #3984
Full Changelog: v0.17.85...v0.17.86
v0.17.85
What's Changed
- Optional json marshallers generation by @PaulVasilenko in #3940
- Add functional options to control complexity calculation by @vibridi in #3939
- feat(resolveField): allow field middlewares to return a marshaler directly by @lbarthon in #3928
- fix(introspection): support @deprecated directive on field arguments by @AlexanderArvidsson in #3949
- feat(codegen): allow users to manually extend GraphQL unions by @lbarthon in #3945
- fix(codegen): correctly unmarshal slice of input object mapped to map… by @rodcorsi in #3954
- chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 in /_examples by @dependabot[bot] in #3941
- chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in #3942
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.2.0 to 5.2.1 in /integration by @dependabot[bot] in #3944
- chore(deps-dev): bump vitest from 4.0.13 to 4.0.14 in /integration by @dependabot[bot] in #3943
- chore(deps-dev): bump vitest from 4.0.14 to 4.0.15 in /integration by @dependabot[bot] in #3956
- chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #3957
- chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in #3958
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #3959
- chore(deps): bump robherley/go-test-action from 0.6.0 to 0.7.1 by @dependabot[bot] in #3969
- chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #3968
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 in /_examples by @dependabot[bot] in #3967
- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #3963
- chore(deps-dev): bump @apollo/client from 4.0.9 to 4.0.10 in /integration by @dependabot[bot] in #3962
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 by @dependabot[bot] in #3965
- chore(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 by @dependabot[bot] in #3964
New Contributors
- @vibridi made their first contribution in #3939
- @AlexanderArvidsson made their first contribution in #3949
- @rodcorsi made their first contribution in #3954
Full Changelog: v0.17.84...v0.17.85
v0.17.84
What's Changed
- change interface embedding from config to directive by @PaulVasilenko in #3911
- Migrate from archived go-yaml to goccy/go-yaml by @irubey in #3913
- fix: replace deprecated ec.Errorf with graphql.AddErrorf in code gene… by @vinodhalaharvi in #3923
- fix(complexity): fieldComplexity calculation override allows reducing score by @mahboubii in #3909
- feat: add @inlineArguments directive for cleaner resolver signatures by @irubey in #3924
- Update docs to use go 1.24 tool dependencies instead of internal/tools.go pattern by @deitrix in #3741
- Lint config changes by @StevenACoffman in #3926
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #3914
- chore(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 in /_examples by @dependabot[bot] in #3915
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.1.1 to 5.1.3 in /integration by @dependabot[bot] in #3917
- chore(deps): bump github.com/urfave/cli/v3 from 3.6.0 to 3.6.1 by @dependabot[bot] in #3920
- chore(deps-dev): bump vitest from 4.0.8 to 4.0.9 in /integration by @dependabot[bot] in #3922
- chore(deps-dev): bump @graphql-codegen/cli from 6.0.1 to 6.0.2 in /integration by @dependabot[bot] in #3921
- chore(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 by @dependabot[bot] in #3919
- chore(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 by @dependabot[bot] in #3916
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0 by @dependabot[bot] in #3918
- chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /_examples/mini-habr-with-subscriptions in the go_modules group across 1 directory by @dependabot[bot] in #3929
- chore(deps): bump devops-actions/actionlint from 0.1.9 to 0.1.10 by @dependabot[bot] in #3937
- chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #3936
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #3934
- chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #3935
- chore(deps-dev): bump vitest from 4.0.9 to 4.0.13 in /integration by @dependabot[bot] in #3933
- chore(deps-dev): bump @graphql-codegen/cli from 6.0.2 to 6.1.0 in /integration by @dependabot[bot] in #3932
New Contributors
- @irubey made their first contribution in #3913
- @vinodhalaharvi made their first contribution in #3923
- @mahboubii made their first contribution in #3909
- @deitrix made their first contribution in #3741
Full Changelog: v0.17.83...v0.17.84
v0.17.83
What's Changed
- chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 in /_examples by @dependabot[bot] in #3901
- chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #3903
- chore(deps-dev): bump vitest from 4.0.6 to 4.0.8 in /integration by @dependabot[bot] in #3904
- chore(deps): bump mikepenz/action-junit-report from 6.0.0 to 6.0.1 by @dependabot[bot] in #3902
- chore(deps): bump github.com/urfave/cli/v3 from 3.5.0 to 3.6.0 by @dependabot[bot] in #3905
- Set default config value properly when DefaultConfig isn't used by @PaulVasilenko in #3907
Full Changelog: v0.17.82...v0.17.83
v0.17.82
What's Changed
- [NEW] perf: Optimize CollectFields calculation for non-primitive array fields by @tomoikey in #3874
- Added WithApolloSandboxJs option by @UnAfraid in #3855
- Cleanup apollo sandbox sri update tool by @UnAfraid in #3857
- fix(modelgen): use ToGoModelName instead of ToGo for model fields by @lbarthon in #3865
- doc: small docs correction about 'entity_resolver_multi' by @atzedus in #3867
- Updated GraphiQL to version 4 by @UnAfraid in #3866
- Add support for embedded structs by @adrianlungu in #3242
- Update github.com/vektah/gqlparser/v2@v2.5.31 by @StevenACoffman in #3888
- Updated github.com/urfave/cli to v3.5.0 by @UnAfraid in #3889
- Embedded base types for interfaces: support external types embedding, transitional embedding of repeated fields by @PaulVasilenko in #3885
- Add nolint to avoid static check deprecation lint failure by @StevenACoffman in #3890
- Set Executor DispatchOperation inner context to default to avoid nil pointer in InterceptOperation extensions by @StevenACoffman in #3895
- fix(modelgen): use ToGoModelName in generateGetters by @lbarthon in #3894
- Adjust permissions for Nancy to avoid spurious failures by @StevenACoffman in #3897
- fix: allow error presenter to silence errors by @lbarthon in #3896
- feat(time): enhance time handling marshalling and unmarshalling by @rodneyosodo in #3898
- chore(deps-dev): bump @apollo/client from 4.0.5 to 4.0.6 in /integration by @dependabot[bot] in #3858
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.0.0 to 5.0.1 in /integration by @dependabot[bot] in #3850
- chore(deps): bump mikepenz/action-junit-report from 5.6.2 to 6.0.0 by @dependabot[bot] in #3873
- chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 in /_examples by @dependabot[bot] in #3872
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.0.1 to 5.1.0 in /integration by @dependabot[bot] in #3870
- chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #3871
- chore(deps-dev): bump @apollo/client from 4.0.6 to 4.0.7 in /integration by @dependabot[bot] in #3861
- chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /integration by @dependabot[bot] in #3860
- chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #3859
- chore(deps-dev): bump vite from 7.1.5 to 7.1.11 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #3876
- chore(deps-dev): bump vitest from 3.2.4 to 4.0.3 in /integration by @dependabot[bot] in #3880
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.1.0 to 5.1.1 in /integration by @dependabot[bot] in #3878
- chore(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 by @dependabot[bot] in #3869
- chore(deps-dev): bump vitest from 3.2.4 to 4.0.3 in /_examples/federation by @dependabot[bot] in #3883
- chore(deps-dev): bump graphql-sse from 2.5.4 to 2.6.0 in /integration by @dependabot[bot] in #3882
- chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #3881
- chore(deps-dev): bump @graphql-codegen/cli from 6.0.0 to 6.0.1 in /integration by @dependabot[bot] in #3879
- chore(deps-dev): bump @apollo/client from 4.0.7 to 4.0.9 in /integration by @dependabot[bot] in #3892
- chore(deps-dev): bump vitest from 4.0.3 to 4.0.6 in /integration by @dependabot[bot] in #3893
- chore(deps-dev): bump graphql from 16.11.0 to 16.12.0 in /integration by @dependabot[bot] in #3891
- chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by @dependabot[bot] in #3875
New Contributors
- @lbarthon made their first contribution in #3865
- @adrianlungu made their first contribution in #3242
Full Changelog: v0.17.81...v0.17.82
v0.17.81
What's Changed
- Fix a high severity CSRF vulnerability in the Apollo Embedded Sandbox code. This was reported to Apollo last week. Full details here: GHSA-w87v-7w53-wwxv. Fixes #3847 in next two items
- Add tool for updating Apollo Sandbox by @StevenACoffman in #3848
- remove trailing duplicate script in apollo playground embedd by @opensaucerer in #3849
- feat: new federation.options.entity_resolver_multi option by @atzedus in #3852
New Contributors
- @opensaucerer made their first contribution in #3849
Full Changelog: v0.17.80...v0.17.81