|
1 | 1 | # 🚧 Changelog |
2 | 2 |
|
| 3 | +## 2.13.0 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- Add support for `DurableObjectNamespace#jurisdiction()` method. Note the |
| 8 | + passed `jurisdiction` is validated but otherwise ignored. IDs generated by |
| 9 | + sub-namespaces in different jurisdictions will be the same. Thanks |
| 10 | + [@DaniFoldi](https://github.com/DaniFoldi) for |
| 11 | + [the PR](https://github.com/cloudflare/miniflare/pull/540). |
| 12 | +- Add support for the non-standard `crypto.subtle.timingSafeEqual()` function. |
| 13 | + Thanks [@DaniFoldi](https://github.com/DaniFoldi) for |
| 14 | + [the PR](https://github.com/cloudflare/miniflare/pull/542). |
| 15 | +- Remove requirement for `experimental` compatibility flag alongside |
| 16 | + `nodejs_compat` to use `node:assert`, `node:buffer` and `node:util` modules. |
| 17 | + Closes [issue #547](https://github.com/cloudflare/miniflare/issues/547), |
| 18 | + thanks [@Skye-31](https://github.com/Skye-31) and |
| 19 | + [@DaniFoldi](https://github.com/DaniFoldi) for |
| 20 | + [the PR](https://github.com/cloudflare/miniflare/pull/548). |
| 21 | + |
| 22 | +### Fixes |
| 23 | + |
| 24 | +- Fix binding of `?N` parameters in D1 prepared statements. Closes issues |
| 25 | + [#504](https://github.com/cloudflare/miniflare/issues/504), |
| 26 | + [#526](https://github.com/cloudflare/miniflare/issues/526), |
| 27 | + [cloudflare/workers-sdk#2811](https://github.com/cloudflare/workers-sdk/issues/2811) |
| 28 | + and |
| 29 | + [cloudflare/workers-sdk#2887](https://github.com/cloudflare/workers-sdk/issues/2887). |
| 30 | + Thanks [@ruslantalpa](https://github.com/ruslantalpa) and |
| 31 | + [@maurerbot](https://github.com/maurerbot). |
| 32 | +- Fix cloning of `Response`s constructed with byte streams. Notably, byte |
| 33 | + streams are returned from lots of Workers runtime APIs (e.g. KV, R2) to |
| 34 | + support BYOB reads. Closes |
| 35 | + [issue #527](https://github.com/cloudflare/miniflare/issues/527), thanks |
| 36 | + [@cwkang1998](https://github.com/cwkang1998). |
| 37 | +- Copy `Content-Length` from `Request`/`Response` `body` streams when |
| 38 | + constructing a new `Request`/`Response` or calling `fetch`. Closes |
| 39 | + [issue #522](https://github.com/cloudflare/miniflare/issues/522), thanks |
| 40 | + [@notorca](https://github.com/notorca). |
| 41 | + |
3 | 42 | ## 2.12.2 |
4 | 43 |
|
5 | 44 | ### Fixes |
|
0 commit comments