v0.17.86
What's Changed
- fix: do not use if-else scoped var in type assertion by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3972
- Caching for packages loaded by a relative path by @deitrix in https://github.com/99designs/gqlgen/pull/3978
- Autobind Getter and Haser for Protobuf RPC by @raphaelfff in https://github.com/99designs/gqlgen/pull/3980
- Add gqlgen.yml schema configuration file by @Namyts in https://github.com/99designs/gqlgen/pull/3985
- Reformat after merge to fix lint by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3987
- Support directives in comments by @ProBun in https://github.com/99designs/gqlgen/pull/3984
- disable prealloc linter for now by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3988
- Update dependencies by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3989
- chore(deps-dev): bump @graphql-codegen/client-preset from 5.2.1 to 5.2.2 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3974
- chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 in /_examples by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3975
- chore(deps-dev): bump @apollo/client from 4.0.10 to 4.0.11 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3976
- chore(deps-dev): bump vitest from 4.0.15 to 4.0.16 in /integration by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3977
- chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3973
- chore(deps): bump dawidd6/action-download-artifact from 11 to 12 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3979
- chore(deps): bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 by @dependabot[bot] in https://github.com/99designs/gqlgen/pull/3982
New Contributors
- @raphaelfff made their first contribution in https://github.com/99designs/gqlgen/pull/3980
- @Namyts made their first contribution in https://github.com/99designs/gqlgen/pull/3985
- @ProBun made their first contribution in https://github.com/99designs/gqlgen/pull/3984
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.85...v0.17.86