- Added support to SQLAlchemy
AsyncSession
and multiple binds
- SQLAlchemyPanel: Handled HTTPException from dependencies
- Removed pydantic future annotations
- Removed deprecated
fastapi_astack
scope - Fixed
0.6
release tag.
- SQLAlchemyPanel: Added
async_exit_stack
arg tosolve_dependencies
function - DebugToolbarMiddleware: Removed
settings.ALLOWED_IPS
in favor ofsettings.ALLOWED_HOSTS
- VersionsPanel: Removed
pkg_resources
in favor ofimportlib.metadata
- Added ruff and bandit and removed black and isort
- Removed deprecated
on_event
- Added minor improvements
- Added Pydantic v2 support
- Removed Pydantic v1 support
- Removed
PydanticPanel
- Fixed middleware
url_path_for
- Improved SQLAlchemy panel
- Fixed response body stream
- Fixed pyproject.toml, added package data
- Improved panel templates
- Fixed profiling on Safari browser
- Added refresh cookie system and
JSON.parse
swap removed - Fixed SQL query encoding
- Fixed
SQLAlchemyPanel
, added missingfastapi_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
- Added
PydanticPanel
- Removed
current_thread
in favor ofget_ident
- Added anyio task groups
- Removed
get_running_loop
in favor ofget_event_loop
- Improved tables styles
- Fixed
ThreadPoolExecutor
for all sync endpoints - Added cookie-based refresh
- Added exception handling for dependency resolution
- Added minor improvements to
VersionPanel
- Added
TortoisePanel
- Removed SQL compiled query in favor of statement params
- Added SQLAlchemy unregister
- Added
SQLPanel
base class
- Improved dependency resolution
- Added minor improvements
- Added
SQLAlchemyPanel
- Added
LOGGING_COLORS
to panel templates - Minor improvements
- Improved
VersionsPanel
script - Added docs
- Fixed multiple profilers on the same thread
- Fixed
VersionsPanel
Pypi url
- Added pypi details to
VersionsPanel
- Improved assets
- Added
LOGGING_COLORS
- Highlighted matched endpoint
- Sorted routes by path
- Added mounted apps support (e.g. ariadne.asgi.GraphQL)
- 📦