Releases: dj-bolt/django-bolt
Releases · dj-bolt/django-bolt
Release list
v0.10.2
What's Changed
- Serializer loading plans, OpenAPI codegen gaps, public MCP OAuth routes by @FarhanAliRaza in #297
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Fix FastAPI link in README.md by @jibaku in #284
- fix(serializers): keep per-field validation errors, and stop dropping @classmethod validators by @yeakiniqra in #282
- feat(worker-loop): WorkerLoop as SelectorEventLoop on the Tokio reactor by @FarhanAliRaza in #286
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- perf: hot-path dispatch overhaul — worker-local asyncio loop, Rust prebinding, bounded ORM executors by @FarhanAliRaza in #268
- Add JWT asymmetric algorithms, JWKS, and token rotation support by @FarhanAliRaza in #265
- fix(dev): make --dev reload cover the project root and api import graph by @FarhanAliRaza in #272
- Add Requires none_of + denial messages; run streaming/WebSocket on the WorkerLoop by @FarhanAliRaza in #273
- feat(mcp): rebuild bolt-mcp on the official Rust SDK (rmcp) with MCP 2026-07-28 support by @FarhanAliRaza in #277
- fix(auth): load request.user on the bounded ORM pool by @yeakiniqra in #275
New Contributors
- @yeakiniqra made their first contribution in #275
Full Changelog: v0.9.1...v0.10.0
v0.10.0-alpha2
What's Changed
- fix(dev): make --dev reload cover the project root and api import graph by @FarhanAliRaza in #272
Full Changelog: v0.10.0-alpha1...v0.10.0-alpha2
v0.10.0-alpha1
What's Changed
- perf: hot-path dispatch overhaul — worker-local asyncio loop, Rust prebinding, bounded ORM executors by @FarhanAliRaza in #268
- Add JWT asymmetric algorithms, JWKS, and token rotation support by @FarhanAliRaza in #265
Full Changelog: v0.9.1...v0.10.0-alpha1
v0.9.1
What's Changed
- fix project.urls in pyproject.toml by @jameswinegar in #257
- ci: arm linux wheels by @dbrun3 in #258
- ci: drive supported Python versions from pyproject.toml classifiers by @FarhanAliRaza in #259
- feat(auth): cookie-based JWT tokens and per-route custom get_user by @FarhanAliRaza in #260
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix(admin): detect session support via middleware, not INSTALLED_APPS by @FarhanAliRaza in #254
- Query http method by @FarhanAliRaza in #253
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- fix: OpenAPI schema accuracy — documented constrained types (#235) + typed dict values by @jameswinegar in #243
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- OpenAPI: carry struct
__name__(title) and__doc__(description) through to component schemas by @jameswinegar in #224 - Mcp supprt by @FarhanAliRaza in #233
- ci: add prek lint workflow and SHA-pin all GitHub Actions + hooks by @jameswinegar in #238
Full Changelog: v0.8.1...v0.8.3
v0.8.2
What's Changed
- OpenAPI: carry struct
__name__(title) and__doc__(description) through to component schemas by @jameswinegar in #224 - Mcp supprt by @FarhanAliRaza in #233
- ci: add prek lint workflow and SHA-pin all GitHub Actions + hooks by @jameswinegar in #238
Full Changelog: v0.8.1...v0.8.2