v5.0.0
Added
-
#2431 Add new date-based conditions for the dynamic rules redirections system, that allow to perform redirections based on an ISO-8601 date value.
before-date: matches when current date and time is earlier than the defined threshold.after-date: matches when current date and time is later than the defined threshold.
-
#2513 Add support for redis connections via unix socket (e.g.
REDIS_SERVERS=unix:/path/to/redis.sock). -
Visits generated in the command line can now be formatted in CSV, via
--format=csv.