All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
496 days ago
Changelog History
Page 1
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)
- โฌ๏ธ Drop deprecated
-
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
.
- ๐ Renamed project to
-
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)