What's Changed
- Expose conversion ID in ConversionResponse object by @Naapperas in https://github.com/cloudflare/workerd/pull/6025
- Fixup handling of transfered/resized ArrayBuffers by @jasnell in https://github.com/cloudflare/workerd/pull/6023
- fix encoding label names by @anonrig in https://github.com/cloudflare/workerd/pull/6031
- fix TextDecoder windows-1252 / latin1 / ascii by @anonrig...