- Fix issue when region enum values are not available for new regions when AWS SDK is not updated (PR#22)
- Adding Assume Role credential provider (PR#8)
-
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)
-
Update AWS SDK from version
1.11.379
to1.11.803
(PR#10) -
Remove dependency on Guava (PR#10)
-
Shaded and relocated AWS SDK dependency (PR#7)
-
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>