Skip to content

Releases: moia-oss/lambda-kotlin-request-router

Ignore content-type header when route expects none

02 May 08:49

Choose a tag to compare

0.6.3

Ignore content-type header when route expects none.

Use Base64 encoding for Proto handling

30 Apr 15:35

Choose a tag to compare

Make response location optional (#11)

* Make response location optional

* Format kotlin

Return 403 instead of 401 when permissions are missing

30 Apr 08:43
d7d2d77

Choose a tag to compare

0.6.1

Return 403 instead of 401 when required permissions are missing (#9)

More flexible error serialization

29 Apr 15:20
4698808

Choose a tag to compare

  • go back to guava media type
  • more flexible error serialization and enabling errors in proto format

Fix no-content response

28 Apr 14:10

Choose a tag to compare

0.5.2

Fix no-content response (#5)

Add null safety check for missing request path

25 Apr 12:34

Choose a tag to compare

Background: The serverless warmup lambda plugin invokes the lambda without any headers or a request path present. This should not throw exceptions.

Add permissions handling

25 Apr 09:34
84d5c67

Choose a tag to compare

Add permissions handling (#3)

* Add permissions handling

* Add documentation

* Add hint about JWT verification

* Use constant to avoid duplicating default values

* Use equals with ignoreCase switch

Use Apache ContentType instead of Guava MimeType

24 Apr 09:21

Choose a tag to compare

Use Apache ContentType instead of Guava MimeType (#2)

* Use Apache ContentType instead of Guava MimeType

* Use Apache ContentType instead of Guava MimeType in ProtoSerializationHandler

Catch-all Path Variables Parameters / Greedy Path Parameters

23 Apr 09:47

Choose a tag to compare

0.3.1

07 Apr 20:29

Choose a tag to compare

avoid logging function reference