Skip to content

Commit 08f8d0a

Browse files
committed
Update changelog for v0.2.3
1 parent b214731 commit 08f8d0a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## 0.2.3 (unreleased)
1+
## 0.2.3 (2022-02-01)
2+
3+
### Fixes
4+
5+
* Avoid waiting for async tasks that weren't passed to `FetchEvent#waitUntil` (https://github.com/fastly/js-compute-runtime/pull/53)
6+
* Significantly improve spec-compliance of Request and Response builtins (https://github.com/fastly/js-compute-runtime/pull/64)
7+
### Enhancements
8+
9+
* Increase max supported header size from 4096 bytes to 69000 bytes (https://github.com/fastly/js-compute-runtime/pull/58)
10+
* Update to SpiderMonkey 96 beta (https://github.com/fastly/js-compute-runtime/pull/61)
11+
* Add full support for TransformStreams (https://github.com/fastly/js-compute-runtime/pull/61)
12+
* Support directly piping Request/Response bodies to other Requests/Responses instead of manually copying every chunk (https://github.com/fastly/js-compute-runtime/pull/62)
13+
* Add support for the `queueMicrotask` global function (https://github.com/fastly/js-compute-runtime/pull/65)
14+
* Add support for the `structuredClone` global function (https://github.com/fastly/js-compute-runtime/pull/65)
15+
* Add support for the `location` global object as an instance of `WorkerLocation` (https://github.com/fastly/js-compute-runtime/pull/65)
16+
* Support Big{Ui,I}nt64Array in crypto.getRandomValues (https://github.com/fastly/js-compute-runtime/pull/65)
17+
* Enable class static blocks syntax (https://github.com/fastly/js-compute-runtime/pull/65)
218

319
### Fixes
420

0 commit comments

Comments
 (0)