Update shlinkio/shlink Docker tag to v5 #252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/252/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.6->5.0Release Notes
shlinkio/shlink (shlinkio/shlink)
v5.0Added
#2431 Add new date-based conditions for the dynamic rules redirections system, that allow to perform redirections based on an ISO-8601 date value.
before-date: matches when current date and time is earlier than the defined threshold.after-date: matches when current date and time is later than the defined threshold.#2513 Add support for redis connections via unix socket (e.g.
REDIS_SERVERS=unix:/path/to/redis.sock).Visits generated in the command line can now be formatted in CSV, via
--format=csv.Changed
#2522 Shlink no longer tries to detect trusted proxies automatically, when resolving the visitor's IP address, as this is a potential security issue.
Instead, if you have more than 1 proxy in front of Shlink, you should provide
TRUSTED_PROXIESenv var, with either a comma-separated list of the IP addresses of your proxies, or a number indicating how many proxies are there in front of Shlink.#2311 All visits-related commands now return more information, and columns are arranged slightly differently.
Among other things, they now always return the type of the visit, region, visited URL, redirected URL and whether the visit comes from a potential bot or not.
#2540 Update Symfony packages to 8.0.
#2512 Make all remaining console commands invokable.
Deprecated
Removed
REDIRECT_APPEND_EXTRA_PATHenv var. UseREDIRECT_EXTRA_PATH_MODE=appendinstead.api-key:disable, the first argument is now always assumed to be the name.--including-all-tagsand--show-api-key-nameoptions fromshort-url:listcommand. Use--tags-alland--show-api-keyinstead.--tagsoption in all commands using it. Use--tagmultiple times instead, one per tag.--order-by=field,diroptionshort-url:listcommand. Use--order-by=field-dirinstead.?database=3query instead.Fixed
#2564 Fix error when trying to persist non-utf-8 title without being able to determine its original charset for parsing.
Now, when resolving a website's charset, two improvements have been introduced:
Content-Typeheader does not define the charset, we fall back to<meta charset>or<meta http-equiv="Content-Type">.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.