Releases: mduesterhoeft/lambda-kotlin-request-router
Releases · mduesterhoeft/lambda-kotlin-request-router
0.2.5
0.2.4
Add validation methods for request and response
0.2.3
Fix publication in multi module
0.2.2
Fix publication in multi module
add openapi validator
0.2.1 add openapi request validator
multi-module
0.2.0 Move to multi module to be able to modularize serialization and deser…
Add list deserialization
deserialize request body to type class when body is an array/list (#6) * deserialize request body to type class when body is an array/list * more generic
Better handling of parsing errors
0.1.4 Add more standard error handling to request router (#4)
Add more convenience
Merge pull request #3 from mduesterhoeft/convenience Add more convenience methods to request and response
add matching for URIs with query parameters
Merge pull request #2 from jmoennich/master Minimally invasive approach for skipping query parameters in UriTemplate