🆕 What's New
Important
This release likely breaks your instance if you have used the sample .env
provided in this repository before. You need to comment out any variables that you don't want to set rather than setting them to an empty string. e.g.
VARIABLE_NAME= ❌
# VARIABLE_NAME= ✅
The variables this affects includes the _TIMEOUT
and _URL
environment variables.
The sample .env has been updated to work with this update.
✨ Features
- perf: Implement caching for regex-based sorting to improve performance by @Vidhin05 in #165
- refactor: adjusted caching for consistency and readability
- feat: use
envalid
to validate environment variables when loading them. You can now set the URLs without a trailing slash.
🛠️ Fixes
Note
If using docker and a .env
, you must provide the value for the regex within single quotes, otherwise it will NOT work
- fix: skip reason for uncached results showing as
excludeCached
, rather thanexcludeUncached
📄 Full Changelog: v1.19.4 → v1.20.0