You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
This changelog was started for release 4.2.0.
9
9
10
+
## [4.3.0] - 2021-06-10
11
+
12
+
### Added
13
+
14
+
- Added 'Date' entity type, with associated Date picker in UI
15
+
- Added API-key authentication for most endpoints. The api key should be passed with the header "X-API-KEY".
16
+
- Added CLI (using token-auth) (https://github.com/askomics/askoclics). Still a WIP, with the python package 'askoclics'.
17
+
- "Not" filter for categories
18
+
- URI management in first column (and link column). Manage both full URI and CURIE. Check #223 for details.
19
+
- 'Forms' : Minimal templates (users only access a basic form for modifying parameters, and not the graph) Restricted to admins. Form creators can customized entities and attributes display names to improve usability.
20
+
21
+
### Changed
22
+
23
+
- Faldo entity "Strand" now default to "faldo:BothStrandPosition" when the value is empty. The label will be "unknown/both" for CSV. For GFF and BED, "." will be "faldo:BothStrandPosition" instead of being ignored.
24
+
- If one of the column name of a CSV file is empty, raise an Exception.
25
+
- Now return the created result id (instead of celery task id) in the sparql query endpoint
26
+
- Now return the created file id (instead of celery task id) in the create file endpoint
27
+
- Fixed Flask version to < 2.0.0 due to compatibility issues
28
+
29
+
30
+
### Fixed
31
+
32
+
- Fixed the console restriction to admin/users (was not fully functional)
33
+
- Fixed an issue with spaces (and other characters) in URIs
34
+
- Fixed an issue with "Optional" button when using categories (and faldo entities) (either wrong values or nothing showing up) (Cf Changed category)
35
+
- Fixed table ordering in results for numerical values (they were managed as strings)
36
+
- Fixed UNION and MINUS blocks
37
+
- Fixed an issue with Faldo "same strand" (clicking on the link between Faldo nodes)
38
+
- Fixed Node/Link filter issue when using values with caps.
39
+
40
+
### Security
41
+
42
+
- Bump hosted-git-info from 2.8.8 to 2.8.9
43
+
44
+
## [4.2.2] - 2021-06-09
45
+
46
+
### Fixed
47
+
48
+
- Fixed startup issue: race condition on config file creation
0 commit comments