Skip to content

Releases: aws/serverless-java-container

Release 0.6

11 Aug 17:43
Compare
Choose a tag to compare

Addressed multiple issues and integrated slf4j-api for logging.

Release 0.5.1

06 Jul 17:11
Compare
Choose a tag to compare

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 the getName method of a principal in the AwsProxySecurityContext to return the Cognito ID if present in the request, otherwise the user ARN. See issue #43

Release 0.5

20 Jun 21:12
Compare
Choose a tag to compare

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