Skip to content

Version 1.7.1 of the Amazon Kinesis Client Library

Compare
Choose a tag to compare
@pfifer pfifer released this 04 Nov 15:34
· 547 commits to master since this release

Release 1.7.1 (November 03, 2016)

  • General
    • Allow disabling shard synchronization at startup.
      • Applications can disable shard synchronization at startup. Disabling shard synchronization can application startup times for very large streams.
      • PR #102
    • Applications can now request a graceful shutdown, and record processors that implement the IShutdownNotificationAware will be given a chance to checkpoint before being shutdown.
  • MultiLangDaemon
    • Applications can now use credential provides that accept string parameters.
    • Applications can now use different credentials for each service.