1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00

2 Commits

Author SHA1 Message Date
ServarrAdmin
03d43b4b70 Fixed: deprecate v10 schema version and migrate indexers to v11
- Migrated 485+ indexer definitions from v10 to v11 directory
- Preserved existing v11 indexers (skipped 15 duplicates to keep v11 versions)
- Updated VERSIONS file: MIN_VERSION changed from 10 to 11
- Updated documentation in README.md and CONTRIBUTING.md:
  * Marked v10 as deprecated (removed from active versions)
  * Updated v11 as single active version with 522+ indexers
  * Added deprecation warnings and migration notes
- Kept v10/schema.json for historical reference
- All validation passes with migrated indexers

Breaking change: v10 no longer contains active indexer definitions.
Prowlarr will continue to work as it falls back to available versions.
2025-08-24 07:38:43 -05:00
ServarrAdmin
bb23ecc903 feat: centralize version management and improve validation
- Add VERSIONS file for centralized schema version configuration
- Add schema caching with --no-cache override option
- Move best schema version detection from bash to Python
- Skip logging for empty folders below minimum schema version
- Add --find-best-version command line option
- Update sync script to use Python for schema detection
2025-08-13 12:22:01 -05:00