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:
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 8d8748937..25e704736 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Gitaly changelog
+## v1.47.0
+
+#### Changed
+- Remove member bitmaps when linking to objectpool
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1311
+- Un-dangle dangling objects in object pools
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1297
+
+#### Fixed
+- Log node registration failures
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+- Fix Prometheus metric naming errors
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1292
+- Cast FsStat syscall to int64
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1306
+
+#### Other
+- Upgrade protobuf, prometheus and logrus
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1290
+- Replace govendor with 'go mod'
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1286
+
+#### Removed
+- Remove ruby code to create a repository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1302
+
## v1.46.0
#### Added