Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-09-18 19:15:34 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-09-18 19:15:34 +0300
commitaacedbaac8013e341be496cbb5f250fb61094313 (patch)
treeab12b36fc7d206902c6b359de3d4ae4e1fdb5dba /CHANGELOG.md
parent8769df7966f60ae48ac83050b9db5487626c52bf (diff)
Version 1.65.0v1.65.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd963268..436ea3d4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Gitaly changelog
+## v1.65.0
+
+#### Fixed
+- Replicator fixes from demo
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1487
+- Prevent nil panics in housekeeping.Perform
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1492
+- Upgrade Rouge to v3.11.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1493
+
+#### Other
+- Git Command DSL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1476
+- Measure replication latency
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1481
+
## v1.64.0
#### Added