v0.6.0
Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.
What's Changed
- Add configuration AutoBindings method by @NuVivo314 in #169
- Mention how to update the snapshot tests by @benjaminjkraft in #210
- make output deterministic for graphql interfaces by @vikstrous2 in #209
- Add more information about updating snapshots by @benjaminjkraft in #211
- Fix incorrectly formatted error string by @breml in #213
- Bump golangci-lint and (max) Go versions by @benjaminjkraft in #219
- Give a better error if package_bindings is a file by @benjaminjkraft in #221
- Move changelog entry to the right version by @benjaminjkraft in #217
- Fix documentation for
optional: value
by @benjaminjkraft in #229 - Support package-names with dashes in them by @benjaminjkraft in #232
- fixed "for" directive documentation by @bafko in #235
- Expose the graphql operation as a constant in the generated genqlient file by @csilvers in #238
- Rename the query constant to have an underscore in it. by @csilvers in #241
- Automatically update generated files if UPDATE_SNAPSHOTS=1 by @benjaminjkraft in #243
- PR 239 update: Adding more logging for the initial generate setup by @StevenACoffman in #246
- Fix minor mistake in code sample in README by @omarkohl in #253
- Bump golang.org/x/sys from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0 by @dependabot in #259
- Bump minimum Go version to 1.18 by @benjaminjkraft in #262
- Update gqlgen to latest by @StevenACoffman in #268
- fix: premarshal structs get generated with omitempty tag by @kevinmichaelchen in #267
- Release v0.6.0 by @benjaminjkraft in #269
New Contributors
- @NuVivo314 made their first contribution in #169
- @vikstrous2 made their first contribution in #209
- @breml made their first contribution in #213
- @bafko made their first contribution in #235
- @omarkohl made their first contribution in #253
- @dependabot made their first contribution in #259
- @kevinmichaelchen made their first contribution in #267
Full Changelog: v0.5.0...v0.6.0