From be8ff62788c2f5ffdd91a2d9b860da4b476c6aa5 Mon Sep 17 00:00:00 2001 From: lvsi Date: Fri, 31 Dec 2021 00:34:25 +0800 Subject: [PATCH] =?UTF-8?q?release:=20v1.0.1=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e6452..044089d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 2、版本 :1.0.1 +发布日期 :2021-12-31 + +#### (1) 修复 +- 移除shutdownCallback中不需要的判断进程是否存在的逻辑,修复worker进程退出时误报```Fatal```的问题 + +#### (2) 完善 +- 完善代码注释,包括文件注释和方法注释等 +- 完善文档,添加binlog数据处理过程等 + ### 1、版本 :1.0.0 发布日期 :2021-12-26 diff --git a/README.md b/README.md index db3d484..eb3b3de 100644 --- a/README.md +++ b/README.md @@ -139,5 +139,7 @@ bash ./restart.sh ### 2、参与项目 项目源码设计简单易懂,如果你有更好的想法,非常欢迎提出宝贵的 [Pull request](https://github.com/WGrape/esupdater/pulls) + + ### 3、提问渠道 如果在了解和使用过程中,有任何疑问,非常欢迎提出宝贵的 [Issue](https://github.com/WGrape/esupdater/issues/new)