You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Authentication configuration format has been changed completely. #279#313