2019-05-17 12:16:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Please mark all change in change log and use the ticket from JIRA.
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
# MegaSearch 0.3.0 (TBD)
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Bug
|
2019-05-17 12:16:04 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Improvement
|
2019-05-17 12:16:04 +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-05 04:14:53 +00:00
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
## Task
|
|
|
|
|
|
|
|
# MegaSearch 0.2.0 (2019-05-31)
|
|
|
|
|
|
|
|
## 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-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
|