graphql-go v0.7.9 Release Notes

Release Date: 2020-02-08 // about 4 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 for DateTime#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