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:
authorPaul Okstad <pokstad@gitlab.com>2019-06-05 08:57:45 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-06-05 08:57:45 +0300
commit9d626b5cbe3272dc100c674c4002fc41c2ab2b1f (patch)
treebcb85ded4df49e5102a5c1b215bfc6aced3f6453 /CHANGELOG.md
parent2b0afd9a6c3fac5dede991a993abf94a390c33aa (diff)
Version 1.46.0v1.46.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a027019..8d8748937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Gitaly changelog
+## v1.46.0
+
+#### Added
+- Add GetObjectDirectorySize RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1263
+
+#### Changed
+- Make catfile cache size configurable
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1271
+
+#### Fixed
+- Wait for all the socket to terminate during a graceful restart
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1190
+
+#### Performance
+- Enable bitmap hash cache
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1282
+
## v1.45.0
#### Performance