This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new 8420266c Update Tsfile multilingual version (#557)
8420266c is described below
commit 8420266cea7cab2108007aaa1e299ba50679d067
Author: W1y1r <[email protected]>
AuthorDate: Wed Jul 23 12:13:00 2025 +0800
Update Tsfile multilingual version (#557)
---
src/.vuepress/sidebar/v2.x/zh.ts | 16 ++++++++--------
src/Download/README.md | 8 ++++----
src/zh/Download/README.md | 8 ++++----
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/.vuepress/sidebar/v2.x/zh.ts b/src/.vuepress/sidebar/v2.x/zh.ts
index fa215c90..7225437d 100644
--- a/src/.vuepress/sidebar/v2.x/zh.ts
+++ b/src/.vuepress/sidebar/v2.x/zh.ts
@@ -38,10 +38,10 @@ export const zhSidebar = {
collapsible: true,
prefix: 'QuickStart/',
children: [
- { text: 'QuickStart-C', link: 'QuickStart-C' },
- { text: 'QuickStart-CPP', link: 'QuickStart-CPP' },
- { text: 'QuickStart-JAVA', link: 'QuickStart' },
- { text: 'QuickStart-PYTHON', link: 'QuickStart-PYTHON' },
+ { text: '快速上手-C', link: 'QuickStart-C' },
+ { text: '快速上手-CPP', link: 'QuickStart-CPP' },
+ { text: '快速上手-JAVA', link: 'QuickStart' },
+ { text: '快速上手-PYTHON', link: 'QuickStart-PYTHON' },
],
// prefix: 'QuickStart/',
// children: 'structure',
@@ -54,10 +54,10 @@ export const zhSidebar = {
collapsible: true,
prefix: 'QuickStart/InterfaceDefinition',
children: [
- { text: 'InterfaceDefinition-C', link: 'InterfaceDefinition-C' },
- { text: 'InterfaceDefinition-CPP', link: 'InterfaceDefinition-CPP' },
- { text: 'InterfaceDefinition-Java', link: 'InterfaceDefinition-Java' },
- { text: 'InterfaceDefinition-Python', link:
'InterfaceDefinition-Python' },
+ { text: '接口定义-C', link: 'InterfaceDefinition-C' },
+ { text: '接口定义-CPP', link: 'InterfaceDefinition-CPP' },
+ { text: '接口定义-Java', link: 'InterfaceDefinition-Java' },
+ { text: '接口定义-Python', link: 'InterfaceDefinition-Python' },
],
},
{
diff --git a/src/Download/README.md b/src/Download/README.md
index 831d0618..917839a6 100644
--- a/src/Download/README.md
+++ b/src/Download/README.md
@@ -23,14 +23,14 @@
| Version | Dependency
| Sources
| SHA512
| ASC
| Release Nodes
| IoTDB adap [...]
| ----- |
--------------------------------------------------------------------------- |
---------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
| ---------------------------------------------------------------- |
----------------------- [...]
-| 2.0.1 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.0.1) |
[Sources](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v2.0.1) | IoTDB
V2.x |
+| 2.1.0 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.1.0) |
[Sources](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v2.1.0) | IoTDB
V2.x |
| 1.1.0 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.0) |
[Sources](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.0) | IoTDB
V1.x |
Legacy version are available here: https://archive.apache.org/dist/tsfile/
# Download
Our GitHub page: https://github.com/apache/tsfile
-The latest version of TsFile is 2.0.1.
+The latest version of TsFile is 2.1.0.
Downloading it from the [Maven central
repository](https://search.maven.org/search?q=g:org.apache.tsfile)
@@ -40,8 +40,8 @@ Add the following dependency section to your pom.xml:
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
- <version>2.0.1</version>
+ <version>2.1.0</version>
</dependency>
```
-The release note of 2.0.1 can be found in the Archives of the Apache Software
Foundation: https://github.com/apache/tsfile/releases/tag/v2.0.1
\ No newline at end of file
+The release note of 2.1.0 can be found in the Archives of the Apache Software
Foundation: https://github.com/apache/tsfile/releases/tag/v2.1.0
\ No newline at end of file
diff --git a/src/zh/Download/README.md b/src/zh/Download/README.md
index 71b1128c..df01f8e3 100644
--- a/src/zh/Download/README.md
+++ b/src/zh/Download/README.md
@@ -23,7 +23,7 @@
| 版本 | 依赖引用
| 源代码
| SHA512
| ASC
|
版本特性 | IoTDB 适配版本
[...]
| ----- |
--------------------------------------------------------------------------- |
---------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
| ---------------------------------------------------------------- |
----------------------- [...]
-| 2.0.1 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.0.1) |
[源代码](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.0.1/apache-tsfile-2.0.1-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v2.0.1) | IoTDB
V2.x |
+| 2.1.0 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.1.0) |
[源代码](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.0/apache-tsfile-2.1.0-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v2.1.0) | IoTDB
V2.x |
| 1.1.0 |
[pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.0) |
[源代码](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip)
|
[sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip.sha512)
|
[asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.0/apache-tsfile-1.1.0-source-release.zip.asc)
| [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.0) | IoTDB
V1.x |
完整历史版本: https://archive.apache.org/dist/tsfile/
@@ -32,7 +32,7 @@
GitHub 仓库地址:https://github.com/apache/tsfile
-最新版本是2.0.1。
+最新版本是2.1.0。
点击 Maven 仓库地址下载:[Maven central
repository](https://search.maven.org/search?q=g:org.apache.tsfile)
@@ -42,8 +42,8 @@ GitHub 仓库地址:https://github.com/apache/tsfile
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
- <version>2.0.1</version>
+ <version>2.1.0</version>
</dependency>
```
-该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v2.0.1
+该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v2.1.0