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-06-28 23:50:13 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-28 23:50:13 +0300
commit8817418fbac65e4945bba32de83f5896530b6408 (patch)
treef8350f6aeddd7b8a25ae3f563cc287f7a6eb3fec /CHANGELOG.md
parent9202830ff6aacdf5b0c98c1c4e7603d0ce1cdbdb (diff)
Version 1.50.0v1.50.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a15d3b6c5..a884d2cc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
# Gitaly changelog
+## v1.50.0
+
+#### Added
+- Use datastore to store the primary node
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1335
+
+#### Fixed
+- Fix default lookup of global custom hooks
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1336
+
+#### Other
+- Add filesystem metadata file on startup
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1289
+- Pass down gitlab-shell log config through env vars
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1293
+- Remove duplication of receive-pack config
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1332
+- Update Prometheus client library
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1329
+
+#### Performance
+- Hide object pools .have refs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1323
+
## v1.49.0
#### Fixed