From e1860f6f200ac59b7db3d46a051277ccd74b30c2 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:08:42 +0800 Subject: [PATCH 1/2] update docs Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> --- site/en/release_notes.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/site/en/release_notes.md b/site/en/release_notes.md index 6676585a0..2ef123f55 100644 --- a/site/en/release_notes.md +++ b/site/en/release_notes.md @@ -7,9 +7,33 @@ title: Release Notes Find out what’s new in Milvus! This page summarizes new features, improvements, known issues, and bug fixes in each release. You can find the release notes for each released version after v2.3.0 in this section. We suggest that you regularly visit this page to learn about updates. +## v2.3.22 + +Release date: October 9, 2024 + +| Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version | +|----------------|--------------------|------------------|----------------|----------| +| 2.3.22 | 2.3.7 | 2.3.6 | 2.3.6 | 2.3.5 | + +Milvus v2.3.22 introduces several improvements and bug fixes, including: + +### Improvements + +- Git clone with retry mechanism ([#36262](https://github.com/milvus-io/milvus/pull/36262)) +- [pipeline] list all status before uninstall helm release ([#36043](https://github.com/milvus-io/milvus/pull/36043)) +- Friendly for docker cache ([#35793](https://github.com/milvus-io/milvus/pull/35793)) +- Show pod status and delete pvc during pipeline dear down stage ([#35786](https://github.com/milvus-io/milvus/pull/35786)) +- Turnoff use_asan in ci ([#35722](https://github.com/milvus-io/milvus/pull/35722)) + +### Bug fixes + +- Fix a security vulnerability ([#36155](https://github.com/milvus-io/milvus/pull/36155)) +- Fix proxy panic after getimportstate failed ([#35541](https://github.com/milvus-io/milvus/pull/35541)) +- [cherry-pick] changes to propagate traceid from client ([#34640](https://github.com/milvus-io/milvus/pull/34640)) + ## v2.3.21 -Release data: August 14, 2024 +Release date: August 14, 2024 | Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version | |----------------|--------------------|------------------|----------------|---------------------| @@ -44,7 +68,7 @@ Miluvs v2.3.21 addresses a critical bug in data deletion ([#35390](https://githu ## v2.3.20 -Release data: July 25, 2024 +Release date: July 25, 2024 | Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version | |----------------|--------------------|------------------|----------------|---------------------| From dda7d5f88ab469196098b2b3dc21246fcee25327 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:03:54 +0800 Subject: [PATCH 2/2] update docs Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> --- site/en/release_notes.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/site/en/release_notes.md b/site/en/release_notes.md index 2ef123f55..d6cbbcfe4 100644 --- a/site/en/release_notes.md +++ b/site/en/release_notes.md @@ -17,19 +17,14 @@ Release date: October 9, 2024 Milvus v2.3.22 introduces several improvements and bug fixes, including: -### Improvements +### Features -- Git clone with retry mechanism ([#36262](https://github.com/milvus-io/milvus/pull/36262)) -- [pipeline] list all status before uninstall helm release ([#36043](https://github.com/milvus-io/milvus/pull/36043)) -- Friendly for docker cache ([#35793](https://github.com/milvus-io/milvus/pull/35793)) -- Show pod status and delete pvc during pipeline dear down stage ([#35786](https://github.com/milvus-io/milvus/pull/35786)) -- Turnoff use_asan in ci ([#35722](https://github.com/milvus-io/milvus/pull/35722)) +- [cherry-pick] changes to propagate traceid from client ([#34640](https://github.com/milvus-io/milvus/pull/34640)) ### Bug fixes - Fix a security vulnerability ([#36155](https://github.com/milvus-io/milvus/pull/36155)) - Fix proxy panic after getimportstate failed ([#35541](https://github.com/milvus-io/milvus/pull/35541)) -- [cherry-pick] changes to propagate traceid from client ([#34640](https://github.com/milvus-io/milvus/pull/34640)) ## v2.3.21