All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
1047 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)