Skip to content

AIoD Metadata Catalogue in production

Compare
Choose a tag to compare
@josvandervelde josvandervelde released this 29 Nov 11:12

Changelog

The format is loosely based on Keep a Changelog,
and this project adheres to Semantic Versioning, except that the date of the release is used as patch version.

Added

  • ElasticSearch + API search endpoints (#182, #207)
  • Soft deletion (delete it after some time, so that logstash can synchronize for elasticsearch) (#166, #180, #184)
  • Example scripts: how to authenticate / upload data (#159)
  • Endpoints to get content (the actual data) (#175)
  • Endpoint to get detailed count for all resources, or for single resource (#197)

Fixed

  • Bugfixes for dataset connectors (#186, #191, #204)
  • Bugfix for DCAT-AP conversion of datasets (#209)
  • Making docker-compose work out-of the box on every machine (longer timeouts: #193, making sure all directories exist with correct permissions: #195, #196)

Changed

  • Metadata changes: made contentUrl optional for MLModel distributions (#211)
  • Improved the README (#174)
  • Improved Swagger documentation (#208, #205, #210)
  • Code cleanup (better "injection" of DbSession: #199, new SqlModel version with quite some changes: #200)