From eb9aebc4e537084c037ac66333a07a628d2df7e2 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 28 Aug 2023 16:43:49 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 512742d7..b93db160 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 1.7.0 - 2023-08-28 + +- **BREAKING CHANGE** when `UMAP_XSENDFILE_HEADER` is set, uMap will now issue + an internal redirect to Nginx for `ajax-proxy` requests, so **Nginx configuration + needs to be updated**. See https://umap-project.readthedocs.io/en/master/ubuntu/#configure-ajax-proxy-cache + for details. + + + ## 1.6.1 - 2023-08-25 * fix: correct changelog link by @eMerzh in https://github.com/umap-project/umap/pull/1275