* Added support for Python 3.10, 3.11, and 3.12. * Dropped support for Python 3.7 which is being phased out by AWS. Python 3.8+ is now required. * Fixed a bug in the logging module when the event from AWS contains `{"headers": null}`.
1.0.1
Not secure
* Updated dependencies.
1.0.0
Not secure
* Replace the asynchronous logging wrapper with a method to register FastAPI logging middleware.
python from okdata.aws.logging import add_fastapi_logging
app = FastAPI() add_fastapi_logging(app)
0.4.1
Not secure
* HTTP errors from the status API is no longer propagated to users of `status_wrapper`; the errors are logged instead.
0.4.0
Not secure
* An asynchronous variant of the logging wrapper is now available: