graphql v1.9.16 Release Notes

Release Date: 2019-12-02 // over 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    • GraphQL::Schema::Resolver#initialize accepts a new keyword argument, field:. If you have overriden this method, you'll have to add that keyword to your argument list (and pass it along to super.) #2605

    ๐Ÿ—„ Deprecations

    • ๐Ÿ‘€ SkylightTracing is disabled; the Skylight agent contains its own GraphQL support. See Skylight's docs for migration. #2601

    ๐Ÿ†• New features

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix multiplex max_depth calculation #2613
    • ๐Ÿ‘‰ Use monotonic time in TimeoutMiddleware #2622
    • ๐Ÿ‘‰ Use underscored names in Mutation generator #2617
    • ๐Ÿ›  Fix lookahead when added to mutations in their field(...) definitions #2605
    • ๐Ÿ– Handle returned lists of errors from Mutations #2567
    • ๐Ÿ›  Fix lexer error on block strings containing only newlines #2598
    • ๐Ÿ›  Fix mutation generator to reference the new base class #2580
    • ๐Ÿ”ง Use the right camelization configuration when generating subscription topics #2552