- Stable release tagging
- Fix validation request body format
- Fix behavior of
aws_cloud_watch_logging_enabled
- Improve typing definition
- Add
/healthcheckendpoint - Improve documentation
- Support
request_to_microservicecalls without api key for microservices
- Improve
test_utilsutility methods for testing
- Add
test_utilsutility methods for testing
- Add missing boto3 dependency
- Export test mock method
- Update required dependencies
- Refactor
request_to_microserviceargument signature - Add
x-api-keyheader torequest_to_microservice - Add AWS Cloudwatch logging integration
- Bump minimum supported Python version to 3.10
- Update dependencies
- Replace user data loading endpoint with request validation endpoint
- Bump minimum supported Python version to 3.7
- Add Python 3.10 and 3.11 support
- Update dependencies
- Remove Control Tower support
request_to_microserviceno longer prefixes request uris with/v1- Remove
/infoand/pingendpoints
- Add CORS headers
- Pin dependency versions to python 2.7 compatible versions
- Fix issue where
request_to_microservicewould always have a body.
- Add error handling for 4xx and 5xx when loading user data.
- Initial release