Skip to content

Releases: awslabs/amazon-kinesis-connector-flink

v1.1.2

27 May 15:45
Compare
Choose a tag to compare

Release 1.1.2 (May 27th, 2021)

  • Backport Fix issue where KinesisDataFetcher.shutdownFetcher() hangs. (issue, pull request)

  • Backport - Log error when shutting down Kinesis Data Fetcher. (issue, pull request)

  • Backport - Treating TimeoutException as Recoverable Exception. (issue, pull request)

  • Backport - Add time-out for acquiring subscription and passing events from network to source thread to prevent deadlock. (pull request)

v2.0.3

20 Apr 17:22
Compare
Choose a tag to compare

v2.0.2

29 Mar 15:33
Compare
Choose a tag to compare
  • Add time-out for acquiring subscription and passing events from network to source thread to prevent deadlock. (pull request)

v2.0.1

23 Mar 16:44
Compare
Choose a tag to compare

v1.1.1

23 Mar 16:43
Compare
Choose a tag to compare

v2.0.0

22 Dec 12:00
Compare
Choose a tag to compare
  • Add KDS connector support in the Table API and SQL layer.
    (pull request)

v1.1.0

22 Dec 10:45
Compare
Choose a tag to compare
  • Migrate EFO consumers to use DescribeStreamSummary rather than DescribeStream. DescribeStreamSummary has a
    higher TPS quota, resulting in reduced startup time for high parallelism sources. You may need add IAM permission for
    kinesis:DescribeStreamSummary while upgrading to this version
    (pull request)

  • Fix issue preventing DynamoDB stream consumers to start from LATEST
    (pull request,
    issue)

v1.0.4

11 Nov 12:11
Compare
Choose a tag to compare

Fix issue when Polling consumer using timestamp with empty shard

v1.0.3

06 Nov 14:06
Compare
Choose a tag to compare

Optimisation to clone deserialisation schema once per shard consumer, rather than once per record

v1.0.2

30 Oct 09:31
Compare
Choose a tag to compare

Optimising error handling and retry policy for high backpressure workloads