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/r2
dependency to@miniflare/shared-test-environment
package. Thanks @askoufis for the PR. - Return correct
Content-Length
fromCache#match()
partial responses. Closes issue #406. Thanks @notorca for the PR. - Fix links in Vitest test environment docs. Thanks @eadmundo for the PR.