CHANGELOG.md 1.2 KB
Newer Older
J
jinhai 已提交
1 2 3 4
# Changelog

Please mark all change in change log and use the ticket from JIRA.

J
jinhai 已提交
5
# MegaSearch 0.3.0 (TBD)
J
jinhai 已提交
6

J
jinhai 已提交
7
## Bug
J
jinhai 已提交
8

J
jinhai 已提交
9
## Improvement
J
jinhai 已提交
10

J
jinhai 已提交
11 12
## New Feature

G
groot 已提交
13
- MS-57 - Implement index load/search pipeline
14
- MS-56 - Add version information when server is started
G
groot 已提交
15 16
- MS-64 - Different table can have different index type
- MS-52 - Return search score
G
groot 已提交
17

J
jinhai 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31
## Task

# MegaSearch 0.2.0 (2019-05-31)

## Bug

- MS-32 - Fix thrift error
- MS-34 - Fix prometheus-cpp thirdparty

## Improvement

- MS-20 - Clean Code Part 1

## New Feature
J
jinhai 已提交
32

X
Xu Peng 已提交
33
- MS-5 - Implement Auto Archive Feature
G
groot 已提交
34
- MS-6 - Implement SDK interface part 1
J
jinhai 已提交
35
- MS-16 - Implement metrics without prometheus
G
groot 已提交
36
- MS-21 - Implement SDK interface part 2
Z
zhiru 已提交
37
- MS-26 - cmake. Add thirdparty packages
Z
zhiru 已提交
38
- MS-31 - cmake: add prometheus
Z
zhiru 已提交
39
- MS-33 - cmake: add -j4 to make third party packages build faster
X
xj.lin 已提交
40
- MS-27 - support gpu config and disable license build config in cmake
Y
yu yunfeng 已提交
41
- MS-47 - Add query vps metrics
J
jinhai 已提交
42 43
- MS-37 - Add query, cache usage, disk write speed and file data size metrics
- MS-30 - Use faiss v1.5.2
44
- MS-54 - cmake: Change Thrift third party URL to github.com
G
groot 已提交
45

J
jinhai 已提交
46
## Task
J
jinhai 已提交
47

48
- MS-1 - Add CHANGELOG.md
X
Xu Peng 已提交
49
- MS-4 - Refactor the vecwise_engine code structure
X
Xu Peng 已提交
50
- MS-62 - Search range to all if no date specified