Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 631 Bytes

File metadata and controls

23 lines (15 loc) · 631 Bytes

ChangeLog

[0.3.1] - 2020-08-31

  • handle 3-byte varint length prefixes on blobs
  • update from bigdecimal 0.0 to bigdecimal 0.1

[0.3.0] - 2020-05-05

  • 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

[0.2.0] - 2019-02-15

  • clean up a bunch of APIs to work better as a library
  • add more tests
  • add more documentation

[0.1.0] - 2019-02-15

  • initial release