StremThru Release Notes
Last updated: Mar 12, 2026
- Mar 8, 2026
- Date parsed from source:Mar 8, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.5
MunifTanjim releases 0.98.5 focusing on bug fixes and performance improvements for usenet and database queries.
0.98.5 (2026-03-08)
Bug Fixes
- usenet: remove unnecessary group selection to fetch article (ade4c9a)
Performance Improvements
- store/stremthru: optimize check newz db query (69f88e7)
- Mar 7, 2026
- Date parsed from source:Mar 7, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.4
MunifTanjim releases 0.98.4 fixes offcloud API, link generation, and hash support in add torz endpoint.
0.98.4 (2026-03-07)
Bug Fixes
- store/offcloud: adapt to new offcloud api (51aa5c4)
- store/offcloud: handle link generation properly (f3859e7)
- torz: accept hash in add torz endpoint (c279115)
All of your release notes in one feed
Join Releasebot and get updates from MunifTanjim and hundreds of other software products.
- Mar 7, 2026
- Date parsed from source:Mar 7, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.3
MunifTanjim releases 0.98.3 with bug fixes across torrent_stream and usenet improving idx update queries and rar password detection.
0.98.3 (2026-03-07)
Bug Fixes
- torrent_stream: fix query for updating idx and size (a50bfe1)
- usenet: detect missing password for rar archive (768bf42)
- Mar 5, 2026
- Date parsed from source:Mar 5, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.2
MunifTanjim releases 0.98.2 with bug fixes including cache empty key handling and torrent file cache improvements.
0.98.2 (2026-03-05)
Bug Fixes
- cache: ignore empty key (a34975a)
- torrent_info: fix torrent file cache on public instance (a607f35)
- Mar 5, 2026
- Date parsed from source:Mar 5, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.1
MunifTanjim releases 0.98.1 with bug fixes, improved file handling, a canceled retry safeguard, and performance gains from read cache and reduced database writes.
0.98.1 (2026-03-05)
Bug Fixes
- store/stremthru: normalize file name for newz (b377dca)
- stremio: prioritize file size for sort (1c9c91a)
- usenet: do not retry on context canceled error (2ff7e41)
Performance Improvements
- add read cache - magnet_cache, torrent_stream (39d17ee)
- magnet_cache: reduce database write (8a9c5c4)
- torrent_info: reduce database write (e99f34d)
- torrent_stream: reduce database write (fac708f)
- Mar 5, 2026
- Date parsed from source:Mar 5, 2026
- First seen by Releasebot:Mar 12, 2026
sdk-py: v0.8.0
MunifTanjim releases 0.8.0 adding Python SDK support for new endpoints newz and torz.
0.8.0 (2026-03-05)
Features
- sdk/py: support new endpoints - newz, torz (4c08154)
- Mar 5, 2026
- Date parsed from source:Mar 5, 2026
- First seen by Releasebot:Mar 12, 2026
sdk-js: v0.12.0
MunifTanjim releases 0.12.0 adding sdk/js support for newz and torz endpoints.
0.12.0 (2026-03-05)
Features
- sdk/js: support new endpoints for newz and torz (ba2a1ca)
- Mar 2, 2026
- Date parsed from source:Mar 2, 2026
- First seen by Releasebot:Mar 12, 2026
v0.98.0
MunifTanjim releases 0.98.0 on 2026-03-02 with stronger cache durability, PostgreSQL replica support, torrent_stream media info, Usenet inspection and NZB parsing enhancements, and multiple bug fixes including graceful shutdown and cache ticker cleanup.
0.98.0 (2026-03-02)
Features
- cache: increase disk backed persist interval (6a9ea79)
- db: support replica for postgresql (b9cb2e6)
- torrent_stream: add support for media info (aba3ae9)
- usenet: improve inspection for rar archives (962d9a8)
- usenet: improve nzb name detection (36bd156)
- usenet: improve nzb subject parsing (606281b)
Bug Fixes
- add graceful shutdown (3284a22)
- cache: cleanup ticker for disk backed cache (9dcdb7d)
- nntp: do not mark offline for context canceled error (2734c5d)
- posthog: check nil client on close (87fb845)
- usenet: normalize rar part number zero padding (ea1f825)
- usenet: surface archive streamable check error (7083bed)
- Feb 26, 2026
- Date parsed from source:Feb 26, 2026
- First seen by Releasebot:Mar 12, 2026
v0.97.1
MunifTanjim releases 0.97.1 with bug fixes across stremio/newz and usenet, excluding non-newz stores and fixing PostgreSQL queries.
0.97.1 (2026-02-26)
Bug Fixes
- stremio/newz: exclude non-newz stores from streams (c5f2f0b)
- usenet: fix queries for postgresql (c7b13e5)
- Feb 25, 2026
- Date parsed from source:Feb 25, 2026
- First seen by Releasebot:Mar 12, 2026
v0.97.0
MunifTanjim unveils 0.97.0 with a dash link on site, persistent and disk backed cache, new auth and listen config options, and startup config visibility. It adds a job queue, newznab and usenet improvements, indexer support, and stremio/store enhancements. A full release with performance fixes and new capabilities.
0.97.0 (2026-02-25)
Features
- add link to dash on site (9c90c3a)
- cache: add persistent and disk backed cache (b1aa0e8)
- config: add STREMTHRU_AUTH config (e102bc6)
- config: add STREMTHRU_LISTEN_ADDR env var (cfb4b60)
- config: print newz config at startup (8dea2b8)
- config: refactor auth config (f2efdd5)
- dash/usenet: add nzb page (1e20901)
- job: add job queue (956b71f)
- newznab: add api endpoint (0396ef3)
- newznab: add client (e0bca72)
- newznab: add config for request header (6835ceb)
- newznab: add node for indexer (807de1e)
- newznab: improve client request error handling (76bea5c)
- nntp: add client (9799d6d)
- proxy: add dash page to proxify link (424e516)
- store/torbox: implement NewzStore (d01d37d)
- store: add endpoints for newz store (86b8171)
- store: add endpoints for torz store (e4798de)
- store: allow HEAD request for newz stream (1f083e6)
- stremio/list: support mdblist external list (9f84978)
- stremio/newz: add initial implementation (922ac42)
- stremio/newz: include age in default template (b437192)
- stremio/newz: make available on public instance (23f8ce1)
- stremio/newz: make playback wait time configurable (4400fbf)
- stremio/newz: support saved userdata (c4ddeba)
- stremio/newz: support stremthru as indexer (38c8ab8)
- stremio/newz: support torbox as indexer (8e5d8dc)
- stremio/newz: use stremthru store for usenet streaming (44b1619)
- stremio/store: add stremthru usenet support (137a9ea)
- stremio/store: support saved userdata (9e5801a)
- stremio/torz: support saved userdata (e9b5496)
- stremio: include newz in addon catalog (8a88f55)
- stremio: introduce locked mode (163b83e)
- torz: add cache for torrent file (4906c22)
- torznab/indexer: support toggling indexer (e9ffebf)
- torznab/indexer: update db primary key (633afff)
- usenet: add date and status for nzb info (a29fe9b)
- usenet: add nzb management (d16eb3f)
- usenet: add nzb parser (e38e82c)
- usenet: add nzb queue (7ff577e)
- usenet: add pool and stream (d637276)
- usenet: add sabnzbd compatible endpoint (32072af)
- usenet: capture exact error in nzb inspect (3c660e6)
- usenet: improve inspection and error detection (13e4e38)
- usenet: rearrange dashboard pages (74bfdc8)
- usenet: show connection pool state in dash (7bd1d0c)
- usenet: show newz config in dashboard (66938cf)
- usenet: support toggling newznab indexer (47bd211)
- usenet: support toggling usenet server (f56347b)
- vault: add newznab indexer (7a32ba0)
- vault: add usenet server (f429849)
Bug Fixes
- anidb: prevent infinite loop in map torrent worker (9fb8649)
- cache: fix size detection for disk backed cache (661a290)
- config: revert default value for listen_addr (b1c7233)
- newznab: fix nzbhydra2 integration (f896221)
- nntp: do not try to re-use stale connection (e8a7e23)
- nntp: fix acquire healthcheck error handling (fb6892c)
- server: handle legacy error in response (4a781ee)
- store/stremthru: fix status calculation for newz (a4a0e71)
- store/stremthru: fix status for non-streamable newz (e6d1b9d)
- stremio/newz: format age properly (e985291)
- stremio/store: add some missing fields for formatter (b592b5d)
- stremio/store: ignore sample file in stream list (3b85672)
- stremio/store: send empty streams response if missing meta (3b5ccd8)
- stremio/transformer: update extractor for comet (6a1a602)
- stremio: fix quality rank for filtering (6418804)
- stremio: try to always add filename to proxied links (b11c1d3)
- torrent_info: upgrade go-ptt (8f52ca4)
- torrent_stream: skip insert query for zero items (6490f67)
- usenet: correctly pick streamable largest file (e413c67)
- usenet: fix max nzb size check for missing content-length (6aea330)
- usenet: fix playback from unnamed rar volumes (0762130)
- usenet: improve pool error handling and logs (01a66f6)
- usenet: make apikey optional for indexers (1bdd75b)
- usenet: properly sanitize content path (b86683c)
- util: fix typo in json dataset file delete (67f74db)
- util: reject empty user/pass in basic auth (5653ec5)
Performance Improvements
- db: tweak sqlite pragma (57183ac)
- magnet_cache: reduce database write (7553e0a)
- torrent_info: reduce database write (2013457)
- usenet/pool: improve connection picker for fetching segment (b778e84)
- usenet: speed up nzb inspection (d1f57e5)