Skip to content

Releases: neurekadev/warrden

5.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:18
2c55b2f

Added

  • Make wArrden requests identifiable by name and version in arr access logs.

5.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:59
6d6e0dd

Fixed

  • Separate confirmed samples from indeterminate media checks so transient rclone/FUSE or network storage failures do not remove or blocklist healthy downloads by default.

5.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 19:02
de5c39d

Changed

  • Rewrite wArrden in Go and optimize its container runtime, reducing the image footprint by about 88% and measured memory usage by about 86%.
  • Move official releases and multi-architecture container images to GitHub and ghcr.io/neurekadev/warrden, with verifiable build provenance.
  • Update Compose deployments to use the v5 image, load runtime settings from .env, and mount config.yaml under /app/data.
  • Use a 90-day upgrade-search cooldown in the example configuration instead of 30 days.
  • Require PUID and PGID to be valid, supplied together, and either both zero or both non-zero.
  • Expand telemetry to include anonymous lifecycle events and allow all telemetry to be disabled with TELEMETRY=false.

Removed

  • Remove the APP_VERSION, CONFIG_PATH, and DATABASE_PATH environment overrides; wArrden now reads its version from the image and keeps configuration and data under /app/data.
  • Remove the bundled shell and .NET runtime from the container image.
  • Reset saved 4.x search cooldown history during the first 5.0 startup because it cannot be carried into the new Go runtime.

Fixed

  • Restore automatic unexpected-error reporting through the current Beacon service.
  • Run one scheduled job at a time so tree-structured log output cannot interleave.