This release makes the block (de)compress functions more tolerant to the source
argument past to them. The logic is now:
- First check if
source
is abytearray
and deal appropriately with that if needed - If the
source
argument is not abytearray
cast it to abytes
object
This should give compatibility with 0.9.1 and earlier.