Skip to content

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:49
65e5698

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