Skip to content

Releases: xp-forge/lambda-ws

1.1.0: Binary content

12 Apr 06:41
Compare
Choose a tag to compare
  • Merged PR #5: Encode binary responses using base 64 - @thekid

1.0.3: Library compatibility

26 Feb 11:24
Compare
Choose a tag to compare
  • Made library compatible with xp-forge/lambda version 4.0.0
    (@thekid)

1.0.2: XP 11, library compatibility

21 Oct 15:12
Compare
Choose a tag to compare
  • Made library compatible with XP 11, xp-forge/lambda version 3.0.0
    (@thekid)

1.0.1: XP web 3.0 compatibility

26 Sep 21:36
Compare
Choose a tag to compare

1.0.0: Gateway version 2.0

29 Aug 15:43
Compare
Choose a tag to compare
  • Made lambda handler raise errors for missing or unhandled versions
    (@thekid)
  • Implemented gateway payload version 2.0 cookies correctly - @thekid

0.7.0: Request context object

29 Aug 12:06
Compare
Choose a tag to compare
  • Wrapped requestContext in com.amazon.aws.lambda.RequestContext
    (@thekid)

0.6.0: Lambda library compatibility

29 Aug 11:22
Compare
Choose a tag to compare
  • Made compatible with xp-forge/lambda version 2.0.0 - @thekid

0.5.0: Request context access

29 Aug 10:30
Compare
Choose a tag to compare
  • Made events' requestContext member accessible via request value
    (@thekid)
  • Made remote address available in HTTP headers, populated via events'
    requestContext.http.sourceIp member
    (@thekid)

0.4.1: Input and error handling fixes

29 Aug 09:44
Compare
Choose a tag to compare
Pre-release
  • Added various tests, increasing test coverage to 100%. See #3 - @thekid
  • Fixed error handling for web.Error instances - @thekid
  • Fixed FromApiGateway::readLine() not returning EOF correctly - @thekid

0.4.0: Cookie support

28 Aug 23:09
Compare
Choose a tag to compare
0.4.0: Cookie support Pre-release
Pre-release
  • Fixed issue #2: Return cookies in multiValueHeaders - @thekid