2019-05-17 20:16:04 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Please mark all change in change log and use the ticket from JIRA.
|
|
|
|
|
2019-06-14 17:29:29 +08:00
|
|
|
# Milvus 0.3.0 (TBD)
|
2019-05-17 20:16:04 +08:00
|
|
|
|
2019-06-02 13:50:09 +08:00
|
|
|
## Bug
|
2019-06-23 18:38:55 +08:00
|
|
|
- MS-104 - Fix unittest lcov execution error
|
2019-06-21 16:57:25 +08:00
|
|
|
- MS-102 - Fix build script file condition error
|
2019-06-13 15:32:02 +08:00
|
|
|
- MS-80 - Fix server hang issue
|
2019-06-17 17:38:33 +08:00
|
|
|
- MS-89 - Fix compile failed, libgpufaiss.a link missing
|
2019-06-17 17:52:46 +08:00
|
|
|
- MS-90 - Fix arch match incorrect on ARM
|
2019-06-19 16:36:25 +08:00
|
|
|
- MS-99 - Fix compilation bug
|
2019-06-25 18:42:18 +08:00
|
|
|
- MS-110 - Avoid huge file size
|
2019-05-17 20:16:04 +08:00
|
|
|
|
2019-06-02 13:50:09 +08:00
|
|
|
## Improvement
|
2019-06-13 16:02:25 +08:00
|
|
|
- MS-82 - Update server startup welcome message
|
|
|
|
- MS-83 - Update vecwise to Milvus
|
2019-06-14 14:35:22 +08:00
|
|
|
- MS-77 - Performance issue of post-search action
|
2019-06-17 10:28:26 +08:00
|
|
|
- MS-22 - Enhancement for MemVector size control
|
2019-06-17 19:25:48 +08:00
|
|
|
- MS-92 - Unify behavior of debug and release build
|
2019-06-19 15:46:14 +08:00
|
|
|
- MS-98 - Install all unit test to installation directory
|
2019-06-26 11:51:47 +08:00
|
|
|
- MS-115 - Change is_startup of metric_config switch from true to on
|
2019-06-27 11:56:43 +08:00
|
|
|
- MS-122 - Archive criteria config
|
2019-06-27 15:51:25 +08:00
|
|
|
- MS-124 - HasTable interface
|
2019-06-27 18:03:52 +08:00
|
|
|
- MS-126 - Add more error code
|
2019-06-28 11:48:50 +08:00
|
|
|
- MS-128 - Change default db path
|
2019-06-27 11:56:43 +08:00
|
|
|
|
2019-06-02 13:50:09 +08:00
|
|
|
## New Feature
|
|
|
|
|
2019-06-05 12:14:53 +08:00
|
|
|
- MS-57 - Implement index load/search pipeline
|
2019-06-06 10:45:07 +08:00
|
|
|
- MS-56 - Add version information when server is started
|
2019-06-09 17:35:52 +08:00
|
|
|
- MS-64 - Different table can have different index type
|
|
|
|
- MS-52 - Return search score
|
2019-06-10 15:25:56 +08:00
|
|
|
- MS-66 - Support time range query
|
2019-06-11 11:47:17 +08:00
|
|
|
- MS-68 - Remove rocksdb from third-party
|
2019-06-11 10:39:03 +08:00
|
|
|
- MS-70 - cmake: remove redundant libs in src
|
2019-06-11 11:00:41 +08:00
|
|
|
- MS-71 - cmake: fix faiss dependency
|
2019-06-11 11:41:11 +08:00
|
|
|
- MS-72 - cmake: change prometheus source to git
|
2019-06-11 16:23:55 +08:00
|
|
|
- MS-73 - cmake: delete civetweb
|
2019-06-11 16:41:41 +08:00
|
|
|
- MS-65 - Implement GetTableRowCount interface
|
|
|
|
- MS-45 - Implement DeleteTable interface
|
2019-06-12 11:27:50 +08:00
|
|
|
- MS-75 - cmake: change faiss version to 1.5.2; add CUDA gencode
|
2019-06-13 13:20:06 +08:00
|
|
|
- MS-81 - fix faiss ptx issue; change cuda gencode
|
2019-06-14 10:21:10 +08:00
|
|
|
- MS-84 - cmake: add arrow, jemalloc and jsoncons third party; default build option OFF
|
2019-06-14 10:34:01 +08:00
|
|
|
- MS-85 - add NetIO metric
|
2019-06-19 10:53:46 +08:00
|
|
|
- MS-96 - add new query interface for specified files
|
2019-06-19 12:03:13 +08:00
|
|
|
- MS-97 - Add S3 SDK for MinIO Storage
|
2019-06-28 15:40:47 +08:00
|
|
|
- MS-130 - Add prometheus_test
|
2019-06-02 13:50:09 +08:00
|
|
|
## Task
|
2019-06-12 11:05:33 +08:00
|
|
|
- MS-74 - Change README.md in cpp
|
2019-06-17 15:32:25 +08:00
|
|
|
- MS-88 - Add support for arm architecture
|
2019-06-02 13:50:09 +08:00
|
|
|
|
2019-06-14 17:29:29 +08:00
|
|
|
# Milvus 0.2.0 (2019-05-31)
|
2019-06-02 13:50:09 +08:00
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
|
|
- MS-32 - Fix thrift error
|
|
|
|
- MS-34 - Fix prometheus-cpp thirdparty
|
2019-06-10 18:38:34 +08:00
|
|
|
- MS-67 - Fix license check bug
|
2019-06-13 10:08:45 +08:00
|
|
|
- MS-76 - Fix pipeline crash bug
|
2019-06-20 11:54:47 +08:00
|
|
|
- MS-100 - cmake: fix AWS build issue
|
2019-06-20 16:18:06 +08:00
|
|
|
- MS-101 - change AWS build type to Release
|
2019-06-02 13:50:09 +08:00
|
|
|
|
|
|
|
## Improvement
|
|
|
|
|
|
|
|
- MS-20 - Clean Code Part 1
|
|
|
|
|
|
|
|
## New Feature
|
2019-05-17 20:16:04 +08:00
|
|
|
|
2019-05-26 19:35:30 +08:00
|
|
|
- MS-5 - Implement Auto Archive Feature
|
2019-05-29 16:29:08 +08:00
|
|
|
- MS-6 - Implement SDK interface part 1
|
2019-06-02 13:50:09 +08:00
|
|
|
- MS-16 - Implement metrics without prometheus
|
2019-05-29 16:29:08 +08:00
|
|
|
- MS-21 - Implement SDK interface part 2
|
2019-05-29 16:14:15 +08:00
|
|
|
- MS-26 - cmake. Add thirdparty packages
|
2019-05-29 19:20:58 +08:00
|
|
|
- MS-31 - cmake: add prometheus
|
2019-05-30 10:18:34 +08:00
|
|
|
- MS-33 - cmake: add -j4 to make third party packages build faster
|
2019-05-31 17:37:16 +08:00
|
|
|
- MS-27 - support gpu config and disable license build config in cmake
|
2019-05-31 18:29:36 +08:00
|
|
|
- MS-47 - Add query vps metrics
|
2019-06-02 13:50:09 +08:00
|
|
|
- MS-37 - Add query, cache usage, disk write speed and file data size metrics
|
|
|
|
- MS-30 - Use faiss v1.5.2
|
2019-06-04 14:10:02 +08:00
|
|
|
- MS-54 - cmake: Change Thrift third party URL to github.com
|
2019-06-10 19:16:06 +08:00
|
|
|
- MS-69 - prometheus: add all proposed metrics
|
2019-05-29 16:29:08 +08:00
|
|
|
|
2019-06-02 13:50:09 +08:00
|
|
|
## Task
|
2019-05-17 20:16:04 +08:00
|
|
|
|
2019-05-17 20:18:24 +08:00
|
|
|
- MS-1 - Add CHANGELOG.md
|
2019-05-26 19:35:30 +08:00
|
|
|
- MS-4 - Refactor the vecwise_engine code structure
|
2019-06-05 21:17:54 +08:00
|
|
|
- MS-62 - Search range to all if no date specified
|