From 13492c0e3335936f53e8d7259528dab28b511ca6 Mon Sep 17 00:00:00 2001 From: Yiyun Ni <74396087+YiyunNi@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:14:19 +0800 Subject: [PATCH] Update release_notes.md (#1654) --- site/en/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/release_notes.md b/site/en/release_notes.md index 240db8f24..400240fab 100644 --- a/site/en/release_notes.md +++ b/site/en/release_notes.md @@ -52,11 +52,11 @@ Embedded Milvus enables you to [pip install Milvus](install_embedded_milvus.md) - Kafka support (Beta) -Apache Kafka is the most widely used open-source distributed message store. In Milvus 2.1, you can simply use Kafka for message storage by modifying configurations. +Apache Kafka is the most widely used open-source distributed message store. In Milvus 2.1.0, you can simply use Kafka for message storage by modifying configurations. - RESTful API (Beta) -Milvus 2.1 now provides RESTful API for applications written in PHP or Ruby. GIN, one of the most popular Golang web frameworks, is adopted as the web server. +Milvus 2.1.0 now provides RESTful API for applications written in PHP or Ruby. GIN, one of the most popular Golang web frameworks, is adopted as the web server.