github 99designs/gqlgen v0.14.0

latest releases: v0.17.46, v0.17.45, v0.17.44...
2 years ago

Added

  • Added a changelog :-) Following the same style as Apollo Client because that feels like it gives good thanks to the community contributors.
    By @MichaelJCompton in #1512
  • Added support for methods returning (v, ok) shaped values to support Prisma Go client.
    By @steebchen in #1449
  • Added a new API to finish an already validated config
    By @benjaminjkraft in #1387

Changed

Fixed

  • Removed a data race by copying when input fields have default values.
    By @skaji in #1456
  • v0.12.2 broke the handling of pointers to slices by calling the custom Marshal and Unmarshal functions on the entire slice. It now correctly calls the custom Marshal and Unmarshal methods for each element in the slice.
    By @ananyasaxena in #1363
  • Changes in go1.16 that mean go.mod and go.sum aren't always up to date. Now go mod tidy is run after code generation.
    By @lwc in #1501
  • Errors in resolving non-nullable arrays were not correctly bubbling up to the next nullable field.
    By @wilhelmeek in #1480
  • Fixed a potential deadlock in calling error presenters.
    By @vektah in #1399
  • Fixed collectFields not correctly respecting alias fields in fragments.
    By @vmrajas in #1341
  • Return introspection document in stable order.
  • By @nyergler in #1497

Don't miss a new gqlgen release

NewReleases is sending notifications on new releases.