mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4.4 KiB
4.4 KiB
Changelog
4.0.4 (2025-09-14)
Bug Fixes
- generate-proto: Use
forceLong=stringoption (c240c97)
4.0.3 (2025-08-16)
Bug Fixes
- SabrStreamingAdapter: Add
lastPlayerTimeSecsto prevent stale data usage (4112e35) - SabrUmpProcessor: Init segment not being fetched when cache is disabled (5238e73)
4.0.2 (2025-07-24)
Bug Fixes
- SabrStream: Catch part decoding errors and improve stall detection logic (b4a0728)
4.0.1 (2025-07-22)
Miscellaneous Chores
- docs: Add more tsdoc to make jsr happy (5b84100)
4.0.0 (2025-07-22)
⚠ BREAKING CHANGES
- rework library (#27)
Features
3.0.0 (2025-03-23)
⚠ BREAKING CHANGES
- protos: Remove the fromJSON, toJSON, create and fromPartial functions (#19)
Features
- Add support for unencrypted onesie requests & responses (418898f)
- protos: Add
LiveMetadataprotobuf (#18) (d389d24) - UMP: Add support for partial parts (d12432c)
Code Refactoring
2.0.0 (2024-11-02)
⚠ BREAKING CHANGES
- drop
cjssupport
Code Refactoring
- drop
cjssupport (ec64dd5)
1.1.0 (2024-10-24)
Features
Bug Fixes
- examples: stop progress bars on completion (5549a97)
- onesie-request: clone session context to prevent original modification (fbef7bd)
- sabr: Video-only playback is no longer supported (3ab569c)
- ServerAbrStream: Ignore duplicate sequences (d9fb943)
- ServerAbrStream: use optional chaining for
sequenceNumberaccess (48ef9be) - ServerAbrStream: validate server response (e2e885b)
Miscellaneous Chores
- release 1.1.0 (4cd1877)