What's Changed
Features
- feat(api): Add PATCH /playlist/{uuid} to update source URL and credentials (#1118) (
1e382ba7) - feat: Add provider connection test for XAPI and Discord/Slack integration for error notifications (
bd294539) - feat: Allow assigning playlist to auths on create (
ddbb118d) - feat(probe): HDR detection and tech details (#1114) (
12081583) - feat: Render live encoder output stats on Stream Monitor (#1095) (
21af791d) - feat(probe): Only probe new/unprobed channels on auto-probe (#1109) (
602f30c3)
Bug Fixes
- fix: Custom channels not showing when filtering Playlist Alias by group/category (
3ec5aa6f) - fix: Remove requirement from non-required field (
7ac7644b) - fix: Enable stream reuse for episodes to fix seek (
44ce658f) - fix(vod): Group bulk strm sync into single job to dedupe media-server refresh (#1110) (
6e25bcff)
Performance
- perf: Move embedded Postgres to managed service (
b1394e63)
Maintenance
- chore: Update i18n to sync up from last couple releases (
72bd05b5) - chore: Update the copilot wording a bit (
ffd06fa7) - chore: Update playlist API PATCH endpoint checks and validation (
62c57a73) - chore: Hide dashboard heading (
b1709b4c) - chore: Align episode provider profiles with Channel/VOD (
0067e2ae) - chore: Use live check for episode capacity check (same as channels/VOD) (
fa367267) - chore: Reduce log noise when upstream connection issues occur (
f1bb5384) - chore: Blade formatting and fix series episode modal display (
64833b60) - chore: Use internal URL for URL display on VOD detail view (
8f00cc08) - chore: Remove redundant checks for stream type; add EOL to blade files (
ac9b20cf) - chore: Ensure correct ordering for bulk probe feature (
973eb9ef)
New Contributors
Full Changelog: v0.11.36...v0.11.38