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:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-01 13:11:07 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-01 13:11:07 +0300
commit4fbf3a1a199796c79c17cc362c5c37c0965dafee (patch)
treef53662eb4d64ee65d6fe6716bfb0fa8c0d88ccd8 /CHANGELOG.md
parent1ab045ca8712df495fd7bafb544893ed04ea44a7 (diff)
Version 1.56.0v1.56.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afb8297b3..2f7442e07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,35 @@
# Gitaly changelog
+## v1.56.0
+
+#### Added
+- Add capability to replace certain frames in a stream
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1382
+- Gitaly proto method request factories
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1375
+
+#### Fixed
+- Unable to extract target repo when nested in oneOf field
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1377
+- Update Rugged to 0.28.2
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1384
+
+#### Other
+- Remove rescue of Gitlab::Git::CommitError at UserMergeToRef RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1372
+- Handle failover by catching SIGUSR1 signal
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1346
+- Update rouge to v3.7.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1387
+- Update msgpack to 1.3.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1381
+- Upgrade Ruby gitaly-proto to 1.37.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1374
+
+#### Performance
+- Unary gRPC interceptor for cache invalidation
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1371
+
## 1.55.0
### Fixed (1 change)