github Viren070/AIOStreams v1.20.0

latest releases: 2025.09.06.1314-nightly, 2025.09.05.2133-nightly, 2025.09.05.1552-nightly...
4 months ago

🆕 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

  • fix: regex patterns through environment variables not working by @Vidhin05 in #164

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 than excludeUncached

📄 Full Changelog: v1.19.4 → v1.20.0

Don't miss a new AIOStreams release

NewReleases is sending notifications on new releases.