Skip to content

Commit

Permalink
Merge pull request #176 from mboudet/dev
Browse files Browse the repository at this point in the history
Update 4.2.0 and changelog
  • Loading branch information
mboudet committed Mar 15, 2021
2 parents 5212440 + 9a08392 commit fe2f0b0
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,41 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

This changelog was started for release 4.2.0.

## [4.2.0] - 2021-03-15

### Added

- Added File view in admin interface. Administrators can delete the files.
- Added Dataset view in admin interface. Administrators can delete the datasets, and make them public/private.
- Added Public queries view in admin interface. Administrators can make them private.
- Added /data/<uri> route, which list parameters (predicates and objects) for a specific URI. Results are filtered based on the user's visibility.
- Added CLI script for changing Askomics namespace if some files have already been integrated.
- Added documentation related to the previous CLI script.
- Added `enable_sparql_console` related to the console change (in *changed*)

### Changed

- Restricted SPARQL query api endpoint to administrators. It can be re-enabled for logged user with the `enable_sparql_console` configuration value. WARNING: Check (#169) .
- Set the SPARQL console read-only for non-administrators. It can be re-enabled for logged user with the `enable_sparql_console` configuration value. WARNING: Check (#169)

### Fixed

- Fixed encoding issue (#160)
- Fixed filename issue (#155)
- Fixed retrocompatibility issue (#148)

### Security

- Bumped ini from 1.3.5 to 1.3.7
- Bumped axios from 0.20.0 to 0.21.1
- Bumped prismjs from 1.21.0 to 1.23.0
- Bumped elliptic from 6.5.3 to 6.5.4
- Bumped react-addons-update from 15.6.2 to 15.6.3
- Bumped react-force-graph from 1.36.10 to 1.39.2
- Bumped react-syntax-highlighter from 13.5.3 to 15.4.3
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"ontology"
],
"name": "AskOmics",
"version": "4.1.1",
"version": "4.2.0",
"description": "Visual SPARQL query builder",
"author": "Xavier Garnier",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='askomics',
version='4.1.1',
version='4.2.0',
description='''
AskOmics is a visual SPARQL query interface supporting both intuitive
data integration and querying while shielding the user from most of the
Expand Down

0 comments on commit fe2f0b0

Please sign in to comment.