Skip to content
pySHV version 0.10.1

Changed
* `Cpon.unpack` and `ChainPack.unpack` no longer raise `EOFError` if message is
  not complete, instead it raises `ValueError` consistently with invalid format

Fixed
* Invalid CPON packing of bytes (SHV Blobs) for values between 0x00 and 0x1f
  (they were printed as text and not `\hh` as requested by SHV standard)
* Inability to cancel `SHVClient.wait_for_login`
* Default client's Broker timeout after login being previously just 5 seconds
  (now 180 seconds)