This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch v5.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/v5.1 by this push:
     new 424abf6  [hotfix] Update version and Flink compatibility in doc data 
YAMLs
424abf6 is described below

commit 424abf67ee91202aa7cc6dc16cd00603cc2cdff0
Author: Ferenc Csaky <[email protected]>
AuthorDate: Tue Jan 13 16:31:23 2026 +0100

    [hotfix] Update version and Flink compatibility in doc data YAMLs
---
 docs/data/dynamodb.yml | 3 ++-
 docs/data/firehose.yml | 3 ++-
 docs/data/kinesis.yml  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/data/dynamodb.yml b/docs/data/dynamodb.yml
index 8f874b6..9dfbba2 100644
--- a/docs/data/dynamodb.yml
+++ b/docs/data/dynamodb.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 5.1.0
+flink_compatibility: ["1.20"]
 variants:
   - maven: flink-connector-dynamodb
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
diff --git a/docs/data/firehose.yml b/docs/data/firehose.yml
index cafc495..e280258 100644
--- a/docs/data/firehose.yml
+++ b/docs/data/firehose.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 5.1.0
+flink_compatibility: ["1.20"]
 variants:
   - maven: flink-connector-aws-kinesis-firehose
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
index 441c597..8ce4dd7 100644
--- a/docs/data/kinesis.yml
+++ b/docs/data/kinesis.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 5.1.0
+flink_compatibility: ["1.20"]
 variants:
   - maven: flink-connector-kinesis
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar

Reply via email to