update to db call

This commit is contained in:
2025-09-08 18:00:50 -04:00
parent 935307a74d
commit 19b40c0fd5
3 changed files with 23 additions and 18 deletions
+13
View File
@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.
# Changelog
## [0.5.1] - 2025-09-08
### Changed
- **BREAKING**: RadarrClient now operates in DATABASE ONLY mode
- Completely eliminated Radarr API usage for movie lookups and import date detection
- All movie operations now use direct database queries exclusively
- Debug endpoints updated to use database-only methods
- Enhanced error messaging when database access is not configured
### Fixed
- Fixed debug endpoint still calling API methods despite database availability
- Removed all API fallback mechanisms for true database-only operation
## [0.5.0] - 2025-09-08
### Added