Skip to content

Releases: causematch/cm-proxy

0.2.4

Choose a tag to compare

@evgenizb evgenizb released this 03 Jun 12:33
99e2fc2
  • Strip hop-by-hop response headers in bidirectional proxy

Forwarding Transfer-Encoding: chunked, Connection, and Keep-Alive response headers back through the Lambda Function URL caused Step Functions HTTP Invoke to time out waiting for chunked-stream framing it does not support. The bidirectional handler now filters the RFC 7230 hop-by-hop set plus Content-Length/Content-Encoding before calling send_task_success.

PRs: #7 (fix), #8 (release)

v0.2.3

Choose a tag to compare

@altaurog altaurog released this 22 Jan 15:12
  • Use python3.14 lambda runtime
  • Use arm64 lambda architecture
  • Add cost estimate to the docs

v0.2.2

Choose a tag to compare

@altaurog altaurog released this 21 Jan 21:48

Initial release with updated name

v0.2.1

Choose a tag to compare

@altaurog altaurog released this 30 Dec 19:47

Update the security link in README

v0.2.0

Choose a tag to compare

@altaurog altaurog released this 30 Dec 19:16

Initial release