Tartiflette-asgi

Latest version: v0.12.0

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.7.0

Changed

- Renamed project to `tartiflette-asgi`.

0.6.0

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)

0.5.2

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)

0.5.1

Fixed

- Fixed a bug that prevented accessing the GraphiQL interface when subscriptions were not enabled.

0.5.0

Added

- WebSocket subscriptions, configurable with the new `subscriptions` option on `TartifletteApp`.
- Pass extra context to resolvers using the new `context` option on `TartifletteApp`.

0.4.0

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](https://tartiflette.io/docs/api/engine#cook-your-tartiflette) 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.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.