From 01371b3cb61d0c7a62d157af9d9aa1fafc43f97b Mon Sep 17 00:00:00 2001 From: yangj1211 <153493538+yangj1211@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:35:30 +0800 Subject: [PATCH] v1.1.1 (#964) * v1.1.1 * v1.1.1 --- .../How-to-Contribute/preparation.md | 2 +- .../Deploy/deploy-MatrixOne-cluster.md | 2 +- .../Deploy/update-MatrixOne-cluster.md | 2 +- .../Computing-Engine/DataX-write.md | 2 +- .../Computing-Engine/Flink.md | 2 +- .../Computing-Engine/Spark.md | 2 +- .../Computing-Engine/seatunnel-write.md | 2 +- .../connect-mo/configure-mo-ssl-connection.md | 2 +- .../connect-mo/database-client-tools.md | 2 +- .../connect-mo/python-connect-to-matrixone.md | 2 +- .../Develop/import-data/bulk-load/load-csv.md | 2 +- .../import-data/bulk-load/using-source.md | 2 +- docs/MatrixOne/FAQs/product-faqs.md | 2 +- docs/MatrixOne/FAQs/sql-faqs.md | 2 +- .../install-on-linux-method1.md | 8 +- .../install-on-linux-method2.md | 24 ++--- .../install-on-linux-method3.md | 12 +-- .../install-on-macos-method1.md | 8 +- .../install-on-macos-method2.md | 24 ++--- .../install-on-macos-method3.md | 12 +-- docs/MatrixOne/Maintain/mo_ctl.md | 14 +-- .../Maintain/mount-data-by-docker.md | 8 +- .../migrate-from-mysql-to-matrixone.md | 2 +- .../Overview/feature/feature-overview.md | 2 +- docs/MatrixOne/Overview/whats-new.md | 4 +- .../Release-Notes/release-timeline.md | 1 + docs/MatrixOne/Release-Notes/v1.1.1.md | 96 +++++++++++++++++++ docs/MatrixOne/Security/TLS-introduction.md | 4 +- mkdocs.yml | 1 + 29 files changed, 173 insertions(+), 75 deletions(-) create mode 100644 docs/MatrixOne/Release-Notes/v1.1.1.md diff --git a/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md b/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md index 94f5699988..e0d839d6cc 100644 --- a/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md +++ b/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md @@ -15,7 +15,7 @@ ### 建设情况 -目前,MatrixOne v1.1.0 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v1.1.0.md)来了解最新的发布信息,其中包含了最新的修改与优化。 +目前,MatrixOne v1.1.1 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v1.1.1.md)来了解最新的发布信息,其中包含了最新的修改与优化。 关于长期的项目规划,请参阅 [MatrixOne Roadmap](https://github.com/matrixorigin/matrixone/issues/613)。 diff --git a/docs/MatrixOne/Deploy/deploy-MatrixOne-cluster.md b/docs/MatrixOne/Deploy/deploy-MatrixOne-cluster.md index 5cad431c65..211eea22a0 100644 --- a/docs/MatrixOne/Deploy/deploy-MatrixOne-cluster.md +++ b/docs/MatrixOne/Deploy/deploy-MatrixOne-cluster.md @@ -647,7 +647,7 @@ mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 163 -Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne +Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md b/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md index a7f1b9eee1..f345dc0bcb 100644 --- a/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md +++ b/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md @@ -68,7 +68,7 @@ root@master0 ~]# mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P 6001 -uroot -p111 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 1005 - Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne + Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/DataX-write.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/DataX-write.md index 273c8b91d2..5ff23d4599 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/DataX-write.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/DataX-write.md @@ -212,7 +212,7 @@ MatrixOne 擅长 HTAP 场景的事务处理和低延迟分析计算,ElasticSea ### 环境准备 -- MatrixOne 版本:1.1.0 +- MatrixOne 版本:1.1.1 - Elasticsearch 版本:7.10.2 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink.md index ce73bfe221..f988c82c8e 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink.md @@ -36,7 +36,7 @@ Apache Flink 是一个强大的框架和分布式处理引擎,专注于进行 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.1.1/MatrixOne/Get-Started/install-standalone-matrixone/)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Kafka](https://archive.apache.org/dist/kafka/3.5.0/kafka_2.13-3.5.0.tgz),推荐版本为 2.13 - 3.5.0。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark.md index 05b495e29f..eb912cbf35 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark.md @@ -39,7 +39,7 @@ Apache Spark 是一个为高效处理大规模数据而设计的分布式计算 本次实践需要安装部署以下软件环境: -- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.1.1/MatrixOne/Get-Started/install-standalone-matrixone/)。 - 下载并安装 [IntelliJ IDEA version 2022.2.1 及以上](https://www.jetbrains.com/idea/download/)。 - 下载并安装 [JDK 8+](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 如需从 Hive 导入数据,需要安装 [Hadoop](http://archive.apache.org/dist/hadoop/core/hadoop-3.1.4/) 和 [Hive](https://dlcdn.apache.org/hive/hive-3.1.3/)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/seatunnel-write.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/seatunnel-write.md index cd2770e716..6549d28dcd 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/seatunnel-write.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/seatunnel-write.md @@ -33,7 +33,7 @@ export SEATNUNNEL_HOME="/root/seatunnel" ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ``` -2. 使用 [mo_ctl](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Maintain/mo_ctl/) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令: +2. 使用 [mo_ctl](https://docs.matrixorigin.cn/1.1.1/MatrixOne/Maintain/mo_ctl/) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令: ```shell mo_ctl sql /root/mysql.sql diff --git a/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md b/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md index fbdff52523..f346bd387c 100644 --- a/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md +++ b/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md @@ -77,7 +77,7 @@ Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne + Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Client characterset: utf8mb4 diff --git a/docs/MatrixOne/Develop/connect-mo/database-client-tools.md b/docs/MatrixOne/Develop/connect-mo/database-client-tools.md index b51d7caea2..8f5d0dff42 100644 --- a/docs/MatrixOne/Develop/connect-mo/database-client-tools.md +++ b/docs/MatrixOne/Develop/connect-mo/database-client-tools.md @@ -39,7 +39,7 @@ MatrixOne 现在支持通过以下几种数据库客户端工具的方式连接 ``` Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1031 - Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne + Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2022, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. diff --git a/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md b/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md index 6e9117669e..e17ebbaf93 100644 --- a/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md +++ b/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md @@ -72,7 +72,7 @@ PyMySQL 是一个纯 Python MySQL 客户端库。 ``` > python3 pymysql_connect_matrixone.py - Database version : 8.0.30-MatrixOne-v1.1.0 + Database version : 8.0.30-MatrixOne-v1.1.1 ``` ## 使用 sqlalchemy 连接 MatrixOne diff --git a/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md b/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md index b239bd6584..dd5f6309bf 100644 --- a/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md +++ b/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md @@ -113,7 +113,7 @@ __Note__: *csv*(逗号分隔值)文件是一种特殊的文件类型,可 3. 使用 Docker 启动 MatrixOne,启动时将存放了数据文件的目录 *~/tmp/docker_loaddata_demo/* 挂载到容器的某个目录下,这里容器目录以 */ssb-dbgen-path* 为例: ``` - sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.1.0 + sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.1.1 ``` 4. 连接 MatrixOne 服务: diff --git a/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md b/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md index deb1615469..ae353e7a9d 100644 --- a/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md +++ b/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md @@ -68,6 +68,6 @@ select * from tool; ## 限制说明 -MatrixOne 1.1.0 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 +MatrixOne 1.1.1 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../../../Overview/feature/mysql-compatibility.md)。 diff --git a/docs/MatrixOne/FAQs/product-faqs.md b/docs/MatrixOne/FAQs/product-faqs.md index bc800440e1..cc348584d9 100644 --- a/docs/MatrixOne/FAQs/product-faqs.md +++ b/docs/MatrixOne/FAQs/product-faqs.md @@ -30,7 +30,7 @@ MatrixOne 0.8.0 及以上版本皆可使用 `mo_ctl upgrade latest` 从低版本 **现在 MatrixOne 发稳定版了吗?推荐使用哪个版本?** -MatrixOne 现已发布 1.1.0 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。 +MatrixOne 现已发布 1.1.1 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。 **有没有 MatrixOne 云版本?想快速测试看看** diff --git a/docs/MatrixOne/FAQs/sql-faqs.md b/docs/MatrixOne/FAQs/sql-faqs.md index 2efa414875..c4d637f6d8 100644 --- a/docs/MatrixOne/FAQs/sql-faqs.md +++ b/docs/MatrixOne/FAQs/sql-faqs.md @@ -102,7 +102,7 @@ MatrixOne 支持与 MySQL 相同的 [`INSERT`](../Develop/import-data/insert-dat **MatrixOne 支持从 Minio 导入数据吗?** 是支持的,load data 命令支持从本地文件、S3 对象存储服务以及 S3 兼容的对象存储服务中导入数据到 matrixone 中, -而 Minio 也是基于 S3 协议的,所以也是支持的,详情参见[本地对象存储导入数据](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Deploy/import-data-from-minio-to-mo/) +而 Minio 也是基于 S3 协议的,所以也是支持的,详情参见[本地对象存储导入数据](https://docs.matrixorigin.cn/1.1.1/MatrixOne/Deploy/import-data-from-minio-to-mo/) **MatrixOne 导入导出数据时,如果出现编码问题,导致数据乱码,我们一般是怎么解决的** diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md index 972ced77ff..efee40d7be 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md @@ -184,7 +184,7 @@ GCC_VERSION="8.5.0" CLANG_VERSION="13.0" GO_VERSION="1.20" MO_GIT_URL="https://github.com/matrixorigin/matrixone.git" -MO_DEFAULT_VERSION="v1.1.0" +MO_DEFAULT_VERSION="v1.1.1" GOPROXY="https://goproxy.cn,direct" STOP_INTERVAL="5" START_INTERVAL="2" @@ -200,7 +200,7 @@ PPROF_PROFILE_DURATION="30" ``` mo_ctl set_conf MO_PATH="/data/mo/matrixone" # 设置自定义的MatrixOne下载路径 mo_ctl set_conf MO_GIT_URL="https://ghproxy.com/https://github.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置代理下载地址 -mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.0" # 设置所下载的MatrixOne版本 +mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.1" # 设置所下载的MatrixOne版本 ``` ## 步骤 3:一键安装 MatrixOne @@ -218,7 +218,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.0" # 设置所下载的MatrixOne版本 === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.1.0 + mo_ctl deploy v1.1.1 ``` ## 步骤 4:启动 MatrixOne 服务 @@ -255,7 +255,7 @@ root@VM-16-2-debian:~# mo_ctl connect mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne +Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md index 077a37e8a0..3947838bd0 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md @@ -92,22 +92,22 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安 ```bash mkdir -p /root/matrixone & cd /root/ - wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-linux-x86_64.zip - unzip -d matrixone/ mo-v1.1.0-linux-x86_64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-linux-x86_64.zip + unzip -d matrixone/ mo-v1.1.1-linux-x86_64.zip ``` ARM 架构系统安装包: ```bash mkdir -p /root/matrixone & cd /root/ - wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-linux-arm64.zip - unzip -d matrixone/ mo-v1.1.0-linux-arm64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-linux-arm64.zip + unzip -d matrixone/ mo-v1.1.1-linux-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - wget https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip + wget https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip ``` === "**下载方式二:`curl` 工具下载二进制包**" @@ -115,27 +115,27 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安 ```bash mkdir -p /root/matrixone & cd /root/ - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-linux-x86_64.zip - unzip -d matrixone/ mo-v1.1.0-linux-x86_64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-linux-x86_64.zip + unzip -d matrixone/ mo-v1.1.1-linux-x86_64.zip ``` ARM 架构系统安装包: ```bash mkdir -p /root/matrixone & cd /root/ - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-linux-arm64.zip - unzip -d matrixone/ mo-v1.1.0-linux-arm64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-linux-arm64.zip + unzip -d matrixone/ mo-v1.1.1-linux-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - curl -OL https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip + curl -OL https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip ``` === "**下载方式三:页面下载**" - 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.1.0](https://github.com/matrixorigin/matrixone/releases/tag/v1.1.0),下拉找到 **Assets** 栏,点击安装包 *mo-v1.1.0-linux-x86_64.zip* 或者 *mo-v1.1.0-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 + 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.1.1](https://github.com/matrixorigin/matrixone/releases/tag/v1.1.1),下拉找到 **Assets** 栏,点击安装包 *mo-v1.1.1-linux-x86_64.zip* 或者 *mo-v1.1.1-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 ## 步骤 3:安装 mo_ctl 工具 @@ -191,7 +191,7 @@ root@VM-16-2-debian:~# mo_ctl connect mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne +Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md index e6851b5701..d4ce63fc0e 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md @@ -41,18 +41,18 @@ 使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。 -=== "稳定版本的镜像(1.1.0)" +=== "稳定版本的镜像(1.1.1)" ```bash - docker pull matrixorigin/matrixone:1.1.0 - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.0 + docker pull matrixorigin/matrixone:1.1.1 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.1 ``` 如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像: ```bash - docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.0 - docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.0 + docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.1 + docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.1 ``` === "开发版本的镜像" @@ -77,7 +77,7 @@ 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash - docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.0 + docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.1 ``` !!! note diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md index 4ff343f094..752080a3e4 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md @@ -168,7 +168,7 @@ GCC_VERSION="8.5.0" CLANG_VERSION="13.0" GO_VERSION="1.20" MO_GIT_URL="https://github.com/matrixorigin/matrixone.git" -MO_DEFAULT_VERSION="v1.1.0" +MO_DEFAULT_VERSION="v1.1.1" GOPROXY="https://goproxy.cn,direct" STOP_INTERVAL="5" START_INTERVAL="2" @@ -184,7 +184,7 @@ PPROF_PROFILE_DURATION="30" ``` mo_ctl set_conf MO_PATH="/Users/username/mo/matrixone" # 设置自定义的MatrixOne下载路径 mo_ctl set_conf MO_GIT_URL="https://ghproxy.com/https://github.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置代理下载地址 -mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.0" # 设置所下载的MatrixOne版本 +mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.1" # 设置所下载的MatrixOne版本 ``` ## 步骤 3:一键安装 MatrixOne @@ -202,7 +202,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.0" # 设置所下载的MatrixOne版本 === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.1.0 + mo_ctl deploy v1.1.1 ``` ## 步骤 4:启动 MatrixOne 服务 @@ -239,7 +239,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.1.0" # 设置所下载的MatrixOne版本 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne +Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md index fcdda17a1b..9889afbc35 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md @@ -93,22 +93,22 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 ```bash mkdir -p /User/username/mo/matrixone & cd /User/username/mo - wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip - unzip -d matrixone/ mo-v1.1.0-darwin-x86_64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip + unzip -d matrixone/ mo-v1.1.1-darwin-x86_64.zip ``` ARM 架构系统安装包: ```bash mkdir -p /User/username/mo/matrixone & cd /User/username/mo - wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-arm64.zip - unzip -d matrixone/ mo-v1.1.0-darwin-arm64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-arm64.zip + unzip -d matrixone/ mo-v1.1.1-darwin-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - wget https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip + wget https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip ``` === "**下载方式二:`curl` 工具下载二进制包**" @@ -117,27 +117,27 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 ```bash mkdir -p /User/username/mo/matrixone & cd /User/username/mo - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip - unzip -d matrixone/ mo-v1.1.0-darwin-x86_64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip + unzip -d matrixone/ mo-v1.1.1-darwin-x86_64.zip ``` ARM 架构系统安装包: ```bash mkdir -p /User/username/mo/matrixone & cd /User/username/mo - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-arm64.zip - unzip -d matrixone/ mo-v1.1.0-darwin-arm64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-arm64.zip + unzip -d matrixone/ mo-v1.1.1-darwin-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - curl -OL https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.0/mo-v1.1.0-darwin-x86_64.zip + curl -OL https://download.fastgit.org/matrixorigin/matrixone/releases/download/v1.1.1/mo-v1.1.1-darwin-x86_64.zip ``` === "**下载方式三:页面下载**" - 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.1.0](https://github.com/matrixorigin/matrixone/releases/tag/v1.1.0),下拉找到 **Assets** 栏,点击安装包 *mo-v1.1.0-darwin-x86_64.zip* 或 *mo-v1.1.0-darwin-arm64.zip* 下载即可。 + 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.1.1](https://github.com/matrixorigin/matrixone/releases/tag/v1.1.1),下拉找到 **Assets** 栏,点击安装包 *mo-v1.1.1-darwin-x86_64.zip* 或 *mo-v1.1.1-darwin-arm64.zip* 下载即可。 ## 步骤 3:安装 mo_ctl 工具 @@ -193,7 +193,7 @@ mo_ctl set_conf MO_PATH="/User/username/mo/" mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne +Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md index ac39909e7a..6b12abe287 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md @@ -24,18 +24,18 @@ 使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。 -=== "稳定版本的镜像(1.1.0)" +=== "稳定版本的镜像(1.1.1)" ```bash - docker pull matrixorigin/matrixone:1.1.0 - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.0 + docker pull matrixorigin/matrixone:1.1.1 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.1 ``` 如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像: ```bash - docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.0 - docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.0 + docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.1 + docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.1.1 ``` === "开发版本的镜像" @@ -60,7 +60,7 @@ 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash - docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.0 + docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.1 ``` !!! note diff --git a/docs/MatrixOne/Maintain/mo_ctl.md b/docs/MatrixOne/Maintain/mo_ctl.md index 43d803254b..bc338112b4 100644 --- a/docs/MatrixOne/Maintain/mo_ctl.md +++ b/docs/MatrixOne/Maintain/mo_ctl.md @@ -145,12 +145,12 @@ mo_ctl deploy help Usage : mo_ctl deploy [mo_version] [force] # deploy mo onto the path configured [mo_version]: optional, specify an mo version to deploy [force] : optional, if specified will delete all content under MO_PATH and deploy from beginning - e.g. : mo_ctl deploy # default, same as mo_ctl deploy 1.1.0 + e.g. : mo_ctl deploy # default, same as mo_ctl deploy 1.1.1 : mo_ctl deploy main # deploy development latest version : mo_ctl deploy d29764a # deploy development version d29764a - : mo_ctl deploy 1.1.0 # deploy stable verson 1.1.0 - : mo_ctl deploy force # delete all under MO_PATH and deploy verson 1.1.0 - : mo_ctl deploy 1.1.0 force # delete all under MO_PATH and deploy stable verson 1.1.0 from beginning + : mo_ctl deploy 1.1.1 # deploy stable verson 1.1.1 + : mo_ctl deploy force # delete all under MO_PATH and deploy verson 1.1.1 + : mo_ctl deploy 1.1.1 force # delete all under MO_PATH and deploy stable verson 1.1.1 from beginning ``` ### start - 启动 MatrixOne 服务 @@ -290,7 +290,7 @@ Usage : mo_ctl getconf [conf_list] # get configurations | GCC_VERSION | precheck 检查的 gcc 版本 | 默认为 8.5.0 | | GO_VERSION | precheck 检查的 go 版本 | 默认为 1.20 | | MO_GIT_URL | MatrixOne 的源码拉取地址 | 默认为<https://github.com/matrixorigin/matrixone.git> | -| MO_DEFAULT_VERSION | 默认拉取的 MatrixOne 的版本 | 默认为 1.1.0 | +| MO_DEFAULT_VERSION | 默认拉取的 MatrixOne 的版本 | 默认为 1.1.1 | | GOPROXY | GOPROXY 的地址,一般为国内加速拉取 golang 依赖包而使用 | 默认为<https://goproxy.cn>,direct | | STOP_INTERVAL | 停止间隔,停止服务后检测服务状态等待时间 | 默认为 5 秒 | | START_INTERVAL | 启动间隔,启动服务后检测服务状态等待时间 | 默认为 2 秒 | @@ -343,11 +343,11 @@ MatrixOne 0.8 及更高版本可使用 `mo_ctl upgrade version` 或者 `mo_ctl u ``` mo_ctl upgrade help Usage : mo_ctl upgrade [version_commitid] # upgrade or downgrade mo from current version to a target commit id or stable version - [commitid] : a commit id such as '38888f7', or a stable version such as '1.1.0' + [commitid] : a commit id such as '38888f7', or a stable version such as '1.1.1' : use 'latest' to upgrade to latest commit on main branch if you don't know the id e.g. : mo_ctl upgrade 38888f7 # upgrade/downgrade to commit id 38888f7 on main branch : mo_ctl upgrade latest # upgrade/downgrade to latest commit on main branch - : mo_ctl upgrade 1.1.0 # upgrade/downgrade to stable version 1.1.0 + : mo_ctl upgrade 1.1.1 # upgrade/downgrade to stable version 1.1.1 ``` ### watchdog - 保活 MatrixOne diff --git a/docs/MatrixOne/Maintain/mount-data-by-docker.md b/docs/MatrixOne/Maintain/mount-data-by-docker.md index 32140c127e..0ac1a9ae61 100644 --- a/docs/MatrixOne/Maintain/mount-data-by-docker.md +++ b/docs/MatrixOne/Maintain/mount-data-by-docker.md @@ -17,7 +17,7 @@ 2. 把本地**空目录** *${local_data_path}/mo-data* 挂载到 Docker 容器目录 */mo-data* 下,命令示例如下: ```bash - sudo docker run --name <name> -d -p 6001:6001 -v ${local_data_path}/mo-data:/mo-data:rw matrixorigin/matrixone:1.1.0 + sudo docker run --name <name> -d -p 6001:6001 -v ${local_data_path}/mo-data:/mo-data:rw matrixorigin/matrixone:1.1.1 ``` | 参数 | 描述 | @@ -31,7 +31,7 @@ 1. 首先启动一个 MatrixOne 的容器实例,这个容器实例将提供一套标准的启动配置文件: ```bash - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.0 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.1.1 ``` 2. 查看 Docker 已经启动的 MatrixOne 的 containerID,并将配置文件目录拷贝到本地目录的 *${local_config_path}* 目录下: @@ -53,7 +53,7 @@ 6. 挂载配置文件到 Docker 容器目录,同时创建并启动 MatrixOne,挂载命令示例如下: ```bash - sudo docker run --name <name> -d -p 6001:6001 -v ${local_config_path}/launch:/etc/launch:rw --entrypoint "/mo-service" matrixorigin/matrixone:1.1.0 -launch /etc/launch/launch.toml + sudo docker run --name <name> -d -p 6001:6001 -v ${local_config_path}/launch:/etc/launch:rw --entrypoint "/mo-service" matrixorigin/matrixone:1.1.1 -launch /etc/launch/launch.toml ``` | 参数 | 描述 | @@ -66,7 +66,7 @@ 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash - docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.0 + docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.1.1 ``` 更多关于 *Docker run* 的指令释义,运行命令 `docker run --help` 进行查看。 diff --git a/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md b/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md index a4af1145b8..8d79c6890a 100644 --- a/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md +++ b/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md @@ -150,6 +150,6 @@ MatrixOne 中,数据类型在保持与 MySQL 命名一致的情况下,在精 ## 限制 -MatrixOne 1.1.0 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 +MatrixOne 1.1.1 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../Overview/feature/mysql-compatibility.md)。 diff --git a/docs/MatrixOne/Overview/feature/feature-overview.md b/docs/MatrixOne/Overview/feature/feature-overview.md index 058ce897be..e5d37a014e 100644 --- a/docs/MatrixOne/Overview/feature/feature-overview.md +++ b/docs/MatrixOne/Overview/feature/feature-overview.md @@ -2,7 +2,7 @@ ## MatrixOne 特性 -在 MatrixOne 版本 1.1.0 中,具有如下特性,让你在使用 MatrixOne 的过程中更加高效: +在 MatrixOne 版本 1.1.1 中,具有如下特性,让你在使用 MatrixOne 的过程中更加高效: ### 分布式架构 diff --git a/docs/MatrixOne/Overview/whats-new.md b/docs/MatrixOne/Overview/whats-new.md index 523e243ff5..0bbb839507 100644 --- a/docs/MatrixOne/Overview/whats-new.md +++ b/docs/MatrixOne/Overview/whats-new.md @@ -1,5 +1,5 @@ # **最新发布** -MatrixOne 的最新版本为 1.1.0,发布于 2023 年 12 月 29 日,详情请见: +MatrixOne 的最新版本为 1.1.1,发布于 2024 年 02 月 04 日,详情请见: -* [v1.1.0 发布公告](../Release-Notes/v1.1.0.md) +* [v1.1.1 发布公告](../Release-Notes/v1.1.1.md) diff --git a/docs/MatrixOne/Release-Notes/release-timeline.md b/docs/MatrixOne/Release-Notes/release-timeline.md index f5da9443cc..7c4d638252 100644 --- a/docs/MatrixOne/Release-Notes/release-timeline.md +++ b/docs/MatrixOne/Release-Notes/release-timeline.md @@ -4,6 +4,7 @@ | **版本** | **发布日期** | | :-------------------------- | :----------- | +| [v1.1.1](v1.1.1.md) | 2024/02/04 | | [v1.1.0](v1.1.0.md) | 2023/12/29 | | [v1.0.2](v1.0.2.md) | 2023/12/23 | | [v1.0.1](v1.0.1.md) | 2023/12/16 | diff --git a/docs/MatrixOne/Release-Notes/v1.1.1.md b/docs/MatrixOne/Release-Notes/v1.1.1.md new file mode 100644 index 0000000000..0a332dd82f --- /dev/null +++ b/docs/MatrixOne/Release-Notes/v1.1.1.md @@ -0,0 +1,96 @@ +# **MatrixOne v1.1.1 发布报告** + +发布日期:2024 年 02 月 04 日 + +MatrixOne 版本:v1.1.1 + +与之前的 v1.1.0 相比,v1.1.1 没有引入任何新功能,而是专注于一些改进和错误修复。 + +### 改进 + +- 通过修复与锁定服务和代理相关的错误来提高稳定性。 +- 增强了向前兼容性。 +- 优化 MySQL 兼容性。 +- 提高了运行时资源消耗统计的准确性。 + +### 错误修复 + +- 修复了在程序包编译中未处理某些错误的问题:[#13909](https://github.com/matrixorigin/matrixone/pull/13909) [#13910](https://github.com/matrixorigin/matrixone/pull/13909) +- 修复了回滚创建表的事务错误问题:[#13916](https://github.com/matrixorigin/matrixone/pull/13909) [#13917](https://github.com/matrixorigin/matrixone/pull/13917) +- 修复了 mo_ctl 权限问题:[#13926](https://github.com/matrixorigin/matrixone/pull/13926) +- 修复了数据竞争的问题:[#13928](https://github.com/matrixorigin/matrixone/pull/13928) [#14196](https://github.com/matrixorigin/matrixone/pull/14196) +- 修复了以阿里云账户 ARN 导入数据错误的问题:[#13921](https://github.com/matrixorigin/matrixone/pull/13921) [#13930](https://github.com/matrixorigin/matrixone/pull/13930) [#13979](https://github.com/matrixorigin/matrixone/pull/13979) +- sysbench 的账户变更:[#13935](https://github.com/matrixorigin/matrixone/pull/13935) +- 修复了函数 year() 返回结果不正确的问题:[#13945](https://github.com/matrixorigin/matrixone/pull/13945) +- 修复了在 CN 扩缩容期间执行 tpcc 时发生错误的问题:[#13896](https://github.com/matrixorigin/matrixone/pull/13896) [#14075](https://github.com/matrixorigin/matrixone/pull/14075) +- 修复了内存泄漏的问题:[#13966](https://github.com/matrixorigin/matrixone/pull/13966) +- 修复 lockservice 的探活问题:[#13941](https://github.com/matrixorigin/matrixone/pull/13941) +[#13981](https://github.com/matrixorigin/matrixone/pull/13981) +- 修复了 insert 慢的问题:[#13992](https://github.com/matrixorigin/matrixone/pull/13992) +- 修复了非保留关键字 last 的错误:[#14014](https://github.com/matrixorigin/matrixone/pull/14014) +- 修复了 mo-dump 在某些场景下导出数据错误的问题,:[#14010](https://github.com/matrixorigin/matrixone/pull/14010) +- 修复了路由包错误的问题:[#14003](https://github.com/matrixorigin/matrixone/pull/14003) +- 修复了 tpch 1t 查询超时的问题:[#14018](https://github.com/matrixorigin/matrixone/pull/14018) [#14022](https://github.com/matrixorigin/matrixone/pull/14022) +- 修复了从 dn 分配锁表时 panic 的问题:[#14039](https://github.com/matrixorigin/matrixone/pull/14039) +- 修复了 go 版本升级时 SCA 失败的问题:[#14029](https://github.com/matrixorigin/matrixone/pull/14029) +- 修复了调度查询错误的问题:[#14004](https://github.com/matrixorigin/matrixone/pull/14004) [#14036](https://github.com/matrixorigin/matrixone/pull/14036) +- 减少 checkpoint 中的块元数据:[#13952](https://github.com/matrixorigin/matrixone/pull/13952) +- 修复了稳定性测试中的 panic 错误:[#14034](https://github.com/matrixorigin/matrixone/pull/14034)[#14035](https://github.com/matrixorigin/matrixone/pull/14035) +- 修复在分布式模式回归 TKE 上建立大量连接时间过长的问题:[#14045](https://github.com/matrixorigin/matrixone/pull/14045) +- 修复了当发送方没有东西要发时会提前结束的问题:[#14052](https://github.com/matrixorigin/matrixone/pull/14052)[#14053](https://github.com/matrixorigin/matrixone/pull/14053) +- 修复了合并运行 TPCH 测试中的偶尔加载超时的问题:[#13268](https://github.com/matrixorigin/matrixone/pull/13268) [#14051](https://github.com/matrixorigin/matrixone/pull/14051) +- 修复了某些场景下 TPCC 回归测试报错的问题:[#14058](https://github.com/matrixorigin/matrixone/pull/14058) +- 修复了 prepare 语句在参数过多时未抛出错误的问题:[#14037](https://github.com/matrixorigin/matrixone/pull/14037) +- 修复了字符串作为主键在一些边界条件下的错误:[#14055](https://github.com/matrixorigin/matrixone/pull/14055) +- 修复了单个表和多个表点查 tps 性能差异明显的问题:[#14089](https://github.com/matrixorigin/matrixone/pull/14089) +- 修复了 task service 调度 StorageUsage 异常的问题:[#14103](https://github.com/matrixorigin/matrixone/pull/14103) [#14233](https://github.com/matrixorigin/matrixone/pull/14233) [#14246](https://github.com/matrixorigin/matrixone/pull/14246) +- 修复了 cpu 统计信息错误的问题:[#14105](https://github.com/matrixorigin/matrixone/pull/14105) +- 修复了一些 panic 错误:[#13938](https://github.com/matrixorigin/matrixone/pull/13938) [#14109](https://github.com/matrixorigin/matrixone/pull/14109) +- 修复了与“无效文件路径”相关的错误:[#14143](https://github.com/matrixorigin/matrixone/pull/14143) +- 修复了多条语句放到一个 prepare 里错误的问题:[#14112](https://github.com/matrixorigin/matrixone/pull/14112) [#14124](https://github.com/matrixorigin/matrixone/pull/14124) +- 修复了无效的死锁错误:[#14153](https://github.com/matrixorigin/matrixone/pull/14153) +- 修复了哈希表为空时 right join panic 的错误:[#14164](https://github.com/matrixorigin/matrixone/pull/14164) +- 修复了在分布式模式下的稳定性测试打开的文件太多会出错的问题:[#14177](https://github.com/matrixorigin/matrixone/pull/14177) +- 修复了在句柄绑定中多次创建相同锁表的问题:[#14202](https://github.com/matrixorigin/matrixone/pull/14202) +- 修复 flush 块错误处理的问题:[#14215](https://github.com/matrixorigin/matrixone/pull/14215) +- 修复了升级的 gc 错误:[#14218](https://github.com/matrixorigin/matrixone/pull/14218) +- 修复了创建帐户超时的问题:[#14182](https://github.com/matrixorigin/matrixone/pull/14182) +- 修复了 cron 任务出错时中断的问题:[#14200](https://github.com/matrixorigin/matrixone/pull/14200) +- 修复了阿里云凭据问题:[#14184](https://github.com/matrixorigin/matrixone/pull/14184) +- 修复了在 checkpoint replay 期间加载过多检查点的问题:[#14221](https://github.com/matrixorigin/matrixone/pull/14221) [#14222](https://github.com/matrixorigin/matrixone/pull/14222) +- 打印更多 checkpoint 细节:[#14188](https://github.com/matrixorigin/matrixone/pull/14188) +- 修复绑定已更改但未处理的问题:[#14243](https://github.com/matrixorigin/matrixone/pull/14243) +- 修复了并发映射写入错误的问题:[#14238](https://github.com/matrixorigin/matrixone/pull/14238) +- 修复了 show tables 导致 mo panic 退出进程的问题:[#14227](https://github.com/matrixorigin/matrixone/pull/14227) [#14229](https://github.com/matrixorigin/matrixone/pull/14229) +- 修复了 ddl 时内存池泄漏的问题:[#14217](https://github.com/matrixorigin/matrixone/pull/14217) [#14249](https://github.com/matrixorigin/matrixone/pull/14249) +- 修复了节点间通信超时的错误:[#14253](https://github.com/matrixorigin/matrixone/pull/142253) +- 修复了 insert 时内存泄漏的问题:[#14220](https://github.com/matrixorigin/matrixone/pull/14220) [#14250](https://github.com/matrixorigin/matrixone/pull/14250) +- 修复了 TN 返回状态错误的问题:[#14257](https://github.com/matrixorigin/matrixone/pull/14257) +- 修复了某些场景下的 EOB 错误:[#13949](https://github.com/matrixorigin/matrixone/pull/13949) +- 修复了更新/删除 unique key 和 2cnd key 隐藏表错误的问题:[#14261](https://github.com/matrixorigin/matrixone/pull/14261) +- 修复了远程运行内存池泄漏的问题:[#14264](https://github.com/matrixorigin/matrixone/pull/14264) +- 修复了不同的 mo 分支对于 _binary 数据的 insert 插入会有不同的行为的问题:[#14262](https://github.com/matrixorigin/matrixone/pull/14262) +- 修复了限制 set 用在活跃事务中的问题:[#14258](https://github.com/matrixorigin/matrixone/pull/14258) +- 修复了计数不同的问题:[#14060](https://github.com/matrixorigin/matrixone/pull/14060) [#14271](https://github.com/matrixorigin/matrixone/pull/14271) [#14272](https://github.com/matrixorigin/matrixone/pull/14272) +- 修复了 update table 引发的 panic 错误问题:[#14171](https://github.com/matrixorigin/matrixone/pull/14171)[#14251](https://github.com/matrixorigin/matrixone/pull/14251) +- 修复了 create table 时发生 retry 产生了错误情况的问题:[#14067](https://github.com/matrixorigin/matrixone/pull/14067) [#14179](https://github.com/matrixorigin/matrixone/pull/14179) +- 修复了合并运行 TPCH 测试中的偶尔加载超时的问题:[#14304](https://github.com/matrixorigin/matrixone/pull/14304) +- 修复了无法连接到远程的问题:[#14294](https://github.com/matrixorigin/matrixone/pull/14294) +- 修复了一些 bit/hex 的错误:[#14290](https://github.com/matrixorigin/matrixone/pull/14290) +- 升级了 UUID 的版本:[#14318](https://github.com/matrixorigin/matrixone/pull/14318) +- 提高慢查询性能:[#14301](https://github.com/matrixorigin/matrixone/pull/14301) [#14323](https://github.com/matrixorigin/matrixone/pull/14323) +- 修复了 tpch 10g 长时间运行情况下查询结果偶尔不正确的问题:[#14333](https://github.com/matrixorigin/matrixone/pull/14333) +- 修改了一些索引相关的错误:[#14334](https://github.com/matrixorigin/matrixone/pull/14334) +- 修复了执行 delete 语句出行 CN panic 的问题:[#14337](https://github.com/matrixorigin/matrixone/pull/14337) +- 修复了在普通帐户下访问 system_metrics.metric 的问题:[#14340](https://github.com/matrixorigin/matrixone/pull/14340) +- 修复了订阅错误的问题:[#14351](https://github.com/matrixorigin/matrixone/pull/14351) +- 修复一个单元测试错误:[#14355](https://github.com/matrixorigin/matrixone/pull/14355) +- 修复了保持远程锁定失败的问题:[#14357](https://github.com/matrixorigin/matrixone/pull/14357) +- 修复了合并运行中发生截断错误的问题:[#14366](https://github.com/matrixorigin/matrixone/pull/14366) +- 修复了 TN panic 的问题:[#14368](https://github.com/matrixorigin/matrixone/pull/14368) +- 修复了某些场景下删除数据空间未释放的问题:[#14361](https://github.com/matrixorigin/matrixone/pull/14361) +- 修复了 convert_tz 性能不佳的问题。 + +## 更详细的更新日志 + +<https://github.com/matrixorigin/matrixone/compare/v1.1.0...v1.1.1> \ No newline at end of file diff --git a/docs/MatrixOne/Security/TLS-introduction.md b/docs/MatrixOne/Security/TLS-introduction.md index 508ec9f2b6..14f8fd7a88 100644 --- a/docs/MatrixOne/Security/TLS-introduction.md +++ b/docs/MatrixOne/Security/TLS-introduction.md @@ -109,7 +109,7 @@ MatrixOne 默认采用非加密传输,也支持启用基于 TLS 协议的加 Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne + Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Server characterset: utf8mb4 @@ -134,7 +134,7 @@ MatrixOne 默认采用非加密传输,也支持启用基于 TLS 协议的加 Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.1.0 MatrixOne + Server version: 8.0.30-MatrixOne-v1.1.1 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Server characterset: utf8mb4 diff --git a/mkdocs.yml b/mkdocs.yml index 414c1473db..e29707220f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -597,6 +597,7 @@ nav: - SQL 常见问题: MatrixOne/FAQs/sql-faqs.md - 版本发布纪要: - 版本发布历史记录: MatrixOne/Release-Notes/release-timeline.md + - v1.1.1: MatrixOne/Release-Notes/v1.1.1.md - v1.1.0: MatrixOne/Release-Notes/v1.1.0.md - v1.0.2: MatrixOne/Release-Notes/v1.0.2.md - v1.0.1: MatrixOne/Release-Notes/v1.0.1.md