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-30 19:01:28 +0300
committerJohn Cai <jcai@gitlab.com>2019-09-30 19:01:28 +0300
commit2ccd180cdcda5dd41bd085f0a3ea65ad8c4240df (patch)
treed80c85e49b72488505f85e83f344da107455df9f /CHANGELOG.md
parentd984dc793e0af3bcbaffa32116fd6e462c414c4f (diff)
Version 1.66.0v1.66.01-66-stable
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 436ea3d4f..47f671dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Gitaly changelog
+## v1.66.0
+
+#### Changed
+- Include file count and bytes in CommitLanguage response
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1482
+
+#### Fixed
+- Leave stderr alone when passed into command
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1456
+- Fix cache invalidator for Create* RPCs and health checks
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1494
+- Set split index to false
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1521
+- Ensure temp dir exists when removing a repository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1509
+
+#### Other
+- Use safe command in HasLocalBranches
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1499
+- Explicitly designate primary and replica nodes in praefect config
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1483
+- Nested command for DSL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1498
+- Use SafeCmd in WriteRef
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1506
+- Move cache state files to +gitaly directory
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1515
+
+#### Security
+- ConfigPair option for DSL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1507
+
## v1.65.0
#### Fixed