Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: fair-data/fairdatapoint

0.7.2

01 Feb 16:05
Compare
Choose a tag to compare

Changed

  • Changed the url of Swagger UI from /ui to the base url /

0.7.1

30 Sep 12:29
954711d
Compare
Choose a tag to compare

Added

  • PUT method used to update metadata

Changed

  • Replaced flask-restplus with connexion 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

15 Jun 07:30
Compare
Choose a tag to compare

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

05 Dec 01:39
Compare
Choose a tag to compare
v0.5

Clean & format code