ReadableStream.cancel() and ReadableStream.getReader().cancel() now take an optional, instead of a mandatory, argument, to conform with the Streams spec.
Fixed an error that occurred when a WASM module declared that it wanted to grow larger than 128MB. Instead, the actual memory usage of the module is monitored and an error is thrown if it exceeds 128MB used.
The change was fully deployed by around 2020-11-12 03:00 UTC.
It does seem like this change would solve the issue you reported, which is good. (We probably should have changed that cancel() call in kv-asset-handler, though.)