Felt supports both human readable and binary serialization, but the binary deserializer was missing.
Does this introduce a breaking change?
Yes, but likely no-one is affected by it as deserialization was not working. The (de)serialization is done with bytes rather than sequences.
Other information
The serialization and deserialization test have been combined. Serialization and deserialization should not be tested separately as that makes it too easy to miss a case.
Felt
supports both human readable and binary serialization, but the binary deserializer was missing.Does this introduce a breaking change?
Yes, but likely no-one is affected by it as deserialization was not working. The (de)serialization is done with bytes rather than sequences.
Other information
The serialization and deserialization test have been combined. Serialization and deserialization should not be tested separately as that makes it too easy to miss a case.