Skip to content

centraldogma-0.24.0

Choose a tag to compare

@trustin trustin released this 25 Apr 10:38
c56cbdb

New features

  • Added maxCommits query parameter to GET /api/v1/projects/{projectName}/repos/{repoName}/commits/{revision} API which is useful when you want to limit the number of commits to fetch. #202

Bug fixes

  • Non-administrators were able to access the metadata.json file which contains potentially confidential information. #199
  • A project owner was able to remove the meta repository, making the REST API and web UI stop to function. #203
  • Fixed an unexpected '500 Internal Server Error' when shutting down a server. #204

Dependencies

  • Armeria 0.62.0 -> 0.63.1
  • Spring Boot 1.5.10 -> 1.5.12