未验证 提交 d92bcd2e 编写于 作者: J Jin Hai 提交者: GitHub

Update CHANGLOG.md (#1771)

* Update CHANGLOG.md
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Update
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Update
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>
上级 7763caef
......@@ -161,7 +161,7 @@ Please mark all change in change log and use the issue from GitHub
# Milvus 0.6.0 (2019-12-07)
## Bug
- \#228 memory usage increased slowly during searching vectors
- \#228 Memory usage increased slowly during searching vectors
- \#246 Exclude src/external folder from code coverage for jenkin ci
- \#248 Reside src/external in thirdparty
- \#316 Some files not merged after vectors added
......@@ -188,7 +188,7 @@ Please mark all change in change log and use the issue from GitHub
- \#523 Erase file data from cache once the file is marked as deleted
- \#527 faiss benchmark not compatible with faiss 1.6.0
- \#530 BuildIndex stop when do build index and search simultaneously
- \#532 assigin value to `table_name` from confest shell
- \#532 Assigin value to `table_name` from confest shell
- \#533 NSG build failed with MetricType Inner Product
- \#543 client raise exception in shards when search results is empty
- \#545 Avoid dead circle of build index thread when error occurs
......
......@@ -90,7 +90,7 @@ if (MILVUS_VERSION_MAJOR STREQUAL ""
OR MILVUS_VERSION_MINOR STREQUAL ""
OR MILVUS_VERSION_PATCH STREQUAL "")
message(WARNING "Failed to determine Milvus version from git branch name")
set(MILVUS_VERSION "0.7.0")
set(MILVUS_VERSION "0.7.1")
endif ()
message(STATUS "Build version = ${MILVUS_VERSION}")
......
......@@ -40,7 +40,8 @@ namespace server {
constexpr int64_t GB = 1UL << 30;
static const std::unordered_map<std::string, std::string> milvus_config_version_map({{"0.6.0", "0.1"},
{"0.7.0", "0.2"}});
{"0.7.0", "0.2"},
{"0.7.1", "0.2"}});
/////////////////////////////////////////////////////////////
Config::Config() {
......
......@@ -1388,7 +1388,7 @@ $ curl -X GET "http://127.0.0.1:19121/system/version" -H "accept: application/js
##### Response
```json
{"code":0,"message":"OK","reply": "0.7.0" }
{"code":0,"message":"OK","reply": "0.7.1" }
```
### `system/{op}` (PUT)
......
......@@ -17,7 +17,7 @@
#include "grpc-gen/gen-milvus/milvus.grpc.pb.h"
#define MILVUS_SDK_VERSION "0.7.0";
#define MILVUS_SDK_VERSION "0.7.1";
namespace milvus {
......
import logging
import pytest
__version__ = '0.7.0'
__version__ = '0.7.1'
class TestPing:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册