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>2020-10-15 12:03:25 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-10-15 12:03:25 +0300
commit4322820747a4e5bb3f99399633d0bc6037201277 (patch)
tree8a2dc4e2a08c743606875455590cda87300d0dec /CHANGELOG
parente728fe3617fb977739a9a7fbf0b165cbd0a09f07 (diff)
Release 1.28.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dbeb8694..f39ebae9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+v 1.28.0
+
+- Implement basic redirects via _redirects text file !367
+- Add support for pre-compressed brotly files !359
+- Add serving type to log !369
+- Improve performance of ZIP serving !364
+- Fix support for archives without directory structure !373
+
v 1.27.0
- Add more metrics for zip serving !363 !338