- Stable release tagging
- Fix validation request body format
- Fix behavior of
aws_cloud_watch_logging_enabled
- Improve typing definition
- Add
/healthcheck
endpoint - Improve documentation
- Support
request_to_microservice
calls without api key for microservices
- Improve
test_utils
utility methods for testing
- Add
test_utils
utility methods for testing
- Add missing boto3 dependency
- Export test mock method
- Update required dependencies
- Refactor
request_to_microservice
argument signature - Add
x-api-key
header 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_microservice
no longer prefixes request uris with/v1
- Remove
/info
and/ping
endpoints
- Add CORS headers
- Pin dependency versions to python 2.7 compatible versions
- Fix issue where
request_to_microservice
would always have a body.
- Add error handling for 4xx and 5xx when loading user data.
- Initial release