Skip to content

v2.8.3

Compare
Choose a tag to compare
@rustatian rustatian released this 13 Mar 12:18
· 909 commits to stable since this release
934517e

👀 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 the root.go and other files. Used only in the serve 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 the service plugin BUG, (reporter @OO00O0O)