graphql-go v0.7.9 Release Notes
Release Date: 2020-02-08 // about 5 years ago-
- ๐ executor: better error handling @ #459
- introspection: ensuring fields & interfaces initialization @ #469
- ๐ docs: formatting & link fixes @ #487, #497
- โ tests: example of a query with variables @ #491
- executor: ordered execution of mutations @ #493
- examples:
sql.NullString
scalar example @ #501 - ๐ scalars: bitsize increased to 64 when parsing literals for floats @ #511
- ๐ examples/crud: better formatting @ #512
- โ testutil: test data fix @ #513
- ๐ rules: better check of overlapping fields @ #521
- ๐ scalars: un-serialization of
time.Time
support forDateTime
@ #523 - ๐ introspection: fixes false-positive deprecation of fields @ #524
- ๐ extensions: better capture of errors for
resolveFieldFinishFn
@ #526
Previous changes from v0.7.8
-
- โ add extensions support @ #448
- ๐ lexer: fixes panic on empty blockstrings @ #456
- lexer: simplify lexer.TokenType @ #433
- ๐ resolvers: support custom map types @ #440
- thread-safety: added Result.AppendErrors @ #434
- ๐ fix panic when mutations or subscriptions are not configured @ #431
- errors: consolidates original error for re-usability @ #427