Skip to content

Releases: fastly/js-compute-runtime

v0.2.5

12 Apr 22:11
Compare
Choose a tag to compare
Add #71 to the changelog

v0.2.4: Support streaming upstream request bodies (#67)

09 Feb 10:58
a5ebea9
Compare
Choose a tag to compare
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.

v0.2.3

01 Feb 13:15
Compare
Choose a tag to compare
Update changelog for v0.2.3

v0.2.2: Update changelog and Cargo.toml to version 0.2.2 (#51)

10 Nov 15:10
ec94553
Compare
Choose a tag to compare
Note: I had previously published version 0.3.0, but given that there are no breaking changes here, and that the previously published version was somewhat broken, I'm retracting that and only bumping the minor version here instead.

v0.2.1: Properly handle base URL argument in `URL` constructor (#33)

27 Aug 17:07
b00689b
Compare
Choose a tag to compare
Plus, more proper error handling for invalid URLs. "More proper" because we should generate more helpful error messages, but this is an improvement for now.

v0.2.0

24 Aug 11:45
Compare
Choose a tag to compare
Correct release date for v0.2.0

v0.1.0

29 Jul 10:30
Compare
Choose a tag to compare
Initial commit