Skip to content

Releases: rivenmedia/riven

v0.10.4

19 Aug 13:07
4ececcb
Compare
Choose a tag to compare

Features

  • add a subtitle provider (subliminal)
  • item removal
  • symlink repair

Bug Fixes

  • address high memory usage
  • various small bug fixes

Refactoring

  • events
  • threading
  • api

Technical Debt

  • websockets for smoother frontend experience

Co-authored-by: Spoked
Co-authored-by: iPromKnight
Co-authored-by: AyushSehrawat
Co-authored-by: FlashLightning67
Co-authored-by: davidemarcoli

Full Changelog: v0.10.3...v0.10.4

v0.10.3

17 Aug 19:59
Compare
Choose a tag to compare

0.10.3 (2024-08-17)

Bug Fixes

  • address memory leak by closing SQLAlchemy sessions and add connection pool options (0ebd38f)

v0.10.2

15 Aug 06:48
Compare
Choose a tag to compare

0.10.2 (2024-08-15)

Bug Fixes

  • correct attribute names in zilean scraper (6e26304)

v0.10.1

11 Aug 05:54
Compare
Choose a tag to compare

0.10.1 (2024-08-11)

Bug Fixes

  • add cascade drop on alembic table (b110cac)

v0.10.0

11 Aug 04:23
Compare
Choose a tag to compare

0.10.0 (2024-08-11)

Features

v0.9.2

31 Jul 10:28
3aea8a4
Compare
Choose a tag to compare

0.9.2 (2024-07-31)

Features

  • add ignore hash feature (d8e565f)

Bug Fixes

  • moved blacklisting to an attr of item (989bf8b)
  • removed lazy from mapped_column on blacklisted_streams (aca5a0f)

v0.9.1

31 Jul 05:22
b037e2a
Compare
Choose a tag to compare

0.9.1 (2024-07-31)

Bug Fixes

  • add libtorrent to docker image (af88478)
  • merged changes with db fixes (f3103b6)

Documentation

v0.9.0

27 Jul 09:53
7eb9767
Compare
Choose a tag to compare

0.9.0 (2024-07-27)

Features

  • add automatic dev builds in pipeline (d55e061)

Bug Fixes

  • add alembic reinit to hard reset (91ba58b)
  • add extra logging to track issue. added mutex to add_to_running (87c3241)
  • add hard reset to cli (e3366a6)
  • add parent object into stream (16c1ceb)
  • include stream in db, rework blacklisting (03c6023)
  • plex watchlist updated to work with new api changes. added db guards. improved trakt id detection. changed rd blacklisting to only blacklist on movie/episode items or on empty rd cache (ce074b3)
  • remove state logging where state is not available (76fdd89)
  • tidied push_event_queue. this func has been causing looping issues we're seeing. (5c7943d)
  • update rollback (e57d06c)
  • wrong symlink count at startup. corrected post symlink handling (cbe9012)

v0.8.4

25 Jul 08:57
ade0147
Compare
Choose a tag to compare

0.8.4 (2024-07-25)

Bug Fixes

  • Release 0.8.4 (266cf0c)
  • tweaked comet scraper. removed poetry venv from entrypoint. (32be8fc)

v0.8.3

25 Jul 07:37
0ae2bcf
Compare
Choose a tag to compare

0.8.3 (2024-07-25)

Miscellaneous Chores