tartiflette-asgi v0.2.0 Release Notes

Release Date: 2019-06-10 // almost 5 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for starlette>=0.12 (previously >=0.12.0b3).
    • Tartiflette is now installed too when installing tartiflette-asgi.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The default path is now "" (previously "/").
    • The request is now accessible in the GraphQL context via context["req"] (previously context["request"]).
    • If no error occurred, the errors field is not present in the response anymore (previously was None).

    ๐Ÿ›  Fixed

    • More robust URL matching on TartifletteApp.