Skip to content

Commit

Permalink
Releasing at v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Mar 23, 2021
1 parent 4329e09 commit b324edb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog


## Release 2.0.1 (March 23rd, 2021)
* Fix `PollingRecordPublisher` to respect `SHARD_GETRECORDS_INTERVAL_MILLIS`.
([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/17))
([Apache Flink JIRA](https://issues.apache.org/jira/browse/FLINK-21661))

* Update EFO consumer error handling to treat Interrupted exceptions as non-recoverable.
([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/16))
([Apache Flink JIRA](https://issues.apache.org/jira/browse/FLINK-21933))

## Release 2.0.0 (December 22nd, 2020)
* Add KDS connector support in the Table API and SQL layer.
([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/6))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following dependency to your project to start using the connector.
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-connector-flink</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.

<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-connector-flink</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<name>Amazon Kinesis Connector for Apache Flink</name>

<properties>
Expand Down

0 comments on commit b324edb

Please sign in to comment.