Skip to content

Commit a5ebea9

Browse files
Support streaming upstream request bodies (#67)
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.
1 parent 08f8d0a commit a5ebea9

File tree

3 files changed

+198
-168
lines changed

3 files changed

+198
-168
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.4 (2022-02-09)
2+
3+
### Enhancements
4+
5+
* Support streaming upstream request bodies (https://github.com/fastly/js-compute-runtime/pull/67)
6+
17
## 0.2.3 (2022-02-01)
28

39
### Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-compute-runtime"
3-
version = "0.2.2"
3+
version = "0.2.4"
44
authors = ["Fastly <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)