graphql v1.7.7 Release Notes

Release Date: 2017-11-29 // over 6 years ago
  • ๐Ÿ†• New features

    • Schema#to_document returns a Language::Nodes::Document #1134
    • โž• Add trace_scalars and trace: true|false to monitoring #1103
    • โž• Add Tracing::DataDogPlatform monitoring #1129
    • ๐Ÿ‘Œ Support namespaces in rails g graphql:function and :loader #1127
    • ๐Ÿ‘Œ Support serializer: option for ActionCableSubscriptions #1085

    ๐Ÿ› Bug fixes

    • Properly count the column after a closing quote #1136
    • ๐Ÿ›  Fix default value input objects in Schema.from_definition #1135
    • ๐Ÿ›  Fix rails destroy graphql:mutation #1119
    • Avoid unneeded query in RelationConnection with Sequel #1101
    • ๐Ÿ‘Œ Improve & document instrumentation stack behavior #1101