You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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