github getmydia/mydia v0.2.6
Release v0.2.6 - Activity feed improvements

latest releases: v0.7.4, v0.7.3, v0.7.2...
one month ago

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() and Events.job_failed() with Logger.info() and Logger.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

Don't miss a new mydia release

NewReleases is sending notifications on new releases.