github mirumee/ariadne 0.29.0

7 hours ago

⚠️ 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

Full Changelog: 0.28.0...0.29.0

Don't miss a new ariadne release

NewReleases is sending notifications on new releases.