Skip to content

Releases: litestar-org/litestar

v0.4.0

16 Jan 18:04
d4ab4c5
Compare
Choose a tag to compare
  • fix orjson compatibility @vincentsarago
  • added plugin support
  • added SQLAlchemyPlugin
  • added DTOFactory

v0.3.0

11 Jan 18:00
e37c353
Compare
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
Compare
Choose a tag to compare
  • fix regression in handler validation

v0.2.0

08 Jan 18:17
1323c36
Compare
Choose a tag to compare
  • add support for websockets
  • update multipart data handling to support mixed fields

v0.1.6

07 Jan 20:13
Compare
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
Compare
Choose a tag to compare
  • fix: monkey patch "openapi-schema-pydantic" to change Schema.extra to Extra.ignore

v0.1.4

07 Jan 07:43
Compare
Choose a tag to compare
  • fix: update pydantic-factories to v1.1.0, resolving compatibility issues with older versions of pydantic
  • fix: include_in_schema for routes always being true

v0.1.3

03 Jan 07:23
Compare
Choose a tag to compare
  • updated dependencies to use pydantic-factories v1.0.0
  • added NotFoundException

v0.1.2

01 Jan 12:44
Compare
Choose a tag to compare
  • fixed requests not being included in project dependencies
  • updated pydantic to v1.9.0

v0.1.1

31 Dec 15:55
Compare
Choose a tag to compare
  • added missing exports to init method