Release v1.0.1
Added
- Unit tests for Trakt client (34.5% coverage)
- Unit tests for scheduler (42.6% coverage)
- Unit tests for HTTP server handlers (5.9% coverage)
Changed
- Minimum Go version updated to 1.23
- Updated CLAUDE.md with comprehensive documentation for all v1.0.0 features
- Updated Dockerfile to use Go 1.23 base image
Fixed
- Fixed SQLite BIGINT to INTEGER conversion for modernc.org/sqlite compatibility
- Fixed AUTOINCREMENT constraint errors in database migrations
- Fixed Helm chart storage class configuration for Kubernetes (local-path instead of standard)
- Added initContainer to fix volume permissions for SQLite database
- Temporarily disabled readOnlyRootFilesystem in staging for SQLite compatibility debugging
Full Changelog: v1.0.0...v1.0.1