Skip to content

centraldogma-0.58.0

Choose a tag to compare

@minwoox minwoox released this 18 Nov 04:40
c46576f

⭐️ New features

  • You can now enable mirroring from Central Dogma to a remote Git server. #717
    [
      {
        "type": "single",
        "direction": "LOCAL_TO_REMOTE", // 👈👈👈
        "enabled": true,
        "localPath": "/",
        "localRepo": "foo",
        "remoteUri": "...",
        "schedule": "0 * * * * ?"
      }
    ]
    

📈 Improvements

  • You can now collect metrics for mirroring. #735
  • The timeout for fetching a Git repository in mirroring is increased from 10 to 60 seconds to reduce the failure when the Git server is overwhelmed. #733

🛠️ Bug fixes

  • You will no longer see ShuttingDownException warning messages from Central Dogma client when the server shuts down. #737
  • The broken UI is now correctly rendered. #734

⛓ Dependencies

  • Armeria 1.20.1 -> 1.20.2

Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests: