Skip to content

centraldogma-0.33.0

Choose a tag to compare

@trustin trustin released this 28 Nov 07:54
f65c09d

New features

Bug fixes

  • Server
    • Added the path to Central Dogma bin directory to PATH environment variable in the docker image. #307
    • Fixed a bug where replica serverId autodetection fails when more than one NIC have the same IP address. #316

Breaking changes

  • From this release on, we distribute shaded JARs only. If you were using shaded JARs, you have to remove the -shaded suffix from all Central Dogma artifact IDs. You should not see any differences besides that because all Central Dogma artifacts are now distributed as shaded JARs by default.
  • Since we removed unnecessary dependencies from centraldogma-bom, your build might fail to resolve some of your dependencies if you relied on centraldogma-bom for the version numbers of non-Central Dogma dependencies.
  • Server

Dependencies

  • Armeria 0.75.0 -> 0.76.2
  • JSch 0.1.54 -> 0.1.55
  • JCommander is not an optional dependency. #306 #317