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

0.7.1

Compare
Choose a tag to compare
@CunliangGeng CunliangGeng released this 30 Sep 12:29
· 24 commits to master since this release
954711d

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