2019-05-17 12:16:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Please mark all change in change log and use the ticket from JIRA.
|
|
|
|
|
2019-07-30 05:53:45 +00:00
|
|
|
# Milvus 0.4.0 (2019-07-28)
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
|
|
## Improvement
|
2019-08-08 06:20:00 +00:00
|
|
|
- MS-327 - Clean code for milvus
|
2019-08-14 06:44:50 +00:00
|
|
|
- MS-336 - Scheduler interface
|
|
|
|
- MS-344 - Add TaskTable Test
|
|
|
|
- MS-345 - Add Node Test
|
|
|
|
- MS-346 - Add some implementation of scheduler to solve compile error
|
2019-08-14 06:46:30 +00:00
|
|
|
- MS-348 - Add ResourceFactory Test
|
2019-08-14 06:44:50 +00:00
|
|
|
- MS-350 - Remove knowhere submodule
|
2019-08-14 12:09:00 +00:00
|
|
|
- MS-354 - Add task class and interface in scheduler
|
2019-08-14 13:24:20 +00:00
|
|
|
- MS-355 - Add copy interface in ExcutionEngine
|
2019-08-15 07:47:46 +00:00
|
|
|
- MS-357 - Add minimum schedule function
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
## New Feature
|
2019-08-13 07:22:01 +00:00
|
|
|
- MS-343 - Implement ResourceMgr
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
## Task
|
|
|
|
- MS-297 - disable mysql unit test
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
# Milvus 0.3.1 (2019-07-10)
|
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
2019-07-04 09:15:38 +00:00
|
|
|
- MS-148 - Disable cleanup if mode is read only
|
|
|
|
- MS-149 - Fixed searching only one index file issue in distributed mode
|
2019-07-15 05:47:36 +00:00
|
|
|
- MS-153 - Fix c_str error when connecting to MySQL
|
|
|
|
- MS-157 - Fix changelog
|
|
|
|
- MS-190 - Use env variable to switch mem manager and fix cmake
|
2019-07-14 03:43:14 +00:00
|
|
|
- MS-217 - Fix SQ8 row count bug
|
2019-07-15 02:45:20 +00:00
|
|
|
- MS-224 - Return AlreadyExist status in MySQLMetaImpl::CreateTable if table already exists
|
2019-07-15 05:47:36 +00:00
|
|
|
- MS-232 - Add MySQLMetaImpl::UpdateTableFilesToIndex and set maximum_memory to default if config value = 0
|
|
|
|
- MS-233 - Remove mem manager log
|
|
|
|
- MS-230 - Change parameter name: Maximum_memory to insert_buffer_size
|
2019-07-15 11:30:24 +00:00
|
|
|
- MS-234 - Some case cause background merge thread stop
|
2019-07-15 11:48:11 +00:00
|
|
|
- MS-235 - Some test cases random fail
|
2019-07-15 12:41:17 +00:00
|
|
|
- MS-236 - Add MySQLMetaImpl::HasNonIndexFiles
|
2019-07-21 03:57:12 +00:00
|
|
|
- MS-257 - Update bzip2 download url
|
2019-07-27 06:28:27 +00:00
|
|
|
- MS-288 - Update compile scripts
|
2019-08-09 10:19:07 +00:00
|
|
|
- MS-330 - Stability test failed caused by server core dumped
|
2019-07-04 09:15:38 +00:00
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
## Improvement
|
2019-07-04 08:58:40 +00:00
|
|
|
- MS-156 - Add unittest for merge result functions
|
2019-07-04 09:15:38 +00:00
|
|
|
- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl
|
2019-07-11 08:32:30 +00:00
|
|
|
- MS-204 - Support multi db_path
|
2019-07-12 03:08:25 +00:00
|
|
|
- MS-206 - Support SQ8 index type
|
2019-07-12 04:19:32 +00:00
|
|
|
- MS-208 - Add buildinde interface for C++ SDK
|
2019-07-12 07:30:05 +00:00
|
|
|
- MS-212 - Support Inner product metric type
|
2019-07-17 04:50:37 +00:00
|
|
|
- MS-241 - Build Faiss with MKL if using Intel CPU; else build with OpenBlas
|
2019-07-17 09:37:42 +00:00
|
|
|
- MS-242 - Clean up cmake and change MAKE_BUILD_ARGS to be user defined variable
|
|
|
|
- MS-245 - Improve search result transfer performance
|
2019-07-18 09:21:04 +00:00
|
|
|
- MS-248 - Support AddVector/SearchVector profiling
|
2019-07-19 09:54:20 +00:00
|
|
|
- MS-256 - Add more cache config
|
2019-07-21 10:03:35 +00:00
|
|
|
- MS-260 - Refine log
|
2019-07-22 02:44:24 +00:00
|
|
|
- MS-249 - Check machine hardware during initialize
|
2019-07-22 02:45:13 +00:00
|
|
|
- MS-261 - Update faiss version to 1.5.3 and add BUILD_FAISS_WITH_MKL as an option
|
2019-07-26 02:54:49 +00:00
|
|
|
- MS-266 - Improve topk reduce time by using multi-threads
|
|
|
|
- MS-275 - Avoid sqlite logic error excetion
|
2019-07-24 12:36:35 +00:00
|
|
|
- MS-278 - add IndexStatsHelper
|
2019-08-06 10:11:51 +00:00
|
|
|
- MS-313 - add GRPC
|
2019-08-07 12:08:49 +00:00
|
|
|
- MS-325 - add grpc status return for C++ sdk and modify some format
|
2019-08-07 09:27:31 +00:00
|
|
|
- MS-278 - Add IndexStatsHelper
|
2019-08-06 09:31:43 +00:00
|
|
|
- MS-312 - Set openmp thread number by config
|
2019-08-07 09:27:31 +00:00
|
|
|
- MS-305 - Add CPU core percent metric
|
|
|
|
- MS-310 - Add milvus CPU utilization ratio and CPU/GPU temperature metrics
|
|
|
|
- MS-324 - Show error when there is not enough gpu memory to build index
|
2019-08-08 06:29:07 +00:00
|
|
|
- MS-328 - Check metric type on server start
|
2019-08-09 09:00:32 +00:00
|
|
|
- MS-332 - Set grpc and thrift server run concurrently
|
2019-07-04 09:15:38 +00:00
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
## New Feature
|
2019-07-08 03:14:28 +00:00
|
|
|
- MS-180 - Add new mem manager
|
2019-07-15 02:45:20 +00:00
|
|
|
- MS-195 - Add nlist and use_blas_threshold conf
|
2019-07-24 13:28:24 +00:00
|
|
|
- MS-137 - Integrate knowhere
|
2019-06-27 09:43:19 +00:00
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
## Task
|
|
|
|
|
|
|
|
- MS-125 - Create 0.3.1 release branch
|
2019-08-01 14:31:30 +00:00
|
|
|
- MS-306 - Optimize build efficiency
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
# Milvus 0.3.0 (2019-06-30)
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Bug
|
2019-06-23 10:38:55 +00:00
|
|
|
- MS-104 - Fix unittest lcov execution error
|
2019-06-21 08:57:25 +00:00
|
|
|
- MS-102 - Fix build script file condition error
|
2019-06-13 07:32:02 +00:00
|
|
|
- MS-80 - Fix server hang issue
|
2019-06-17 09:38:33 +00:00
|
|
|
- MS-89 - Fix compile failed, libgpufaiss.a link missing
|
2019-06-17 09:52:46 +00:00
|
|
|
- MS-90 - Fix arch match incorrect on ARM
|
2019-06-19 08:36:25 +00:00
|
|
|
- MS-99 - Fix compilation bug
|
2019-06-25 10:42:18 +00:00
|
|
|
- MS-110 - Avoid huge file size
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Improvement
|
2019-06-13 08:02:25 +00:00
|
|
|
- MS-82 - Update server startup welcome message
|
|
|
|
- MS-83 - Update vecwise to Milvus
|
2019-06-14 06:35:22 +00:00
|
|
|
- MS-77 - Performance issue of post-search action
|
2019-06-17 02:28:26 +00:00
|
|
|
- MS-22 - Enhancement for MemVector size control
|
2019-06-17 11:25:48 +00:00
|
|
|
- MS-92 - Unify behavior of debug and release build
|
2019-06-19 07:46:14 +00:00
|
|
|
- MS-98 - Install all unit test to installation directory
|
2019-06-26 03:51:47 +00:00
|
|
|
- MS-115 - Change is_startup of metric_config switch from true to on
|
2019-06-27 03:56:43 +00:00
|
|
|
- MS-122 - Archive criteria config
|
2019-06-27 07:51:25 +00:00
|
|
|
- MS-124 - HasTable interface
|
2019-06-27 10:03:52 +00:00
|
|
|
- MS-126 - Add more error code
|
2019-06-28 03:48:50 +00:00
|
|
|
- MS-128 - Change default db path
|
2019-06-27 03:56:43 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## New Feature
|
|
|
|
|
2019-06-05 04:14:53 +00:00
|
|
|
- MS-57 - Implement index load/search pipeline
|
2019-06-06 02:45:07 +00:00
|
|
|
- MS-56 - Add version information when server is started
|
2019-06-09 09:35:52 +00:00
|
|
|
- MS-64 - Different table can have different index type
|
|
|
|
- MS-52 - Return search score
|
2019-06-10 07:25:56 +00:00
|
|
|
- MS-66 - Support time range query
|
2019-06-11 03:47:17 +00:00
|
|
|
- MS-68 - Remove rocksdb from third-party
|
2019-06-11 02:39:03 +00:00
|
|
|
- MS-70 - cmake: remove redundant libs in src
|
2019-06-11 03:00:41 +00:00
|
|
|
- MS-71 - cmake: fix faiss dependency
|
2019-06-11 03:41:11 +00:00
|
|
|
- MS-72 - cmake: change prometheus source to git
|
2019-06-11 08:23:55 +00:00
|
|
|
- MS-73 - cmake: delete civetweb
|
2019-06-11 08:41:41 +00:00
|
|
|
- MS-65 - Implement GetTableRowCount interface
|
|
|
|
- MS-45 - Implement DeleteTable interface
|
2019-06-12 03:27:50 +00:00
|
|
|
- MS-75 - cmake: change faiss version to 1.5.2; add CUDA gencode
|
2019-06-13 05:20:06 +00:00
|
|
|
- MS-81 - fix faiss ptx issue; change cuda gencode
|
2019-06-14 02:21:10 +00:00
|
|
|
- MS-84 - cmake: add arrow, jemalloc and jsoncons third party; default build option OFF
|
2019-06-14 02:34:01 +00:00
|
|
|
- MS-85 - add NetIO metric
|
2019-06-19 02:53:46 +00:00
|
|
|
- MS-96 - add new query interface for specified files
|
2019-06-19 04:03:13 +00:00
|
|
|
- MS-97 - Add S3 SDK for MinIO Storage
|
2019-06-24 08:44:05 +00:00
|
|
|
- MS-105 - Add MySQL
|
2019-06-28 07:40:47 +00:00
|
|
|
- MS-130 - Add prometheus_test
|
2019-07-02 11:41:02 +00:00
|
|
|
- MS-144 - Add nprobe config
|
2019-07-03 03:18:34 +00:00
|
|
|
- MS-147 - Enable IVF
|
2019-06-05 04:14:53 +00:00
|
|
|
|
2019-06-28 07:40:47 +00:00
|
|
|
- MS-130 - Add prometheus_test
|
2019-06-02 05:50:09 +00:00
|
|
|
## Task
|
2019-06-12 03:05:33 +00:00
|
|
|
- MS-74 - Change README.md in cpp
|
2019-06-17 07:32:25 +00:00
|
|
|
- MS-88 - Add support for arm architecture
|
2019-06-02 05:50:09 +00:00
|
|
|
|
2019-06-14 09:29:29 +00:00
|
|
|
# Milvus 0.2.0 (2019-05-31)
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
|
|
- MS-32 - Fix thrift error
|
|
|
|
- MS-34 - Fix prometheus-cpp thirdparty
|
2019-06-10 10:38:34 +00:00
|
|
|
- MS-67 - Fix license check bug
|
2019-06-13 02:08:45 +00:00
|
|
|
- MS-76 - Fix pipeline crash bug
|
2019-06-20 03:54:47 +00:00
|
|
|
- MS-100 - cmake: fix AWS build issue
|
2019-06-20 08:18:06 +00:00
|
|
|
- MS-101 - change AWS build type to Release
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
## Improvement
|
|
|
|
|
|
|
|
- MS-20 - Clean Code Part 1
|
|
|
|
|
|
|
|
## New Feature
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-05-26 11:35:30 +00:00
|
|
|
- MS-5 - Implement Auto Archive Feature
|
2019-05-29 08:29:08 +00:00
|
|
|
- MS-6 - Implement SDK interface part 1
|
2019-06-02 05:50:09 +00:00
|
|
|
- MS-16 - Implement metrics without prometheus
|
2019-05-29 08:29:08 +00:00
|
|
|
- MS-21 - Implement SDK interface part 2
|
2019-05-29 08:14:15 +00:00
|
|
|
- MS-26 - cmake. Add thirdparty packages
|
2019-05-29 11:20:58 +00:00
|
|
|
- MS-31 - cmake: add prometheus
|
2019-05-30 02:18:34 +00:00
|
|
|
- MS-33 - cmake: add -j4 to make third party packages build faster
|
2019-05-31 09:37:16 +00:00
|
|
|
- MS-27 - support gpu config and disable license build config in cmake
|
2019-05-31 10:29:36 +00:00
|
|
|
- MS-47 - Add query vps metrics
|
2019-06-02 05:50:09 +00: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 06:10:02 +00:00
|
|
|
- MS-54 - cmake: Change Thrift third party URL to github.com
|
2019-06-10 11:16:06 +00:00
|
|
|
- MS-69 - prometheus: add all proposed metrics
|
2019-05-29 08:29:08 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Task
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-05-17 12:18:24 +00:00
|
|
|
- MS-1 - Add CHANGELOG.md
|
2019-05-26 11:35:30 +00:00
|
|
|
- MS-4 - Refactor the vecwise_engine code structure
|
2019-06-05 13:17:54 +00:00
|
|
|
- MS-62 - Search range to all if no date specified
|