Skip to content

v4.4.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 10:29
bee9f2a

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #2351 Fix visitor IP address resolution when Shlink is served behind more than one reverse proxy.

    This regression was introduced due to a change in behavior in akrabat/rka-ip-address-middleware, that now picks the first address from the right after excluding all trusted proxies.

    Since Shlink does not set trusted proxies, this means the first IP from the right is now picked instead of the first from the left, so we now reverse the list before trying to resolve the IP.

    In the future, Shlink will allow you to define trusted proxies, to avoid other potential side effects because of this reversing of the list.

  • #2354 Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when creating a lock in redis.

  • #2319 Fix unique index for short_code and domain_id in short_urls table not being used in Microsoft SQL engines for rows where domain_id is null.

Deprecated

  • Nothing