Skip to content

Releases: dj-bolt/django-bolt

v0.8.1

30 May 20:57
b435bfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 May 20:03

Choose a tag to compare

What's Changed

  • nanodjango plugin enhancement by @cleemesser in #208
  • feat: add option to use PollWatcher by @ThenTech in #216
  • OpenAPI 3.1 schema correctness: union nullability, WebSocket headers, validity test by @jameswinegar in #214
  • fix: revocation TTL zero treated as falsy and model path validation by @aliharby12 in #211
  • fix: flatten Struct-typed Form() params in OpenAPI multipart schema by @FarhanAliRaza in #219
  • fix: preserve handler-set cookies through django_middleware_to_django_response() by @FarhanAliRaza in #220
  • Enhance schema generation with path parameters and serializers by @cesarbenjamindotnet in #207

New Contributors

Full Changelog: v0.7.6...v0.8.0

v0.7.6

20 Apr 16:08

Choose a tag to compare

Full Changelog: v0.7.5...v0.7.6

v0.7.5

17 Apr 13:01

Choose a tag to compare

What's Changed

  • feat: Add EventSourceResponse with FastAPI-style SSE support by @FarhanAliRaza in #203
  • feat: improve viewsets; add pagination support by @ClanEver in #189

Full Changelog: v0.7.4...v0.7.5

v0.7.4

25 Mar 11:09

Choose a tag to compare

Full Changelog: v0.7.3...v0.7.4

v0.7.3

24 Mar 08:10

Choose a tag to compare

Full Changelog: v0.7.2...v0.7.3

v0.7.2

24 Mar 07:24

Choose a tag to compare

Full Changelog: v0.7.1...v0.7.2

v0.7.1

23 Mar 07:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/dj-bolt/django-bolt/commits/v0.7.1

v0.7.0

09 Mar 03:20

Choose a tag to compare

What's Changed

  • Optimize hot-path dispatch: move access logging to Rust, eliminate per-request allocations by @FarhanAliRaza in #174
  • fix: WebSocket handlers fail when injector returns tuple args by @jameswinegar in #173
  • improve api discovery by using ast to find BoltAPI instances by @cleemesser in #171

New Contributors

Full Changelog: v0.6.7...v0.7.0

v0.6.7

08 Mar 02:46

Choose a tag to compare

What's Changed

  • Fix JWTAuthentication swallowing OperationalError/InterfaceError (#165) by @jameswinegar in #166
  • Fix: Improve health check performance and add streaming file API by @prabinKh in #159
  • Pre-compile response serialization handlers at registration time (#167) by @FarhanAliRaza in #167
  • Fix: Surface ASGI mount exception details in HTTP 500 responses by @FarhanAliRaza in #168
  • Auto-register OpenAPI SecurityScheme definitions from auth backends by @FarhanAliRaza in #170

New Contributors

Full Changelog: v0.6.6...v0.6.7