๐ New:
- โ๏ธ Better env variables parser. Now RR is able to parse the sentences like:
"mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DATABASE}?serverVersion=5.7"
and get all environment variables. FR, (reporter @Tony-Sol)
๐งน Chore:
- ๐งโ๐ญ Update all dependencies to the most recent versions.
- ๐งโ๐ญ Remove
configuration
plugin from theroot.go
and other files. Used only in theserve
where it should be.
๐ฉน Fixes:
- ๐ Fix: call of the
kv.TTL
for the Redis drivers returns non RFC3339 time format BUG, (reporter @antikirra) - ๐ Fix:
rr workers
command doesn't work for theservice
plugin BUG, (reporter @OO00O0O)