Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:18
· 2 commits to master since this release
092162b

Features

  • feat(transport connection limit) - per-command HTTP client with idle-pool sized to the sync worker count #15
  • feat(docker) - multi-stage image, docker-compose, and scheduling docs #24

Performance

  • perf(retry) - jittered backoff that honors a Retry-After header #23

Fixes

  • fix(path validation) - reject permalinks and -name values that escape the output dir (traversal, leading -) #16
  • fix(empty url) - guard the empty video URL case in Download #18
  • fix(sync) - return 130 on interrupt instead of 0 #20
  • fix(sync) - surface a genuine producer error on cancellation #21
  • fix(download) - wrap rename error, distinguish stat not-exist #22

Full Changelog: v1.0.0...v1.1.0