Releases: 99designs/gqlgen
Releases · 99designs/gqlgen
v0.17.17
What's Changed
- Add omit_getters config option by @neptoess in #2348
- Add
subscriptions.md
recipe to docs by @Unkn0wnCat in #2346 - feat: make Playground HTML content compatible with UTF-8 charset by @nekomeowww in #2355
- Update gqlparser to v2.5.1 by @StevenACoffman in #2363
- fix: apollo federation tracer was race prone by @roeest in #2366
- nil check error before type assertion follow-up from #2341 by @StevenACoffman in #2368
New Contributors
- @Unkn0wnCat made their first contribution in #2346
- @nekomeowww made their first contribution in #2355
- @roeest made their first contribution in #2366
Full Changelog: v0.17.16...v0.17.17
v0.17.16
What's Changed
- Update yaml to v3 by @CoreFloDev in #2339
- feat: update Graphiql to version 2 by @robertmarsal in #2340
- Update gqlparser to v2.5.0 by @StevenACoffman in #2341
New Contributors
- @CoreFloDev made their first contribution in #2339
Full Changelog: v0.17.15...v0.17.16
v0.17.15
v0.17.14
What's Changed
- Add support for KeepAlive message in websocket client by @alexvelea in #2293
- #2298: fix gqlgen extracting module name from comment line by @mobiletoly in #2299
- Update gqlparser to v2.4.7 by @StevenACoffman in #2300
- Add hackernews graphql api tutorial to other resources by @Glyphack in #2305
- Generate getters for interface fields by @neptoess in #2314
- Leverage (*Imports).LookupType when generating interface field getters by @neptoess in #2315
- Include docstrings on interface getters by @neptoess in #2317
- Avoid GraphQL to Go Naming Collision with "ToGoModelName" func by @dcarbone in #2322
- More descriptive
not implemented
stubs by @lintaba in #2328
New Contributors
- @alexvelea made their first contribution in #2293
- @mobiletoly made their first contribution in #2299
- @Glyphack made their first contribution in #2305
- @neptoess made their first contribution in #2314
- @dcarbone made their first contribution in #2322
- @lintaba made their first contribution in #2328
Full Changelog: v0.17.13...v0.17.14
v0.17.13
What's Changed
- updated WebSocket InitFunc recipe for issue #2243 by @SebLKMa in #2275
- fix: return the original error by @giautm in #2288
- support named interface to Field.CallArgs by @vvakame in #2289
- Hide
github.com/matryer/moq
dependency intools.go
from importers by @danielwhite in #2287
New Contributors
- @SebLKMa made their first contribution in #2275
- @danielwhite made their first contribution in #2287
Full Changelog: v0.17.12...v0.17.13
v0.17.12
What's Changed
- Make GET.Do() use ParseQuery() instead of URL.Query() by @ameyarao98 in #2269
- Replace use of strings.Title with cases.Title by @tmc in #2268
- Fix CreateTodo by @sj14 in #2256
New Contributors
- @ameyarao98 made their first contribution in #2269
- @sj14 made their first contribution in #2256
Full Changelog: v0.17.11...v0.17.12
v0.17.11
What's Changed
- Replace deprecated ioutil pkg with os & io by @abhinavnair in #2254
- Fix PR links in CHANGELOG.md by @skaji in #2257
- Use the go:embed API to lookup templates by @clayne11 in #2262
- Make uploads content seekable by @Desuuuu in #2247
- gqlgen: Add resolver comment generation and preservation by @tmc in #2263
- codegen: fix the run order of resolvers by @giautm in #2267
- github: Fix CI pipelines by @tmc in #2266
- Update gqlparser to v2.4.6 by @StevenACoffman in #2270
New Contributors
- @abhinavnair made their first contribution in #2254
- @clayne11 made their first contribution in #2262
Full Changelog: v0.17.10...v0.17.11
v0.17.10
What's Changed
- fix: chat example frontend race condition by @moofMonkey in #2219
- Update dataloaders.MD by @mimol91 in #2221
- Respect options in WebsocketOnce by @crossworth in #2223
- Config option to only make cyclical struct fields pointers by @ianling in #2174
- Config option to make resolvers return values instead of pointers by @ianling in #2175
- fix #1876: Optional Any type should allow nil values by @vediatoni in #2231
- fix: #2234 Response.Errors in DispatchError function is not PresentedError by @oikyn in #2235
- Use exact capitalization from field names overridden in config by @ianling in #2237
- update gqlparser to v2.4.5 by @StevenACoffman in #2239
New Contributors
- @mimol91 made their first contribution in #2221
- @crossworth made their first contribution in #2223
- @ianling made their first contribution in #2174
- @vediatoni made their first contribution in #2231
- @oikyn made their first contribution in #2235
Full Changelog: v0.17.9...v0.17.10
v0.17.9
What's Changed
- Check only direct dependencies by @ubiuser in #2205
- fix #2204 - don't try to embed builtin sources by @vikstrous in #2214
- fix: prevent goroutine leak and CPU spinning at websocket transport by @moofMonkey in #2209
- Update gqlparser by @StevenACoffman in #2216
New Contributors
- @moofMonkey made their first contribution in #2209
Full Changelog: v0.17.8...v0.17.9
v0.17.8
What's Changed
- This works on Windows too! by @frederikhors in #2197
- Run CI tests on windows by @mtibben in #2199
- Add security workflow with nancy by @ubiuser in #2202
New Contributors
Full Changelog: v0.17.7...v0.17.8