A concurrency issue when using userdata.get
to retrieve HF_TOKEN
token led to deadlocks when downloading files in parallel. This hot-fix release fixes this issue by using a global lock before trying to get the token from the secrets vault. More details in #1953.
Full Changelog: v0.20.1...v0.20.2