Releases: aws/serverless-java-container
Releases · aws/serverless-java-container
Release 0.6
Addressed multiple issues and integrated slf4j-api for logging.
Release 0.5.1
This release addresses two issues:
- Fixes support for Spark 2.5.3 - The issue was created by the Servlet Filter implementation included in 0.5. See issue #40
- Fixes principal name for APIs configured with
AWS_IAM
auth - Changed the behavior of thegetName
method of a principal in theAwsProxySecurityContext
to return the Cognito ID if present in the request, otherwise the user ARN. See issue #43
Release 0.5
New features
- Support for Cognito User Pool authorizers
- RequestDispatchers for Spring MVC applications
- Jersey injection of ServletContext and ServletResponse
- Ability to strip base path mappings when configured with a custom domain name
Bug fixes
- Support for multipart/form data binary payloads
- URL encoding in servlet implementation