File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0 (2021-10-22)
2
+
3
+ ### Fixes
4
+
5
+ * Strip leading ` ? ` in ` URLSearchParams ` constructor (https://github.com/fastly/js-compute-runtime/pull/35 )
6
+ * Error the ReadableStream when a body read fails in the hostcall (https://github.com/fastly/js-compute-runtime/pull/36 )
7
+ * Report uncaught exceptions in the request handler to stderr (https://github.com/fastly/js-compute-runtime/pull/44 )
8
+ * Fix geo-lookup hostcall invocation (https://github.com/fastly/js-compute-runtime/pull/46 )
9
+
10
+ ### Enhancements
11
+
12
+ * Resolve URLs passed to ` Request ` and ` fetch ` relative to the client request URL's origin (https://github.com/fastly/js-compute-runtime/pull/38 )
13
+ * Return null instead of throwing on missing key in ` Dictionary#get ` (https://github.com/fastly/js-compute-runtime/pull/41 )
14
+ * Update to SpiderMonkey 94 beta (https://github.com/fastly/js-compute-runtime/pull/45 )
15
+
1
16
## 0.2.1 (2021-08-27)
2
17
3
18
### Fixes
You can’t perform that action at this time.
0 commit comments