Mydia v0.2.6
This release addresses user feedback about activity feed noise while maintaining full system observability through structured logging.
Bug Fixes
Activity Feed Improvements
- Removed frequent job execution events from activity feed to reduce noise
- Activity feed now focuses on user-relevant events (downloads, imports, errors)
- Replaced event tracking with structured logging for routine job execution
Documentation
- Removed outdated roadmap section from README
Improvements
Observability
- Added structured metadata to all job log messages (duration, counts, errors)
- Maintained full observability through structured logs instead of activity events
- Improved activity feed signal-to-noise ratio
Technical Changes
- Replaced
Events.job_executed()andEvents.job_failed()withLogger.info()andLogger.error() - All job execution details now captured in structured log metadata
- Jobs affected: DownloadMonitor, LibraryScanner, MetadataRefresh, MovieSearch, TVShowSearch
Full Changelog: v0.2.5...v0.2.6