Changelog

Version 1.3.2

  • MINOR: Upgrade HttpClient to 4.5.13 and Guava to 30.1-jre to resolve CVEs
  • CC-13061: Upgrade Jackson databind version to 2.10.5.1 to address CVE
  • CC-12763: Handle Expired iterators in poll() method

Version 1.3.1

  • Update parent pom of connect plugins common to 0.5.5
  • Fix NPE from not removing finished shard from shard assignment
  • Deprecating kinesis.throughput.exceeded.backoff.ms which will be removed in release 2.0.0
  • Handle null (closed) shards
  • Deprecating proxy auth configuration which will be removed in release 2.0.0

Version 1.3.0

No changes

Version 1.2.2

  • MINOR: Upgrade HttpClient to 4.5.13 and Guava to 30.1-jre to resolve CVEs
  • CC-13061: Upgrade Jackson databind version to 2.10.5.1 to address CVE
  • CC-12763: Handle Expired iterators in poll() method

Version 1.2.1

  • Update connect plugins common to 0.5.5
  • Fix NPE from not removing finished shard from shard assignment
  • Deprecating kinesis.throughput.exceeded.backoff.ms which will be removed in release 2.0.0
  • Handle null (closed) shards
  • Deprecating proxy auth configuration which will be removed in release 2.0.0

Version 1.2.0

  • Added proxy support for connector
  • CC-11126: Recover more gracefully on invalid offsets
  • CC-11262: Updated AWS SDK to 1.11.728
  • CC-9318: Add AWS STS dependency for AssumeRole support
  • CC-11156: Configure retry policy to retry for longer
  • CC-3656: Allow reading multiple shards per task
  • FMC-536: Add connector config validations
  • FMC-539: Add timestamp config for kinesis.position=AT_TIMESTAMP
  • Remove AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER as valid positions
  • FMC-513: Refactor Kinesis Source Connector and integration tests
  • FMC-372: Allow changing Kinesis stream config and restarting the connector
  • MINOR: Accept lowercase-regions as valid region names

Version 1.1.12

  • MINOR: Upgrade httpclient to 4.5.13 and Guava to 30.1-jre to resolve CVEs
  • CC-13061: Upgrade jackson databind version to 2.10.5.1 to address CVE
  • CC-12763: Handle expired iterators in poll() method

Version 1.1.11

  • Update connect plugins common to 0.5.5
  • Fix NPE from not removing finished shard from shard assignment
  • Deprecating kinesis.throughput.exceeded.backoff.ms which will be removed in release 2.0.0
  • RCCA-1685: Handle null (closed) shards

Version 1.1.10

  • CC-11262: Updated AWS SDK to 1.11.728
  • MINOR: Improved trace level logging

Version 1.1.9

  • CC-11156: Configure retry policy to retry for longer
  • CC-11126: Recover more gracefully on invalid offsets

Version 1.1.8

  • CC-9318: Add AWS STS dependency for AssumeRole support

Version 1.1.7

  • CC-3656: Allow reading multiple shards per task
  • FMC-536: Add connector config validations
  • FMC-539: Add timestamp config for kinesis.position=AT_TIMESTAMP
  • Remove AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER as valid positions

Version 1.1.6

  • MINOR: Bump Jackson version to 2.10.4
  • FMC-372: Allow changing Kinesis stream config and restarting the connector

Version 1.1.5

  • MINOR: Remove duplicate dependencies
  • CC-8916: Bump Jackson version to 2.9.10
  • MINOR: Accept lowercase-regions as valid region names
  • CC-7575: Update integration test framework dependencies

Version 1.1.4

  • CC-4956: Upgrade AWS client library to 1.10.0 and Jackson to 2.9.8

Version 1.1.3

  • Return correct connector version information to Connect REST API

Version 1.1.2

  • Updated support terms and promote Kinesis connector to PA

Version 1.1.1-Preview

  • CC-3696: Jackson libraries reverted back to v2.6.7 to match version in AWS SDK

Version 1.1.0-Preview

Initial version