Skip to content

Commit 7b6e0ce

Browse files
committed
Update changelog for 0.3.0 release
1 parent fc36e5f commit 7b6e0ce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## 0.2.1 (2021-08-27)
217

318
### Fixes

0 commit comments

Comments
 (0)