From 5da3f8d36e5e53802a894e89878b6399ef833e89 Mon Sep 17 00:00:00 2001 From: "qian.yao" Date: Mon, 19 Aug 2024 11:14:08 +0800 Subject: [PATCH] feat(mogha): add 2.4.22 release note --- product/en/docs-mogha/v2.4/release-notes.md | 12 ++++++++++++ product/zh/docs-mogha/v2.4/release-notes.md | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/product/en/docs-mogha/v2.4/release-notes.md b/product/en/docs-mogha/v2.4/release-notes.md index 122f0ec9..e5225fdd 100644 --- a/product/en/docs-mogha/v2.4/release-notes.md +++ b/product/en/docs-mogha/v2.4/release-notes.md @@ -12,6 +12,18 @@ Installation package download address: [https://www.mogdb.io/downloads/mogha/all > Tip: openEuler x86_64 is for glibc version 2.28,centos x86_64 is for glibc version 2.17 > You can checkout version of glibc by command `getconf GNU_LIBC_VERSION` +## mogha-2.4.22 (2024.08.19) + +Change Log: + +- Fixed the standby not failover problem introduced in v2.4.21 + +## mogha-2.4.21 (2024.06.07) + +Change Log: + +- Add `auto_build_standby` and `http_listen_address` parameters + ## mogha-2.4.20 (2024.03.26) Change Log: diff --git a/product/zh/docs-mogha/v2.4/release-notes.md b/product/zh/docs-mogha/v2.4/release-notes.md index 378635f2..42ea552b 100644 --- a/product/zh/docs-mogha/v2.4/release-notes.md +++ b/product/zh/docs-mogha/v2.4/release-notes.md @@ -12,6 +12,12 @@ date: 2021-09-14 > 注意: openEuler x86_64 适用于系统 glibc 版本为 2.28,centos x86_64 适用于系统 glibc 版本为 2.17 > 可通过命令 getconf GNU_LIBC_VERSION 查看系统 glibc 版本 +## mogha-2.4.22 (2024.08.19) + +Change Log: + +- 修复v2.4.21版本引入的备库不切换问题 + ## mogha-2.4.21 (2024.06.07) Change Log: -- Gitee