Skip to content

Releases: litestar-org/litestar

v0.5.0

19 Jan 11:52

Choose a tag to compare

  • updated base path handling in controllers @vincentsarago
  • changed RouteHandlers from being pydantic models to being custom classes, allowing for optimization using _slots_
  • changed BaseRoute to not inherit from Starlette, allowing for optimization using _slots_
  • add support for before_request and after_request hooks

v0.4.3

18 Jan 16:17

Choose a tag to compare

  • fixed dto factory handling of forward refs

v0.4.2

18 Jan 09:51

Choose a tag to compare

  • fixed Parameter default not being respected

v0.4.1

17 Jan 09:53

Choose a tag to compare

  • fixed: sql_alchemy requirement not being isolated to the plugin only

v0.4.0

16 Jan 18:04
d4ab4c5

Choose a tag to compare

  • fix orjson compatibility @vincentsarago
  • added plugin support
  • added SQLAlchemyPlugin
  • added DTOFactory

v0.3.0

11 Jan 18:00
e37c353

Choose a tag to compare

  • updated openapi configuration:
  1. OpenAPI schema generation is now enabled by default
  2. The OpenAPIController is now part of the OpenAPIConfig
  3. The default schema download path changed from /schema to /schema/openapi.json
  4. Added a /schema/openapi.yaml route to the OpenAPIController

v0.2.1

08 Jan 20:44

Choose a tag to compare

  • fix regression in handler validation

v0.2.0

08 Jan 18:17
1323c36

Choose a tag to compare

  • add support for websockets
  • update multipart data handling to support mixed fields

v0.1.6

07 Jan 20:13

Choose a tag to compare

  • fix: monkey patch "openapi-schema-pydantic" to change Schema.Config.extra to Extra.ignore

v0.1.5

07 Jan 18:15

Choose a tag to compare

  • fix: monkey patch "openapi-schema-pydantic" to change Schema.extra to Extra.ignore