1.0.2
🛠️ What's Changed
- Bump @types/express from 5.0.2 to 5.0.3 by @dependabot in #12
- Bump rollup from 4.41.0 to 4.42.0 by @dependabot in #11
- Bump @types/http-errors from 2.0.4 to 2.0.5 by @dependabot in #9
- Bump @babel/core from 7.27.1 to 7.27.4 by @dependabot in #8
- Bump prettier from 3.5.3 to 3.6.0 by @dependabot in #17
- Bump @rollup/plugin-commonjs from 28.0.3 to 28.0.6 by @dependabot in #19
- Bump rollup from 4.42.0 to 4.44.0 by @dependabot in #18
- Bump @types/lodash from 4.17.17 to 4.17.18 by @dependabot in #15
- Bump @rollup/plugin-typescript from 12.1.2 to 12.1.3 by @dependabot in #16
🛠️ Minor Fixes and Streaming Mode Support – 2025-06-27
✅ What’s New
-
🔧 Fixed
fsImport Issues
Adjusted module imports to resolve compatibility problems withfs. This improves consistency across environments, especially when using ES Modules. -
📡 Added
rangeOnlyModeOption
Introduced a new flag to enable bandwidth-saving behavior for streaming endpoints.
WhenrangeOnlyModeis enabled, the server responds only with the requested range segment (e.g., a video or audio chunk), avoiding full file delivery.
Full Changelog: 1.0.1...1.0.2