Releases: line/centraldogma
Releases · line/centraldogma
centraldogma-0.59.0
Improvements
- You can now add a custom
MeterRegistry
to a Central Dogma server using Armeria'sFlags.defaultMeterRegistry()
orCentralDogmaBuilder.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
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
⭐️ 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
centraldogma-0.57.2
centraldogma-0.57.1
⛓ 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
centraldogma-0.56.2
Bug fixes
- Child
Watcher
s now useequals()
method when comparing new values. #701
Dependencies
- Armeria 1.17.1 -> 1.17.2
centraldogma-0.56.1
centraldogma-0.56.0
⭐️ New features
- You can now configure the initialization timeout for a
CentralDogma
client when using Spring integration modules. #691 #692centraldogma: 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: