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

davidradl pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 531dbaaee9 Add HTTP Connector 1.0 (#831)
531dbaaee9 is described below

commit 531dbaaee90341e87efc987b5827722f4a61018c
Author: David Radley <[email protected]>
AuthorDate: Mon Jun 22 15:41:01 2026 +0100

    Add HTTP Connector 1.0 (#831)
    
    * add licenses to dark and lisk css files
    
    Signed-off-by: David Radley <[email protected]>
    
    * Add HTTP connector 1.0.0
    
    Signed-off-by: [email protected] <[email protected]>
---
 docs/data/flink_connectors.yml | 7 +++++++
 docs/data/release_archive.yml  | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/docs/data/flink_connectors.yml b/docs/data/flink_connectors.yml
index 5737f55bd3..f24481d86e 100644
--- a/docs/data/flink_connectors.yml
+++ b/docs/data/flink_connectors.yml
@@ -71,6 +71,13 @@ hive:
   source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz.sha512";
   compatibility: ["1.20.x"]
 
+http:
+  name: "Apache Flink HTTP Connector 1.0.0"
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-connector-http-1.0.0/flink-connector-http-1.0.0-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-connector-http-1.0.0/flink-connector-http-1.0.0-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-connector-http-1.0.0/flink-connector-http-1.0.0-src.tgz.sha512";
+  compatibility: ["2.2.x"]
+
 jdbc:
   name: "Apache Flink JDBC Connector 3.3.0"
   source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz";
diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml
index 860c8640ec..3494d7a026 100644
--- a/docs/data/release_archive.yml
+++ b/docs/data/release_archive.yml
@@ -568,6 +568,11 @@ release_archive:
       version: 4.0.0
       release_date: 2024-11-26
       filename: "hbase"
+    - name: "Flink HTTP Connector"
+      connector: "http"
+      version: 1.0.0
+      release_date: 2026-06-17
+      filename: "http"
     - name: "Flink Kafka Connector"
       connector: "kafka"
       version: 3.4.0

Reply via email to