pypi litestar 2.4.0
v2.4.0

latest releases: 2.12.1, 2.12.0, 2.11.0...
11 months ago

What's Changed

Bugfixes

  • Fix HTTPException handling during concurrent dependency resolving by @smithk86 in #2596
  • Fix OpenAPI examples format by @guacs in #2660
  • Fix CLI plugin commands not showing up in command list by @peterschutt in #2441
  • Fix missing write-only mark in dto_field() signature by @floxay in #2684
  • Fix OpenAPI schemas incorrectly flagged as duplicates by @chris-telemetry in #2475
  • Fix Pydantic URL type support in OpenAPI and serialization by @provinzkraut in #2701
  • Fix incorrect ValidationException message when multiple errors were encountered by @peterschutt in #2716
  • Fix DTO renaming renames all fields of the same name in nested DTOs by @provinzkraut in #2764
  • Fix handling of DTO objects nested in mappings by @peterschutt in #2775
  • Fix inconsistent sequence union parameter errors by @peterschutt in #2776
  • Fix Unexpected ASGI message 'websocket.close', after sending 'websocket.close' in channels WebSocket handlers by @peterschutt in #2691

Features

Other Changes

  • Expose advanced-alchemy at litestar.plugins.sqlalchemy by @cofin in #2654
  • Move contrib.jwt to security.jwt by @cofin in #2646
  • Correctly raise WebSocketDisconnect in WebSocket.receive() by @peterschutt in #2690

New Contributors

Full Changelog: v2.3.2...v2.4.0

Don't miss a new litestar release

NewReleases is sending notifications on new releases.