Skip to content

Releases: mongkok/fastapi-debug-toolbar

v0.6.3

04 May 17:02
Compare
Choose a tag to compare
  • Added support to SQLAlchemy AsyncSession and multiple binds

v0.6.2

13 Feb 11:05
Compare
Choose a tag to compare
  • SQLAlchemyPanel: Handled HTTPException raised from dependencies
  • Remove pydantic future annotations

v0.6.1

13 Feb 08:57
Compare
Choose a tag to compare
  • Fixed 0.6 release tag
  • Removed deprecated fastapi_astack scope

v0.6.0

13 Feb 05:22
Compare
Choose a tag to compare
  • SQLAlchemyPanel: Added async_exit_stack arg to solve_dependencies function
  • DebugToolbarMiddleware: Removed settings.ALLOWED_IPS in favor of settings.ALLOWED_HOSTS
  • VersionsPanel: Removed pkg_resources in favor of importlib.metadata
  • Added ruff, bandit and removed black, isort
  • Removed deprecated on_event
  • Added minor improvements

v0.5.0

23 Jul 08:34
c87586b
Compare
Choose a tag to compare
  • Added Pydantic v2 support
  • Removed Pydantic v1 support
  • Removed PydanticPanel

v0.4.0

23 Jul 08:33
Compare
Choose a tag to compare
  • Fixed middleware url_path_for
  • Improved SQLAlchemy panel

v0.3.2

16 Dec 18:07
Compare
Choose a tag to compare
  • Fixed response body stream

v0.3.1

14 Dec 17:57
Compare
Choose a tag to compare
  • Fixed pyproject.toml, added package data
  • Improved panel templates
  • Fixed profiling on Safari browser

v0.3.0

11 Dec 22:01
Compare
Choose a tag to compare
  • Added refresh cookie system and JSON.parse swap removed
  • Fixed SQL query encoding
  • Fixed SQLAlchemyPanel , added missing fastapi_astack to scope (fastapi >= 0.74.0)
  • Added SQLAlchemyPanel.add_engines method
  • Added tortoise-orm >= 0.19.0 support
  • Fixed VersionsPanel JS, package home can be null

v0.2.1

28 Aug 23:12
Compare
Choose a tag to compare
  • Added PydanticPanel
  • Removed current_thread in favor of get_ident
  • Added anyio task groups
  • Removed get_running_loop in favor of get_event_loop
  • Improved tables styles