All Versions
17
Latest Version
Avg Release Cycle
70 days
Latest Release
946 days ago
Changelog History
Page 2
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 onTartifletteApp
. - Pass extra context to resolvers using the new
context
option onTartifletteApp
.
- ๐ง WebSocket subscriptions, configurable with the new
-
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 themount
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.
- 0๏ธโฃ GraphiQL configuration via the
-
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"]
(previouslycontext["request"]
). - If no error occurred, the
errors
field is not present in the response anymore (previously wasNone
).
๐ Fixed
- More robust URL matching on
TartifletteApp
.
- ๐ Support for
-
v0.1.1 Changes
April 28, 2019๐ Fixed
- โ Add missing
graphiql.html
package asset.
- โ Add missing
-
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.