Release 1.1.1
sapessi
released this
20 Jun 22:02
·
1146 commits
to main
since this release
Bug fix release with the following changes:
- Fix in encoding settings for content type header (#150)
- Fix to make header names non case sensitive (#150)
- Fix
getParameterValues()
method inAwsProxyHttpServletRequest
to return null when no values are available (#156) - Fixed issue with requests to the root resources (
/
) that were not routed correctly by Spark (#151) - Fixed parameter and url encoding behavior to match API Gateway's proxy behavior - expect all parameter values and path in the proxy event to be url-decoded. The framework now re-url-encodes values before passing them on to the underlying framework (#146)