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 984ba561 fix the date for download 1.3.0 page 984ba561 is described below commit 984ba561652b877095b4c9310bc1cddc5cce199a Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Tue Feb 18 16:37:21 2025 -0800 fix the date for download 1.3.0 page --- data/downloads/1.3.0.mdx | 2 +- data/downloadsData.ts | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/data/downloads/1.3.0.mdx b/data/downloads/1.3.0.mdx index 0ca3d02b..4e602bd6 100644 --- a/data/downloads/1.3.0.mdx +++ b/data/downloads/1.3.0.mdx @@ -1,6 +1,6 @@ --- version: 1.3.0 -date: 17/02/2025 +date: 2/17/2025 href: http://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz?action=download officialSource: download: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-src.tar.gz?action=download' diff --git a/data/downloadsData.ts b/data/downloadsData.ts index 06c8e7c5..47607c52 100644 --- a/data/downloadsData.ts +++ b/data/downloadsData.ts @@ -16,6 +16,25 @@ type DownloadData = { }; const downloadData: DownloadData[] = [ + { + version: '1.3.0', + date: '2/17/2025', + href: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz?action=download', + officialSource: { + download: + 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-src.tar.gz?action=download', + sha512: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-src.tar.gz.sha512?action=download', + asc: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-src.tar.gz.asc?action=download' + }, + binary: { + download: + 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz?action=download', + sha512: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz.sha512?action=download', + asc: 'https://www.apache.org/dyn/closer.lua/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz.asc?action=download' + }, + releaseNotes: + 'This release brings significant improvements, including enhancements to the multistage query engine and the introduction of an experimental time series query engine for efficient analysis. Key features include database query quotas, cursor-based pagination for large result sets, multi-stream ingestion, and new function support for URL and GeoJson. Security vulnerabilities and several bug fixes and performance enhancements have been addressed, ensuring a more robust and versa [...] + }, { version: '1.1.0', date: '3/25/2024', --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org