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

Changelog History
Page 1

  • v0.12.0 Changes

    May 13, 2022

    โž• Added

    • โž• Add support for variables in query parameters. (Pull #176)
  • v0.11.0 Changes

    September 03, 2021

    โž• Added

    • โž• Add official compatibility with Tartiflette 1.4.x. (Pull #153)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update dependency on Starlette to 0.16.*. (Pull #154)
    • โšก๏ธ Update httpx requirement to 0.19.* (Pull #159)
  • v0.10.0 Changes

    January 19, 2021

    โž• Added

    • โž• Add official compatibility with Tartiflette 1.3.x. (Pull #132)
  • v0.9.0 Changes

    June 10, 2020

    โœ‚ Removed

    • โฌ‡๏ธ Drop deprecated mount helpers module. Prefer using the mounting mechanism of your ASGI framework. (Pull #119)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update dependency on Starlette to 0.13.*. (Pull #106)
    • ๐Ÿ“ฆ Convert internal modules to private naming. All public API should be accessed from the top-level tartiflette_asgi package. (Pull #117)

    โž• Added

    • โž• Add compatibility with Starlette 0.13.*. (Pull #106)
  • v0.8.0 Changes

    June 04, 2020

    โž• Added

    • โž• Add support for Tartiflette 1.2.x. (Pull #115)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix GraphiQL subscriptions endpoint when using ASGI sub-mounting. (Pull #98)
    • ๐Ÿ›  Fix protocol mismatch error when serving GraphiQL over HTTPS. (Pull #114)
  • v0.7.1 Changes

    October 28, 2019

    ๐Ÿ›  Fixed

    • Requests containing malformed JSON now return a 400 Bad Request error response instead of 500 Internal Server Error. (Pull #81)
  • v0.7.0 Changes

    October 27, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed project to tartiflette-asgi.
  • v0.6.1

    October 27, 2019
  • v0.6.0 Changes

    October 18, 2019

    โž• Added

    • โž• Add support for Tartiflette 1.x. (Pull #58)
    • ๐Ÿ‘ Officialize support for Python 3.8. (Pull #80)

    โœ‚ Removed

    • โฌ‡๏ธ Drop support for Tartiflette 0.x. (Pull #58)
  • v0.5.2 Changes

    October 09, 2019

    โž• Added

    • โž• Add support for Python 3.8. (Pull #55)

    ๐Ÿ›  Fixed

    • Type annotations are now correctly detected by mypy. (Pull #66)
    • ๐Ÿ›  Fix a bug that prevented the GraphiQL web interface from making queries when the application was mounted on a parent ASGI app. (Pull #51)