From 199d976e3d050478d656cc9bfeb91f77920e7e41 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 15 Jan 2022 16:55:57 +0100 Subject: [PATCH] Updated changelog and upgrading doc --- CHANGELOG.md | 1 + UPGRADE.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f225b5..0a33bd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#1283](https://github.com/shlinkio/shlink/issues/1283) Changed behavior of `DELETE_SHORT_URL_THRESHOLD` env var, disabling the feature if a value was not provided. * [#1300](https://github.com/shlinkio/shlink/issues/1300) Changed default ordering for short URLs list, returning always from newest to oldest. * [#1299](https://github.com/shlinkio/shlink/issues/1299) Updated to the latest base docker images, based in PHP 8.1.1, and bumped openswoole to v4.9.1. +* [#1282](https://github.com/shlinkio/shlink/issues/1282) Env vars now have precedence over installer options. ### Deprecated * [#1315](https://github.com/shlinkio/shlink/issues/1315) Deprecated `GET /tags?withStats=true` endpoint. Use `GET /tags/stats` instead. diff --git a/UPGRADE.md b/UPGRADE.md index 53ff49f3..7988276d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -38,6 +38,7 @@ * `VALIDATE_URLS`: There's no replacement. URLs are not validated, unless explicitly requested during creation or edition. * The next env vars behavior has changed: * `DELETE_SHORT_URL_THRESHOLD`: Now, if this env var is not provided, the "visits threshold" won't be checked at all when deleting short URLs. Make sure you explicitly provide a value if you want to enable this feature. +* Environment variables now have precedence over configuration set via the installer tool. ### Other changes