graphql v1.7.5 Release Notes

Release Date: 2017-11-07 // over 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“‡ Rename Backtrace::InspectResult#inspect to #inspect_result #1022

    ๐Ÿ†• New features

    • ๐Ÿ‘Œ Improved website search with Algolia #934
    • ๐Ÿ‘Œ Support customized generator directory #1047
    • Recursively serialize GlobalID-compliant objects in Arrays and hashes #1030
    • โž• Add Subscriptions#build_id helper #1046
    • โž• Add #non_null? and #list? helper methods to type objects #1054

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix infinite loop in query instrumentation when error is raised #1074
    • Don't try to trace error when it's not raised during execution
    • ๐Ÿ‘Œ Improve validation of query variable definitions #1073
    • ๐Ÿ›  Fix Scout tracing module load order #1064