This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
v0.14.1
A couple of backward-compatible bug fixes and improvements that everyone benefits from :)
Thank you @cjermain, @shaeqahmed and @ozgrakkurt! 🙇
Fixed bugs:
- Potential bug in reading lists from avro? #1252
- Removed un-used code #1258 (jorgecarleitao)
- Fixed error reading unbounded Avro list #1253 (jorgecarleitao)
- Add missing call to
try_push_valid
for nested avro deserialization #1248 (shaeqahmed)
Enhancements:
- Bump json_deserializer version to 0.4.1 #1261 (cjermain)
- Fixed clippy for 1.60 #1259 (jorgecarleitao)
- Added
BinaryArray::into_mut
and double-ended support for its iterator #1255 (ozgrakkurt)
Testing updates:
- Improved test for nullable struct read from Avro #1250 (jorgecarleitao)