Skip to content

Releases: raptor-js/lambda

v0.1.4

01 Jun 10:53

Choose a tag to compare

Changes

  • This release changes what happens when isBinary is true (fonts, images, WASM, PDFs). Those were broken before for large files; now they use Buffer.from(buffer).toString("base64") instead of the spread-that-blows-the-stack.

v0.1.3

13 Apr 09:55

Choose a tag to compare

Changes

  • fix: make sure we are listening for set-cookie headers and setting the cookies array appropriately for lambda responses.

v0.1.2

12 Apr 18:34

Choose a tag to compare

Changes

  • fix: use a minimal interface for handling app kernels, otherwise we get cross-runtime problems.