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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-05-29 14:08:52 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-05-29 14:08:52 +0300
commite45dc82588c9cbfa8fda6edf5e4972edeec0a6c6 (patch)
treeedd92b02ce97b63bd34fd048d5622d6fd4dc408c /CHANGELOG.md
parent722f2602dbab9c4f5b0c1095146f2d8d3286d68a (diff)
Version 1.43.0v1.43.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 537b9e30d..9798409db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,52 @@
# Gitaly changelog
+## v1.43.0
+
+#### Added
+- Stop symlinking hooks on repository creation
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1052
+- Replication logic
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1219
+- gRPC proxy stream peeking capability
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1260
+- Introduce ps package
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1258
+
+#### Changed
+- Remove delta island feature flags
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1267
+
+#### Fixed
+- Fix class name of Labkit tracing inteceptor
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1269
+- Fix replication job state changing
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1236
+- Remove path field in ListLastCommitsForTree response
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1240
+- Check if PID belongs to Gitaly before adopting an existing process
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1249
+
+#### Other
+- Absorb grpc-proxy into Gitaly
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1248
+- Add git2go dependency
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1061
+ Contributed by maxmati
+- Upgrade Rubocop to 0.69.0 with other dependencies
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1250
+- LabKit integration with Gitaly-Ruby
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1083
+
+#### Performance
+- Fix catfile N+1 in ListLastCommitsForTree
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1253
+- Use --perl-regexp for code search
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1241
+- Upgrade to Ruby 2.6
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1228
+- Port repository creation to Golang
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1245
+
## v1.42.0
#### Other