Changed
-
#1866 The
INITIAL_API_KEY
env var is now only relevant for the official docker image.Going forward, new non-docker Shlink installations provisioned with env vars that also wish to provide an initial API key, should do it by using the
vendor/bin/shlink-installer init --initial-api-key=%SOME_KEY%
command, instead of usingINITIAL_API_KEY
.
Added
- Nothing
Removed
- Nothing
Fixed
- #1819 Fix incorrect timeout when running DB commands during Shlink start-up.
- #1870 Make sure shared locks include the cache prefix when using Redis.
- #1866 Fix error when starting docker image with
INITIAL_API_KEY
env var.
Deprecated
- Nothing