Skip to content

馃崜 0.227.5

Compare
Choose a tag to compare
@botberry botberry released this 11 May 15:24
· 68 commits to main since this release

Deprecations: This release deprecates the Starlite integration in favour of the LiteStar integration.
Refer to the LiteStar integration for more information.
LiteStar is a renamed and upgraded version of Starlite.

Before:

from strawberry.starlite import make_graphql_controller

After:

from strawberry.litestar import make_graphql_controller

Releases contributed by @Birdi7 via #3492