- Improve how
CHAR
,BINARY
, andMEDIUMBLOB
columns are handled (thanks @yonran in #2) - Upgrade
uuid
dependency to version 1
- Improve how
serde
is imported - Bump
bigdecimal
to 0.3
- handle 3-byte varint length prefixes on blobs
- update from
bigdecimal
0.0 tobigdecimal
0.1
- expose logical timestamps when available (so you can debug parallel replication)
- expose offsets in event iterator
- move from failure to normal Error structs (aided by thiserror)
- bump dependencies
- clean up a bunch of APIs to work better as a library
- add more tests
- add more documentation
- initial release