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:
authorJohn Cai <jcai@gitlab.com>2019-09-03 21:51:35 +0300
committerJohn Cai <jcai@gitlab.com>2019-09-03 21:51:35 +0300
commit639ad1a3ab4ae8847f8807c5274f3247300ad728 (patch)
tree33e9e382047e3adbb14f78e4d9b4bf08648f11e7 /CHANGELOG.md
parent2ad35322b3555e426e0477e688bad44543a8a30b (diff)
Version 1.62.0v1.62.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20910aead..14af59278 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Gitaly changelog
+## v1.62.0
+
+#### Added
+- Praefect Realtime replication
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1423
+
+#### Fixed
+- GetAllLFSPointers: use binmode in inline Ruby script
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1454
+- Fix catfile metrics counting bug
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1462
+- main: start ruby server after opening network listeners
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1455
+
+#### Other
+- Create parent directory in RenameNamespace
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1452
+- Update Ruby gitlab-labkit to 0.5.2
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1453
+- Update logging statements to leverage structured logging better
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
+#### Performance
+- Modify GetBlobs RPC to return type
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1445
+
## v1.61.0
#### Security