Changelog

All notable changes to this project will be documented in this file.

0.3.0 - 2025-11-30

Bug Fixes

  • (mcp) FileToolbarStorage now reloads from disk on every read - (215f1f9) - Jacob Coffee

  • (mcp) convert timing from seconds to milliseconds - (bb72f84) - Jacob Coffee

  • correct example to raise n+1 error (#13) - (f6ae942) - Cody Fincher

  • add git-cliff changelog configuration - (7e67e7b) - Jacob Coffee

  • correct MCP example panel paths and type annotations - (80e4d16) - Jacob Coffee

  • escape CSS braces and add dark mode support to MCP example - (c1c2e37) - Jacob Coffee

Documentation

  • update PLAN.md for MCP Server completion (PR #16) - (b737f2e) - Jacob Coffee

  • add MCP documentation and usage examples - (34c3804) - Jacob Coffee

  • add MCP integration screenshot to README and docs - (b197d29) - Jacob Coffee

  • update PLAN.md with MCP completion status - (652c755) - Jacob Coffee

  • update MCP screenshot and API docs for FileToolbarStorage (#18) - (38e9a4b) - Jacob Coffee

  • regenerate changelog for v0.3.0 - (8e6f21c) - github-actions[bot]

Features

  • (mcp) add FileToolbarStorage for shared persistence between web app and MCP server - (6afbff5) - Jacob Coffee

  • add AsyncProfilerPanel for async task tracking (#14) - (dd92b33) - Jacob Coffee

  • add GraphQL Panel with Strawberry integration (#15) - (af70e9c) - Jacob Coffee

  • add MCP server for AI assistant integration (#16) - (fa880ba) - Jacob Coffee

  • add interactive HTML frontend to MCP example - (48d5bf1) - Jacob Coffee

Release

  • v0.3.0 with MCP Server integration (#17) - (5621580) - Jacob Coffee


0.2.0 - 2025-11-29

Bug Fixes

  • (ci) disable debug-toolbar publish, fix litestar wheel build - (88427d3) - Jacob Coffee

  • (docs) correct GitHub URL to debug-toolbar - (3e395fd) - Jacob Coffee

  • (examples) add light theme support to N+1 demo page - (250b2fa) - Jacob Coffee

  • (examples) restore dark mode as default in N+1 demo - (b644b66) - Jacob Coffee

  • (examples) restore dark mode as default in N+1 demo - (445e53e) - Jacob Coffee

  • (examples) add text color to N+1 demo link on home page - (c65421b) - Jacob Coffee

  • (tests) make lifecycle hook test more robust - (5e6f3e4) - Jacob Coffee

  • (tests) remove flaky after_request assertion in CI - (cfe8a3d) - Jacob Coffee

Documentation

  • add comparison page to documentation - (605e8fe) - Jacob Coffee

  • restructure documentation layout (#6) - (cef8237) - Jacob Coffee

  • improve index page with installation tabs and card grid (#7) - (eccdc97) - Jacob Coffee

  • comprehensive documentation overhaul for 110% quality - (1e07998) - Jacob Coffee

  • add panel screenshots to README and documentation - (e11af10) - Jacob Coffee

  • add panel screenshots to index page grid - (42f3118) - Jacob Coffee

  • update version to 0.2.0 and add profiler config options - (1453304) - Jacob Coffee

Features

  • (alerts) add proactive issue detection panel (#10) - (5de5b03) - Jacob Coffee

  • (ci) add documentation preview and GitHub Pages workflows (#3) - (8939398) - Jacob Coffee

  • (events) add Events Panel for Litestar lifecycle tracking (#9) - (4cb8136) - Jacob Coffee

  • (memory) add multi-backend memory profiling panel (#12) - (35a3f0d) - Jacob Coffee

  • (profiling) add flame graph visualization support (#11) - (632fc93) - Jacob Coffee

  • (profiling) filter stdlib and prioritize user code - (7cd29f9) - Jacob Coffee

  • (sql) add EXPLAIN query plans for SQLAlchemy panel (#5) - (7abf410) - Jacob Coffee

  • (sql) add N+1 query detection to SQLAlchemy panel (#8) - (bb5cfca) - Jacob Coffee

  • (ui) Phase 5 - Complete toolbar UI with themes, positioning, and history (#4) - (2d5c8c0) - Jacob Coffee

  • (ui) add screenshots and fix full-width top/bottom toolbar - (7422535) - Jacob Coffee

  • (ui) add styled panel rendering for inline toolbar - (6e554e8) - Jacob Coffee

  • Phase 10 - Additional Panels (#2) - (a791283) - Jacob Coffee

Miscellaneous Chores

  • bump version to 0.2.0 - (2e222f6) - Jacob Coffee

Refactoring

  • (middleware) extract ResponseState and improve error handling - (6b54458) - Jacob Coffee


0.1.4 - 2025-11-27

Bug Fixes

  • (ci) repack wheel/sdist for litestar-debug-toolbar name - (3ad5d68) - Jacob Coffee


0.1.3 - 2025-11-27

Features

  • (ci) publish to both debug-toolbar and litestar-debug-toolbar - (93e29fc) - Jacob Coffee


0.1.2 - 2025-11-27

Bug Fixes

  • (ci) update sigstore action to v3.1.0 - (c37b1d5) - Jacob Coffee


0.1.1 - 2025-11-27

Build

  • (deps) bump the actions group with 6 updates (#1) - (860811f) - dependabot[bot]


[0.1.0] - 2025-11-27

Bug Fixes

  • update act-ci Makefile target for CI workflow jobs - (0c550d2) - Jacob Coffee

  • update test-cov target for unified debug_toolbar package - (6daa6c5) - Jacob Coffee

Documentation

  • add Sphinx documentation with API reference - (82df082) - Jacob Coffee

  • update README with new package structure and badges - (637bf0d) - Jacob Coffee

  • add CONTRIBUTING.rst with development guidelines - (134f1e5) - Jacob Coffee

Features

  • add framework-agnostic core debug toolbar package - (21d31a2) - Jacob Coffee

  • add Litestar framework integration - (c1abc92) - Jacob Coffee

  • add Advanced-Alchemy SQLAlchemy panel - (1801c5f) - Jacob Coffee

Refactoring

  • rename old module references to debug-toolbar - (9cb8dfe) - Jacob Coffee

Tests

  • add unit and integration tests - (0604eaa) - Jacob Coffee

  • increase coverage to 96% with comprehensive tests - (f29de78) - Jacob Coffee

Build

  • add project configuration with uv_build backend - (75073ed) - Jacob Coffee

Ci

  • add dependabot configuration - (63aeed4) - Jacob Coffee

  • add changelog workflow - (10af18d) - Jacob Coffee

  • add PR title linting workflow - (bef3add) - Jacob Coffee

  • add release notes configuration - (9a0e775) - Jacob Coffee

  • add issue templates - (9177bcc) - Jacob Coffee

  • add CI workflow - (6869512) - Jacob Coffee

  • add publish workflow - (70721ec) - Jacob Coffee

  • add PR template - (9f56a4c) - Jacob Coffee

Examples

  • add usage examples for ASGI and Litestar - (15a9854) - Jacob Coffee

debug-toolbar Changelog