graphql v1.9.8 Release Notes

Release Date: 2019-07-24 // almost 5 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ”ง Schema classes pass their configuration to subclasses #2384
    • ๐Ÿ‘Œ Improve memory consumption of lexer and complexity validator #2389
    • The install generator creates a BaseArgument #2379
    • โš  When a field name conflicts with a built-in method name, give a warning #2376

    ๐Ÿ› Bug fixes

    • When a resolver argument uses loads:, the argument definition will preserve the type in .loads #2365
    • When an required argument is hidden, it won't add a validation error #2393
    • ๐Ÿ›  Fix handling of invalid UTF-8 #2372, #2377
    • ๐Ÿ“œ Empty block strings are parsed correctly #2381
    • For resolvers, only authorize arguments once #2378