Releases: mongkok/fastapi-debug-toolbar
Releases Β· mongkok/fastapi-debug-toolbar
v0.6.3
04 May 17:02
Compare
Sorry, something went wrong.
No results found
Added support to SQLAlchemy AsyncSession and multiple binds
v0.6.2
13 Feb 11:05
Compare
Sorry, something went wrong.
No results found
SQLAlchemyPanel : Handled HTTPException raised from dependencies
Remove pydantic future annotations
v0.6.1
13 Feb 08:57
Compare
Sorry, something went wrong.
No results found
Fixed 0.6 release tag
Removed deprecated fastapi_astack scope
v0.6.0
13 Feb 05:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added Pydantic v2 support
Removed Pydantic v1 support
Removed PydanticPanel
v0.4.0
23 Jul 08:33
Compare
Sorry, something went wrong.
No results found
Fixed middleware url_path_for
Improved SQLAlchemy panel
v0.3.2
16 Dec 18:07
Compare
Sorry, something went wrong.
No results found
Fixed response body stream
v0.3.1
14 Dec 17:57
Compare
Sorry, something went wrong.
No results found
Fixed pyproject.toml, added package data
Improved panel templates
Fixed profiling on Safari browser
v0.3.0
11 Dec 22:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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