Skip to content

centraldogma-0.32.0

Choose a tag to compare

@minwoox minwoox released this 09 Nov 09:01
e520ce1

New features

  • Embedded ZooKeeper for replicated setup so that an administrator does not have to set up a ZooKeeper cluster just for Central Dogma anymore. #278
  • Replicating is now possible even when in read-only mode #285
  • A user is able to add custom profiles on top of the official centraldogma-profiles.json profiles. #296

Bug fix

  • Fixed frontend-side route conflicts so that a user can create and access whose name is new, files, projects, etc from the web UI. #272

Improvement

  • Go client has a standard Go layout now. #284

Breaking changes

  • replicaId is not auto-generated. #278
  • Changed the type of replicaId from String to int. This is for using the replicaId as serverId in ZooKeeper. #278
  • Go client has a new import path: go.linecorp.com/centraldogma
  • Go client now has its own repository: https://github.com/line/centraldogma-go #284

Dependencies

  • Armeria 0.69.0 -> 0.75.0
  • jGit 5.0.2 -> 5.1.1
  • Go 1.11.1 -> 1.11.2
  • Spring Boot 1.5.14 -> 1.5.16