feat(container): update image ghcr.io/shlinkio/shlink ( 4.3.1 → 4.4.0 ) #1667
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.3.1
->4.4.0
Release Notes
shlinkio/shlink (ghcr.io/shlinkio/shlink)
v4.4.0
Compare Source
Added
#2265 Add a new
REDIRECT_EXTRA_PATH_MODE
option that accepts three values:default
: Short URLs only match if the path matches their short code or custom slug.append
: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is appended to the long URL before redirecting.ignore
: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is ignored.This option effectively replaces the old
REDIRECT_APPEND_EXTRA_PATH
option, which is now deprecated and will be removed in Shlink 5.0.0#2156 Be less restrictive on what characters are disallowed in custom slugs.
All URI-reserved characters were disallowed up until now, but from now on, only the gen-delimiters are.
#2229 Add
logo=disabled
query param to dynamically disable the default logo on QR codes.#2206 Add new
DB_USE_ENCRYPTION
config option to enable SSL database connections trusting any server certificate.#2209 Redirect rules are now imported when importing short URLs from a Shlink >=4.0 instance.
Changed
#2281 Update docker image to PHP 8.4
#2124 Improve how Shlink decides if a GeoLite db file needs to be downloaded, and reduces the chances for API limits to be reached.
Now Shlink tracks all download attempts, and knows which of them failed and succeeded. This lets it know when was the last error or success, how many consecutive errors have happened, etc.
It also tracks now the reason for a download to be attempted, and the error that happened when one fails.
Deprecated
Removed
Fixed
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 was generated by Mend Renovate. View the repository job log.