Skip to content

4.4.0

Compare
Choose a tag to compare
@slisson slisson released this 25 Jan 12:24
· 1982 commits to main since this release
b1fb03f

4.4.0 (2024-01-25)

Bug Fixes

  • model-api: handle exceptions while getting concepts in tryResolve (3673e14)
  • model-client: implement tests for the deleteRepository method of ModelClientV2 (da30f52)
  • model-client: properly handle empty lists (78e47eb)
  • model-client: remove unnecessary comment (c212413)
  • model-client: simplify delete non-existing repository test (2aa2a28)
  • model-server: move the repository existence check and delete into a transaction (dc41ece)
  • model-server: return HTTP 204 if repo was deleted and 404 if repo was not found (81d8615)
  • modelql: use concept reference instead of concept (2702fe2)

Features

  • model-server: Introduce delete repository endpoint (1033e0f)