Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 944 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 944 Bytes

Changelog

1.1.0

  • Rework of log based sync to only sync records from closed shards
  • Log based bookmarks now use a timestamp to determine if they are still valid

1.0.0

  • Releasing v1.0.0 for GA

0.4.3

  • Properly paginate over table names #18

0.4.2

  • Fixed ExclusiveStartShardId not being set correctly #16

0.4.1

  • Fixed bug where missing finished_shard bookmarks missing caused has_stream_aged_out() to throw an exception

0.4.0

  • Added bookmark finished_shards to track closed shard which we have synced entirely

0.3.1

  • Do not throw an error if a log-based record is missing a key in the projection

0.3.0

  • Include to version in the record messages

0.2.0

  • Add region_name to config props and specify when creating client #5