Skip to content

Commit

Permalink
Support streaming upstream request bodies (#67)
Browse files Browse the repository at this point in the history
Until this PR, we only fully supported sending responses downstream with a streaming body. This adds the ability to do the same with upstream requests.
  • Loading branch information
tschneidereit committed Feb 9, 2022
1 parent 08f8d0a commit a5ebea9
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 168 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.2.4 (2022-02-09)

### Enhancements

* Support streaming upstream request bodies (https://github.com/fastly/js-compute-runtime/pull/67)

## 0.2.3 (2022-02-01)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "js-compute-runtime"
version = "0.2.2"
version = "0.2.4"
authors = ["Fastly <oss@fastly.com>"]
edition = "2018"

Expand Down

0 comments on commit a5ebea9

Please sign in to comment.