Skip to content

Releases: aws/aws-kinesisanalytics-flink-connectors

v2.1.0

20 Feb 11:45
Compare
Choose a tag to compare

Release 2.1.0 (February 20th, 2023)

  • Fix issue when region enum values are not available for new regions when AWS SDK is not updated
    (PR#22)

2.0.0

30 Jul 15:57
Compare
Choose a tag to compare

New Features

  • Adding Assume Role credential provider (PR#8)

Bug Fixes

  • Prevent Firehose Sink from exporting batches that exceed the maximum size of 4MiB per call. Limits maximum batch size to 1MiB in regions with a 1MiB/second throughput quota (PR#9)

  • Fix ProfileCredentialsProvider when specifying a custom path to the configuration file (PR#4)

Other Changes

  • Update AWS SDK from version 1.11.379 to 1.11.803 (PR#10)

  • Remove dependency on Guava (PR#10)

  • Shaded and relocated AWS SDK dependency (PR#7)

Migration Notes

  • The following dependencies have been removed/relocated. Any transitive references will no longer resolve in upstream projects:

    <!-- Guava -->
    <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>${guava.version}</version>
    </dependency>
    
    <!-- AWS SDK -->
    <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-iam</artifactId>
        <version>${aws-sdk.version}</version>
    </dependency>
    <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-kinesis</artifactId>
        <version>${aws-sdk.version}</version>
    </dependency>

2.0.0-RC1

17 Jun 20:15
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

New Features

  • Adding Assume Role credential provider (PR#8)

Bug Fixes

  • Prevent Firehose Sink from exporting batches that exceed the maximum size of 4MiB per call. Limits maximum batch size to 1MiB in regions with a 1MiB/second throughput quota (PR#9)

  • Fix ProfileCredentialsProvider when specifying a custom path to the configuration file (PR#4)

Other Changes

  • Update AWS SDK from version 1.11.379 to 1.11.803 (PR#10)

  • Remove dependency on Guava (PR#10)

  • Shaded and relocated AWS SDK dependency (PR#7)

Migration Notes

  • The following dependencies have been removed/relocated. Any transitive references will no longer resolve in upstream projects:

    <!-- Guava -->
    <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>${guava.version}</version>
    </dependency>
    
    <!-- AWS SDK -->
    <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-iam</artifactId>
        <version>${aws-sdk.version}</version>
    </dependency>
    <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-kinesis</artifactId>
        <version>${aws-sdk.version}</version>
    </dependency>