Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2022-02-01 15:48:07 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-02-01 15:48:07 +0300
commit10d13d433e4508305f4ec86aaf7d4a8e2f9d0824 (patch)
tree6a1b9fb6138964bdbe77ce2550867e2bb4ff75ee
parentd3eb67a815c8b2c1b3229130cf1300ffd233f195 (diff)
docs: add changelog for version 1.53.0
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b8a9b2d..56dabab5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.53.0 (2022-02-01)
+
+### Fixed (2 changes)
+
+- [fix: Fix 500 errors when clients disconnect](gitlab-org/gitlab-pages@1b50e38f3959c784f44c280720ed3249802d2622) ([merge request](gitlab-org/gitlab-pages!681))
+- [fix: fix metrics and logs not including domain resolution time](gitlab-org/gitlab-pages@adc0b9233fa4a0b2b449e27336d9ae39c75819ba) ([merge request](gitlab-org/gitlab-pages!674))
+
+### Changed (1 change)
+
+- [refactor: stop passing file descriptors around and use net.Listen](gitlab-org/gitlab-pages@052a7fb36f4605634385f54c833db21a9edc6d67) by @feistel ([merge request](gitlab-org/gitlab-pages!667))
+
## 1.52.0 (2022-01-31)
### Added (1 change)