v0.17.48
StevenACoffman
released this
07 Jun 02:02
·
179 commits
to master
since this release
What's Changed
- chore(deps-dev): bump @graphql-codegen/client-preset from 4.2.5 to 4.2.6 in /integration by @dependabot in #3084
- chore(deps-dev): bump @apollo/client from 3.10.3 to 3.10.4 in /integration by @dependabot in #3085
- Embed extra fields config by @atzedus in #3088
- refactor: use 'any' instead of 'interface{}' for consistency by @alexandear in #3090
- refactor: UnmarshalID implementation by @alexandear in #3093
- refactor: simplify with strconv.FormatBool by @alexandear in #3094
- Fix go install gqlgen binary by @alexandear in #3095
- Ignore gorilla/websocket 1.5.1 in dependabot by @StevenACoffman in #3097
- refactor: avoid panic in tests by @alexandear in #3098
- refactor: rename local variables to match Go codestyle by @alexandear in #3100
- refactor: use t.Log instead of fmt.Print by @alexandear in #3099
- Some minor test lint by @StevenACoffman in #3102
- ignore websocket v1.5.1 release for dependabot updates to the _examples module by @StevenACoffman in #3101
- fix: tests failure, testifylint issues, pin golangci-lint version by @alexandear in #3105
- testifylint v1.3.0 fixes by @StevenACoffman in #3103
- refactor: fix testifylint lint issues in examples by @alexandear in #3107
- Remove duplicated return_pointers_in_unmarshalinput explanation by @cirelli94 in #3109
- Go template function to split string into array of strings. by @khudayberdiyev25 in #3108
- Correct dataloader example by @mpldr in #3110
- Omit gqlgen version in config files used for tests by @alexandear in #3111
- refactor: use errors.New instead of fmt.Errorf where possible by @alexandear in #3112
- refactor: fix gocritic lint issues by @alexandear in #3113
- add option to omit panic handlers during development by @mpldr in #3114
- chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration by @dependabot in #3117
New Contributors
- @cirelli94 made their first contribution in #3109
- @khudayberdiyev25 made their first contribution in #3108
- @mpldr made their first contribution in #3110
Full Changelog: v0.17.47...v0.17.48