Releases: xp-forge/lambda-ws
Releases · xp-forge/lambda-ws
2.3.0: Dispatching
- Added support for dispatching on application level, introduced in
https://github.com/xp-forge/web/releases/tag/v4.2.0
(@thekid)
2.2.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
2.1.0: Application initialization
- Merged PR #12: Check for
xp-forge/web ^4.0
applications, which
provide an initializer (see xp-forge/web#91)
(@thekid)
2.0.0: Response streaming
- 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 forxp-forge/lambda
to version 5.0.0
(@thekid)
1.3.0: Run HTTP APIs locally
- Merged PR #11: Run lambda HTTP APIs via
xp web lambda [class]
. This
requires https://github.com/xp-forge/web/releases/tag/v3.10.0
(@thekid)
1.2.0: Forward compatibility
1.1.4: Streaming fix
1.1.3: Content-Encoding fix
- Fixed responses with
Content-Encoding: gzip
(orbr
) not being
base64-encoded. This leads to unparseable lambda responses.
(@thekid)