You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
0 commit comments