This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.10.0
Features
- Add support for
TextEncoderStream/TextDecoderStream. Closes issue #389, thanks @vlovich.
Fixes
- Fix reporting of server port when using
--port=0. Closes issue #381, thanks @GregBrimble for the PR. - Return Durable Object
get()s in lexicographic order. Closes issue #393, thanks @vlovich. - Add missing
@miniflare/r2dependency to@miniflare/shared-test-environmentpackage. Thanks @askoufis for the PR. - Return correct
Content-LengthfromCache#match()partial responses. Closes issue #406. Thanks @notorca for the PR. - Fix links in Vitest test environment docs. Thanks @eadmundo for the PR.