Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/shlinkio/shlink ( 4.3.1 → 4.4.0 ) #1667

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink minor 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
  • Nothing
Removed
Fixed
  • Nothing

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from cubic3d as a code owner December 27, 2024 19:15
@cubic3d cubic3d merged commit 4ca78b4 into main Dec 28, 2024
2 checks passed
@cubic3d cubic3d deleted the renovate/ghcr.io-shlinkio-shlink-4.x branch December 28, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant