forked from biothings/biothings.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
78 lines (61 loc) · 2.42 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
v0.9.1
Revise str -> list parsing for backward compatibility.
v0.9.0
Add features to request argument parsing module.
Support YAML content-type parsing in request body.
Support batch query concurrency control.
Improve a few elasticsearch error responses.
Revise query builder customization hook.
v0.8.5 (2021/1/7)
Improve es sniff stability under high load.
v0.8.4 (2020/12/8)
Expose a utility function for convenience.
v0.8.3 (2020/12/8)
Separate data testing utility from app test.
v0.8.2 (2020/11/17)
Allow multiple hits in annotation endpoint.
Refine multi-type JSON argument processing.
v0.8.1 (2020/07/14)
Improve field type mismatch query behavior.
Improve requried argument parsing restraint logic.
Improve metadata generation stability.
v0.8.0 (2020/06/24)
Add active data metadata generation utility.
Add metadata routing directly after app prefix.
Restructure web settings module.
v0.7.3 (2020/06/05)
Support aggregation on date type fields.
Support additional json content type headers.
v0.7.2 (2020/05/20)
Add API root path trailing slash redirection.
v0.7.1 (2020/05/19)
Improve metadata host info display under dev mode.
v0.7.0 (2020/05/19)
Support application/json input.
Support elasticsearch 7.x in addition to 6.x.
Support load balancing to database.
Support multiple web configs.
Add web parameter options module.
Restructure web module.
v0.6.0 (2020/04/25):
Add functionalities to create and publish data release (full & incremental)
v0.5.0 (2019/12/02):
Support adding license url from datasource metadata.
Improve concurrent performance with async elasticsearch transport client.
v0.4.0 (2019/08/07):
Improve a few test cases and test utility organization.
v0.3.0 (2019/05/01):
Support Elasticsearch 6.x as the backend, Elasticsearch 2.x is no longer supported.
Require Python>=3.4.
Removed httplib2 dependencies.
Changed "msgpack=1" query parameter to "format=msgpack".
Support "format=yaml" return format.
Support "format=html" return format (useful for demo purpose).
Support always_list and allow_null query parameters.
Support optional "q=__any__" to return random docs.
Redesigned test helper.
Other accumulated improvements at https://github.com/biothings/biothings.api/commits/v0.3.0
v0.2.x
Not been released to PyPI.
v0.1.0 (2017/07/22):
initial release