Skip to content

centraldogma-0.38.0

Choose a tag to compare

@trustin trustin released this 03 Apr 06:34
04334f5

New features

  • Server
    • HTTP API responses that contain an entry now include revision property. #310 #378
    • You can specify fsync.warningthresholdms ZooKeeper property to the additionalProperties section when using ZOOKEEPER replication mode. #366 #377

Performance

  • Server
    • The initial comparison of two Git trees, which is performed on wathFile() and watchRepository() operation, is now faster thanks to the various optimizations such as caching. #371 #372 #374 #375
    • A client request which has timed out already will be cancelled so that the server recovers faster from thundering herds. #373

Bug fixes

  • Server
    • Authentication failure response is now a proper JSON. #367
    • data/last_revision file is now updated on every change, reducing the chance of data integrity issues. #369

Dependencies

  • Armeria 0.82.0 -> 0.83.0