All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
750 days ago

Changelog History
Page 2

  • v0.5.1 Changes

    July 16, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that prevented accessing the GraphiQL interface when subscriptions were not enabled.
  • v0.5.0 Changes

    July 12, 2019

    โž• Added

    • ๐Ÿ”ง WebSocket subscriptions, configurable with the new subscriptions option on TartifletteApp.
    • Pass extra context to resolvers using the new context option on TartifletteApp.
  • v0.4.0 Changes

    July 04, 2019

    โž• 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.
  • v0.3.0 Changes

    July 03, 2019

    โž• Added

    • 0๏ธโƒฃ GraphiQL configuration via the GraphiQL helper. Options: path, default_query, default_headers, default_variables, template.

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Internal refactoring that leverages more of Starlette's capabilities.
    • ๐Ÿ“š Documentation improvements.
  • v0.2.0 Changes

    June 10, 2019

    โž• 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.
  • v0.1.1 Changes

    April 28, 2019

    ๐Ÿ›  Fixed

    • โž• Add missing graphiql.html package asset.
  • v0.1.0 Changes

    April 26, 2019

    โž• Added

    ๐Ÿ”‹ Features:

    • TartifletteApp ASGI application.
    • Built-in GraphiQL client.

    Project-related additions:

    • ๐Ÿ“ฆ Package setup.
    • ๐Ÿ”„ Changelog.
    • Contributing guide.
    • ๐Ÿ“š README and documentation.