| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.0.0.tar.gz | 2020-07-30 | 36.9 kB | |
| 2.0.0.zip | 2020-07-30 | 93.1 kB | |
| README.md | 2020-07-30 | 1.8 kB | |
| Totals: 3 Items | 131.8 kB | 0 | |
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
ProfileCredentialsProviderwhen specifying a custom path to the configuration file (PR#4)
Other Changes
-
Update AWS SDK from version
1.11.379to1.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:
```xml <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency>
<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> ```