Shlink logo

Shlink

The definitive self-hosted URL shortener

Alternative to: bitly, tinyurl, rebrandly

Shlink screenshot

About Versions (100)

v5.1.0

2026-06-11

Changed

  • #2487 Create a new long_url_hash column, which is an indexed binary sha256 hash of the long URL. Use it when checking if a URL exists for a particular long URL, improving performance thanks to the index.
  • #2555 Update docker image to PHP 8.5.
  • #2590 Migrate to cuyz/valinor for request input mapping, filtering and validation.

Added

  • #2585 Add new browser condition for dynamic redirects system.

    This condition accepts the values chrome, firefox, edge, safari, opera and android_browser, to redirect to different places based on specific known web browsers.

  • #2583 Support redis clusters with sentinels which have their own ACL authentication.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing