Release 0.7.3
Fixed
-
CLI: event-loop handling for async database operations
-
Ensured async database sessions and repositories are created and closed inside
the same event loop to avoid "no running event loop" and "Event loop is closed" errors -
Updated
apflow taskscommands to run async work in a safe context -
Added
nest_asynciosupport for nested event loops in test environments -
Logging: clean CLI output by default
-
Default log level for the library is now
ERRORto keep CLI output clean -
Support
LOG_LEVELandDEBUGenvironment variables to override logging when needed -
Debug logs can be enabled with
LOG_LEVEL=DEBUG apflow ... -
Extensions registration noise reduced
-
Demoted expected registration instantiation messages to
DEBUG(no longer printed by default) -
This prevents benign initialization messages from appearing during normal CLI runs
-
Miscellaneous
-
Added
nest_asyncioto CLI optional dependencies to improve compatibility in nested-loop contexts