What changed in srvx from 0 to 1

4 releases numbered after v0.12.8 up to and including v1.0.3, stable releases only. v0.12.8 and v1.0.3 are the newest stable releases of 0 and 1 we track; this page follows them as new ones ship.

6 changes across 4 releases

Fixed 6

v1.0.3

  • Strip parameters before matching content type in aws-lambda
  • Don't declare chunked encoding for bodyless streamed responses in aws-lambda
  • Frame empty streamed bodies as bodyless in aws-lambda

v1.0.2

  • Handle requests without an abort signal in node/web
  • Fix query params, set-cookie, v1 response shape, and drain hang in aws-lambda

v1.0.1

  • Report auto-listen failure instead of exiting 0 silently

One release in the range carries no categorized changes yet: v1.0.0. Their original notes, where the vendor published any, are below.

Original release notes, newest first

The list above is our reading of these notes; the originals from srvx are here, one fold per release.

v1.0.3

compare changes

🩹 Fixes
  • aws-lambda: Strip parameters before matching content type (5866bc7)
  • aws-lambda: Don't declare chunked encoding for bodyless streamed responses (9abe720)
  • aws-lambda: Frame empty streamed bodies as bodyless (175d1cf)

View originalPermalink

v1.0.2

compare changes

🩹 Fixes
  • node/web: Handle requests without an abort signal (bf61f18)
  • aws-lambda: Query params, set-cookie, v1 response shape, drain hang (#300, 4de428d)

View originalPermalink

v1.0.1

compare changes

🩹 Fixes
  • node: Report auto-listen failure instead of exiting 0 silently (81a3b64)
📖 Documentation
🏡 Chore
❤️ Contributors

View originalPermalink

v1.0.0