Skip to content

Releases: line/centraldogma

centraldogma-0.61.0

11 Apr 07:34
bf65084

Choose a tag to compare

⭐️ New features

  • The original commit message is preserved when performing Remote-to-Local Git mirroring. #818 #710
  • The default branch is automatically detected when performing Git mirroring #826
  • You can now configure CORS for the Central Dogma server using the configuration file. #811 #754
  • You can now use the access_token credential to use Github access tokens for mirroring. #813 #739

🛠️ Bug fixes

  • Central Dogma server now doesn't use local host ssh settings when performing mirroring. #816

📈 Improvements

  • The depth of commits is limited when cloning a remote Git repository for mirroring #808 #801
    • Note that the centraldogma-server-jgit6 dependency must be added in runtime to use this feature

☢️ Breaking changes

  • Spring Boot 1 integration is no longer supported. #833
  • The artifact name for Spring Boot 2 integration has been changed #833
    • centraldogma-client-spring-boot-autoconfigure -> centraldogma-client-spring-boot2-autoconfigure
    • centraldogma-client-spring-boot-starter -> centraldogma-client-spring-boot2-starter
  • Docker images are now published to ghcr.io instead of hub.docker.com #823 #828

⛓ Dependencies

  • Micrometer 1.10.3 → 1.10.5
  • Spring Boot 2 2.7.8 → 2.7.10
  • Armeria 1.22.1 → 1.23.1
  • Hibernate Validator 6.2.3.Final → 6.2.5.Final
  • centraldogma-go 0.0.1 → centraldogma-go 0.1.0

Thank you

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

centraldogma-0.60.1

14 Feb 09:10
24756bc

Choose a tag to compare

⭐️ New features

⛓ Dependencies

  • Armeria 1.22.0 → 1.22.1

Thank you

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

centraldogma-0.60.0

09 Feb 08:28
def2270

Choose a tag to compare

📈 Improvements

  • Central Dogma server now logs the authenticated user by default #790

🛠️ Bug fixes

  • Mirroring from Central Dogma to a remote Git server is more durable to failure. #792

⛓ Dependencies

  • Micrometer 1.10.2 → 1.10.3
  • Spring Boot 2 2.7.4 → 2.7.8
  • Armeria 1.21.0 → 1.22.0
  • Jackson 2.14.1 → 2.14.2
  • Hibernate Validator 6.2.3.Final → 6.2.5.Final

Thank you

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

centraldogma-0.59.0

28 Dec 07:31
a936ed1

Choose a tag to compare

Improvements

  • You can now add a custom MeterRegistry to a Central Dogma server using Armeria's Flags.defaultMeterRegistry() or CentralDogmaBuilder.meterRegistry().

Dependencies

  • Armeria 1.20.3 → 1.21.1
  • Jackson 2.13.4 → 2.14.1
  • Micrometer 1.9.4 → 1.10.2

centraldogma-0.58.1

18 Nov 05:04
1381272

Choose a tag to compare

Bug fixes

  • Fix a regression that CLI binaries are copied to the wrong path. #748

Dependencies

  • Armeria 1.20.2 -> 1.20.3

centraldogma-0.58.0

18 Nov 04:40
c46576f

Choose a tag to compare

⭐️ 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:

centraldogma-0.57.3

11 Oct 15:28
2f1248b

Choose a tag to compare

⛓ Dependencies

  • Armeria 1.20.0 -> 1.20.1

Thank you

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

centraldogma-0.57.2

07 Oct 06:34
275cd13

Choose a tag to compare

⛓ Dependencies

  • Armeria 1.19.0 -> 1.20.0
  • Javassist 3.29.1-GA -> 3.29.2-GA
  • Micrometer 1.9.3 -> 1.9.4
  • Spring Boot 2.7.3 -> 2.7.4

Thank you

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

centraldogma-0.57.1

13 Sep 09:13
3b6e20b

Choose a tag to compare

⛓ Dependencies

  • Armeria 1.18.0 -> 1.19.0
  • Jackson 2.13.3 -> 2.13.4
  • javassist 3.29.0 -> 3.29.1
  • Micrometer 1.9.2 -> 1.9.3
  • Spring Boot 2.7.2 -> 2.7.3

Thank you

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

centraldogma-0.57.0

08 Aug 06:54
24cbfd3

Choose a tag to compare

⛓ Dependencies

  • Armeria 1.17.2 -> 1.18.0
  • Micrometer 1.9.1 -> 1.9.2
  • Spring Boot 2.7.1 -> 2.7.2

Thank you

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