This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Releases: fair-data/fairdatapoint
Releases · fair-data/fairdatapoint
0.7.2
0.7.1
Added
- PUT method used to update metadata
Changed
- Replaced
flask-restplus
withconnexion
package for OpenAPI generation - Refactored code based on OpenAPI specification
- Removed ending '/' in endpoints, e.g. '/catalog/' was changed to '/catalog'.
- Removed Bottle and Paste dependecies
- Removed docker compose file for production run
0.7.0
Added
- POST and DELETE methods
- SHACL validator to validate different layers of metadata
- Support for SPARQL database, such as Virtuoso RDF Triple Store
- Docker compose file
- Running in production mode
Changed
- Improved GET and POST methods
- Updated support for common RDF serializations
- Removed loading metadata for the command tool
fdp-run
- Removed support for INI-based configuration files
- Updated docker file
- Improved unit testing
- Updated README
- Use Bottle and Paste for production run
FAIR Data Point version 0.5
v0.5 Clean & format code