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
anddomain_id
inshort_urls
table not being used in Microsoft SQL engines for rows wheredomain_id
isnull
.
Deprecated
- Nothing