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

xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/new-site-dev by this push:
     new 6d46ffa8 1.4.0: Add download urls (#151)
6d46ffa8 is described below

commit 6d46ffa85eee6359739c1cde7d2a0360e8bc5a9e
Author: Qiaochu Liu <[email protected]>
AuthorDate: Tue Sep 30 10:18:30 2025 -0700

    1.4.0: Add download urls (#151)
---
 data/downloadsData.ts | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/data/downloadsData.ts b/data/downloadsData.ts
index 47607c52..29ee55c7 100644
--- a/data/downloadsData.ts
+++ b/data/downloadsData.ts
@@ -16,6 +16,25 @@ type DownloadData = {
 };
 
 const downloadData: DownloadData[] = [
+    {
+        version: '1.4.0',
+        date: '9/30/2025',
+        href: 
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-bin.tar.gz?action=download',
+        officialSource: {
+            download:
+                
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-src.tar.gz?action=download',
+            sha512: 
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-src.tar.gz.sha512?action=download',
+            asc: 
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-src.tar.gz.asc?action=download'
+        },
+        binary: {
+            download:
+                
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-bin.tar.gz?action=download',
+            sha512: 
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-bin.tar.gz.sha512?action=download',
+            asc: 
'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-bin.tar.gz.asc?action=download'
+        },
+        releaseNotes:
+            'This release delivers significant improvements to the Multistage 
Engine, Pauseless Consumption, Time Series Engine, Logical Table support, 
Upsert and Deduplication Enhancement, Minion Jobs (including 
smallSegmentMerger), and Rebalancing capabilities. It also includes numerous 
smaller features and general bug fixes.'
+    },
     {
         version: '1.3.0',
         date: '2/17/2025',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to