Skip to content

v1.1.0

Compare
Choose a tag to compare
@piodul piodul released this 19 Oct 18:20
· 11 commits to master since this release
e99bcf1

Changes since v1.0.0:

  • Improvements around the progress saving feature (#13):
    • It is now possible for the consumer to save progress after an empty poll - via the ChangeOrEmptyNotificationConsumer extension interface,
    • Progress saving implementation now can avoid an issue with reading restarting from the generation start when one stream did not manage to save any progress - via the ProgressManagerWithStartTime extension interface (TableBackedProgressManager provided with the library already benefits from this).
  • The time spent on consuming data does not affect when the next query is executed (#6)
  • Added continuous integration (#12)