Skip to content

Releases: mduesterhoeft/lambda-kotlin-request-router

0.2.5

07 Apr 20:25
Compare
Choose a tag to compare
avoid logging function reference

0.2.4

28 Mar 14:52
Compare
Choose a tag to compare
Add validation methods for request and response

0.2.3

27 Mar 14:49
Compare
Choose a tag to compare
Fix publication in multi module

0.2.2

27 Mar 14:49
Compare
Choose a tag to compare
Fix publication in multi module

add openapi validator

27 Mar 14:28
Compare
Choose a tag to compare
0.2.1

add openapi request validator

multi-module

27 Mar 13:34
9acdca4
Compare
Choose a tag to compare
0.2.0

Move to multi module to be able to modularize serialization and deser…

Add list deserialization

27 Mar 13:33
Compare
Choose a tag to compare
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

25 Mar 07:20
24c448a
Compare
Choose a tag to compare
0.1.4

Add more standard error handling to request router (#4)

Add more convenience

21 Mar 12:14
fc7a0bb
Compare
Choose a tag to compare
Merge pull request #3 from mduesterhoeft/convenience

Add more convenience methods to request and response

add matching for URIs with query parameters

21 Mar 09:50
60f9e32
Compare
Choose a tag to compare
Merge pull request #2 from jmoennich/master

Minimally invasive approach for skipping query parameters in UriTemplate