Files
googlevideo/CHANGELOG.md
github-actions[bot] fbc18fa9e1 chore(main): release googlevideo 4.0.4 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-14 22:22:17 -03:00

4.4 KiB

Changelog

4.0.4 (2025-09-14)

Bug Fixes

  • generate-proto: Use forceLong=string option (c240c97)

4.0.3 (2025-08-16)

Bug Fixes

  • SabrStreamingAdapter: Add lastPlayerTimeSecs to 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 LiveMetadata protobuf (#18) (d389d24)
  • UMP: Add support for partial parts (d12432c)

Code Refactoring

  • protos: Remove the fromJSON, toJSON, create and fromPartial functions (#19) (c5c81a8)

2.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • drop cjs support

Code Refactoring

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 sequenceNumber access (48ef9be)
  • ServerAbrStream: validate server response (e2e885b)

Miscellaneous Chores