graphql v1.7.4 Release Notes

Release Date: 2017-10-09 // over 6 years ago
  • ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ GraphQL::Tracing.install is deprecated, use schema-local or query-local tracers instead #996

    ๐Ÿ†• New features

    • โž• Add monitoring plugins for AppSignal, New Relic, Scout and Skylight #994, #1013
    • Custom coercion errors for custom scalars #988
    • Extra options for GraphQL::ExecutionError #1002
    • ๐Ÿ‘‰ Use GlobalID for subscription serialization when available #1004
    • Schema- and query-local, threadsafe tracers #996

    ๐Ÿ› Bug fixes

    • Accept symbol-keyed arguments to .trigger #1009