You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
-
### Latest Release (v2.0.0)
1
+
### Latest Release (v2.0.1)
2
+
* Added support for optional shard filter parameter in DescribeStream api that allows customers to fetch child shards of a read_only parent shard.
3
+
* Fixes the [bug](https://github.com/awslabs/dynamodb-streams-kinesis-adapter/issues/62) where dynamodb-streams-kinesis-adapter was not constructing stream arn properly for china aws partition.
4
+
* Bump aws sdk to 2.32.0
2
5
6
+
### Release (v2.0.0)
3
7
* Major version upgrade to support Amazon Kinesis Client Library (KCL) version 3.x
4
8
* Upgrades AWS Java SDK to version 2.x, removing dependency on AWS SDK v1
5
9
* Provides a custom StreamsSchedulerFactory for creating a KCL scheduler optimized for DynamoDB Streams
@@ -70,4 +74,4 @@ To fix high propagation delay problems, opt-into using DynamoDBStreamsProxy (ins
<description>The DynamoDB Streams Adapter implements the AmazonKinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.</description>
0 commit comments