v1.44.0

Vanilagy/mediabunnyv1.44.0May 5, 2026by Vanilagy

AI Summary

Introduces a configuration option for reading Blobs to improve stability, offering a slower fallback method if the stream reader fails.

Key Highlights

  • Added `BlobSourceOptions.useStreamReader` for Blob reading stability
  • Fallback option for primitive reading (#179)

New Features

  • Added `BlobSourceOptions.useStreamReader`

Full Release Notes

- Added `BlobSourceOptions.useStreamReader`, which can be set to `false` to fall back to a more primitive, slower, but potentially more stable way of reading from `Blob`s (#179)