Skip to content

Releases: litestar-org/litestar

v0.2.1

Choose a tag to compare

@Goldziher Goldziher released this 08 Jan 20:44
  • fix regression in handler validation

v0.2.0

Choose a tag to compare

@Goldziher Goldziher released this 08 Jan 18:17
1323c36
  • add support for websockets
  • update multipart data handling to support mixed fields

v0.1.6

Choose a tag to compare

@Goldziher Goldziher released this 07 Jan 20:13
  • fix: monkey patch "openapi-schema-pydantic" to change Schema.Config.extra to Extra.ignore

v0.1.5

Choose a tag to compare

@Goldziher Goldziher released this 07 Jan 18:15
  • fix: monkey patch "openapi-schema-pydantic" to change Schema.extra to Extra.ignore

v0.1.4

Choose a tag to compare

@Goldziher Goldziher released this 07 Jan 07:43
  • 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

Choose a tag to compare

@Goldziher Goldziher released this 03 Jan 07:23
  • updated dependencies to use pydantic-factories v1.0.0
  • added NotFoundException

v0.1.2

Choose a tag to compare

@Goldziher Goldziher released this 01 Jan 12:44
  • fixed requests not being included in project dependencies
  • updated pydantic to v1.9.0

v0.1.1

Choose a tag to compare

@Goldziher Goldziher released this 31 Dec 15:55
  • added missing exports to init method

v0.1.0

Choose a tag to compare

@Goldziher Goldziher released this 30 Dec 11:56
  • initial release

v0.1.0b1

v0.1.0b1 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 28 Dec 12:51

0.1.0 Beta 1 version

  • features are all in place.
  • documentation is still incomplete and being written.
  • testing is required before being production stable