tartiflette-asgi v0.4.0 Release Notes

Release Date: 2019-07-04 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for Tartiflette 0.12.x.
    • โž• Add a mount module with submounting helpers.
    • โž• Add mount.starlette().

    ๐Ÿ”„ Changed

    • Due to the new engine cooking API in Tartiflette 0.12, TartifletteApp now includes a startup event handler responsible for building the GraphQL engine. If submounting, it must be registered on the parent ASGI app. Helpers in the mount module take care of this for you.

    โœ‚ Removed

    • โฌ‡๏ธ Drop support for Tartiflette 0.11.x and below.