This release introduces modular support for Chalice and FastAPI via optional dependencies: Install Chalice support: pip install 'agave[chalice_support]' Install FastAPI support: pip install 'agave[fast_support]'
1.0.2.dev5
Introduces a request logger middleware to enhance observability in the application.
1.0.2.dev4
Introduces a request logger middleware to enhance observability in the application.
1.0.1
What's Changed * Bump version to 1.0.1 in version.py by gmorales96 in https://github.com/cuenca-mx/agave/pull/153