This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3dfa6e95bff [feat](download) add Doris Streamloader 1.0.3 download
links (#3932)
3dfa6e95bff is described below
commit 3dfa6e95bffff8ac59af5551b81b7ec51e40e133
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Jun 15 20:05:41 2026 +1000
[feat](download) add Doris Streamloader 1.0.3 download links (#3932)
---
src/constant/download.data.ts | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 1c6fb3aecd3..67eb2fd45a0 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -3256,6 +3256,25 @@ export const TOOL_VERSIONS = [
label: ToolsEnum.StreamLoader,
value: ToolsEnum.StreamLoader,
children: [
+ {
+ label: '1.0.3',
+ value: '1.0.3',
+ children: [
+ {
+ label: CPUEnum.X64,
+ value: CPUEnum.X64,
+ gz:
'https://download.selectdb.com/apache-doris-streamloader-1.0.3-bin-x64.tar.gz',
+ Binary:
'https://download.selectdb.com/apache-doris-streamloader-1.0.3-bin-x64.tar.gz',
+ },
+ {
+ label: CPUEnum.ARM64,
+ value: CPUEnum.ARM64,
+ gz:
'https://download.selectdb.com/apache-doris-streamloader-1.0.3-bin-arm64.tar.gz',
+ Binary:
'https://download.selectdb.com/apache-doris-streamloader-1.0.3-bin-arm64.tar.gz',
+ },
+ ],
+ source:
'https://downloads.apache.org/doris/doris-streamloader/1.0.3/apache-doris-streamloader-1.0.3-src.tar.gz',
+ },
{
label: '1.0.2',
value: '1.0.2',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]