| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ariadne-0.29.0-py3-none-any.whl | 2026-02-19 | 121.1 kB | |
| ariadne-0.29.0-py3-none-any.whl.sigstore.json | 2026-02-19 | 8.8 kB | |
| ariadne-0.29.0.tar.gz | 2026-02-19 | 85.4 kB | |
| ariadne-0.29.0.tar.gz.sigstore.json | 2026-02-19 | 8.8 kB | |
| 0.29.0 source code.tar.gz | 2026-02-19 | 1.3 MB | |
| 0.29.0 source code.zip | 2026-02-19 | 1.7 MB | |
| README.md | 2026-02-19 | 2.1 kB | |
| Totals: 7 Items | 3.2 MB | 0 | |
⚠️ Breaking Changes
-
Removed Deprecated Utilities: FallbackResolvers and convert_kwargs_to_snake_case have been removed. If you were still relying on these, please migrate to standard resolver patterns or custom middleware. (#1281)
-
Cleanup: Removed legacy code paths for versions < 0.20. (#1280)
✨ New Features
- Subscription Handlers: Introduced subscription handlers for GraphQLHTTPHandler, making it easier to manage real-time data within your standard HTTP setup. (#1273)
🛠 Development & Build System
-
Type Checking: Replaced mypy with pyright (via ty) for faster and more accurate type checking. (#1274, [#1275])
-
Task Runner: Introduced just (and a justfile) to simplify local development commands and GitHub Actions workflows. (#1276)
CI Fixes: Resolved issues with the hatch command within the benchmark CI pipeline. (#1279)
What's Changed
- build: replace mypy with ty by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1274
- build: extend .git-blame-ignore-revs with ty replacing mypy commit by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1275
- build: Introduce just (with justfile) for development and github actions by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1276
- chore: update CHANGELOG.md with missing releases by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1278
- chore: add CLAUDE.md with project guidance for AI assistants by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1277
- fix(benchmark.yml): Fix the hatch command by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1279
- refactor: remove < 0.20 deprecation by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1280
- refactor!: remove FallbackResolvers and convert_kwargs_to_snake_case by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1281
- feat: Introduce subscription handlers for GraphQLHTTPHandler by @KarolJagodzinski in https://github.com/mirumee/ariadne/pull/1273
Full Changelog: https://github.com/mirumee/ariadne/compare/0.28.0...0.29.0