Skip to content

Commit 39415fc

Browse files
committed
Update CHANGELOG.md
1 parent e962420 commit 39415fc

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

CHANGELOG.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.5.5](https://github.com/fastly/js-compute-runtime/compare/js-compute-v0.5.4...js-compute-v0.5.5) (2022-11-23)
2+
3+
4+
### Features
5+
6+
* implement Request.prototype.setCacheKey ([457eabe](https://github.com/fastly/js-compute-runtime/commit/457eabe392f44eb296ce593bcabebffb68c57371))
7+
* implement support in Response.json/text/arrayBuffer methods for guest provided streams ([50cdc44](https://github.com/fastly/js-compute-runtime/commit/50cdc443d38e53f029fbcc1ad19ee56b5849dff0))
8+
9+
10+
### Bug Fixes
11+
12+
* respond with 500 Internal Server Error when an unhandled error has occured and no response has already been sent to the client ([e5982d8](https://github.com/fastly/js-compute-runtime/commit/e5982d879223a8e5940717ab74c9f01a64b35ce2))
13+
14+
115
## 0.5.4 (2022-09-28)
216

317
#### Dynamic Backend support
@@ -76,18 +90,6 @@ addEventListener("fetch", event => {
7690
* Add Dynamic Backends support ([#250](https://github.com/fastly/js-compute-runtime/issues/250))
7791
* Improved performance when constructing a ObjectStore instance ([#272](https://github.com/fastly/js-compute-runtime/pull/272)
7892

79-
## [0.5.5](https://github.com/fastly/js-compute-runtime/compare/js-compute-v0.5.4...js-compute-v0.5.5) (2022-11-23)
80-
81-
82-
### Features
83-
84-
* implement Request.prototype.setCacheKey ([457eabe](https://github.com/fastly/js-compute-runtime/commit/457eabe392f44eb296ce593bcabebffb68c57371))
85-
* implement support in Response.json/text/arrayBuffer methods for guest provided streams ([50cdc44](https://github.com/fastly/js-compute-runtime/commit/50cdc443d38e53f029fbcc1ad19ee56b5849dff0))
86-
87-
88-
### Bug Fixes
89-
90-
* respond with 500 Internal Server Error when an unhandled error has occured and no response has already been sent to the client ([e5982d8](https://github.com/fastly/js-compute-runtime/commit/e5982d879223a8e5940717ab74c9f01a64b35ce2))
9193

9294
## 0.5.3 (2022-09-16)
9395

0 commit comments

Comments
 (0)