Skip to content

Releases: line/centraldogma

centraldogma-0.59.0

28 Dec 07:31
a936ed1
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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:

centraldogma-0.56.2

02 Aug 10:56
9b07656
Compare
Choose a tag to compare

Bug fixes

  • Child Watchers now use equals() method when comparing new values. #701

Dependencies

  • Armeria 1.17.1 -> 1.17.2

centraldogma-0.56.1

11 Jul 07:23
a6b3c20
Compare
Choose a tag to compare

⛓ Dependencies

  • Armeria 1.17.0 -> 1.17.1

Thank you

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

centraldogma-0.56.0

06 Jul 08:44
Compare
Choose a tag to compare

⭐️ New features

  • You can now configure the initialization timeout for a CentralDogma
    client when using Spring integration modules. #691 #692
    centraldogma:
      hosts:
         - ...
      initialization-timeout-millis: 15000

⛓ Dependencies

  • Armeria 1.16.0 -> 1.17.0
  • Jackson 2.13.2.1 -> 2.13.3
  • Javassist 3.28.0-GA -> 3.29.0-GA
  • Micrometer 1.8.5 -> 1.9.1
  • Spring Boot 2.6.6 -> 2.7.1

Thank you

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