Skip to content

Releases: xp-forge/lambda-ws

2.3.0: Dispatching

20 May 10:40
Compare
Choose a tag to compare

2.2.0: XP 12 compatibility

20 May 10:40
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

2.1.0: Application initialization

30 Jan 19:06
Compare
Choose a tag to compare

2.0.0: Response streaming

20 Nov 20:12
Compare
Choose a tag to compare
  • Heads up: Dropped support for XP <= 9, see xp-framework/rfc#341
    (@thekid)
  • Heads up: Bumped minimum version requirement for xp-forge/web
    to version 3.0.0
    (@thekid)
  • Merged PR #10: Implement HTTP response streaming. This bumps the
    minimum version requirement for xp-forge/lambda to version 5.0.0
    (@thekid)

1.3.0: Run HTTP APIs locally

20 Nov 19:06
Compare
Choose a tag to compare

1.2.0: Forward compatibility

15 Oct 11:45
Compare
Choose a tag to compare
  • Made this library compatible with xp-forge/lambda 5.0.0 - @thekid
  • Added PHP 8.4 to the test matrix - @thekid

1.1.4: Streaming fix

03 Apr 20:18
Compare
Choose a tag to compare
  • Fixed case with the string "null" being sent back when using streaming
    and never writing to the response stream by removing response body
    (@thekid)
  • Merged PR #9: Migrate to new testing library - @thekid

1.1.3: Content-Encoding fix

14 Sep 19:21
Compare
Choose a tag to compare
  • Fixed responses with Content-Encoding: gzip (or br) not being
    base64-encoded. This leads to unparseable lambda responses.
    (@thekid)

1.1.2: Lambda Function URLs fix

06 Sep 21:27
Compare
Choose a tag to compare
  • Fixed issue #8: Cookies error in Lambda Function URLs - @thekid

1.1.1: Redirect fixes

12 Apr 10:53
Compare
Choose a tag to compare
  • Merged PR #7: Fix redirects yielding "null" - @thekid