Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jan 6, 2025
1 parent ead1e16 commit 5956576
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.9.33"
".": "4.9.34"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [4.9.34](https://github.com/shaka-project/shaka-player/compare/v4.9.33...v4.9.34) (2025-01-06)


### Bug Fixes

* Avoid useless MSE reset when transmuxing muxed content ([#7818](https://github.com/shaka-project/shaka-player/issues/7818)) ([87104ae](https://github.com/shaka-project/shaka-player/commit/87104ae3d1a791f42782c56fa34aa7895ed78cf0))
* **Docs:** Remove info about small/large gaps from manual ([#7762](https://github.com/shaka-project/shaka-player/issues/7762)) ([8d317d5](https://github.com/shaka-project/shaka-player/commit/8d317d5cf49e77c8425a22f68cc20fc3ff8c21fb))
* Don't ignore the license server in manifest when another key-system has license server in configuration ([#7797](https://github.com/shaka-project/shaka-player/issues/7797)) ([5dac9d3](https://github.com/shaka-project/shaka-player/commit/5dac9d344ada4c1f57697257cac3ec4931e2096b))
* Fix change timestampOffset on discontinuities when not necessary ([#7823](https://github.com/shaka-project/shaka-player/issues/7823)) ([53398d6](https://github.com/shaka-project/shaka-player/commit/53398d640fe41ec49424df9f87beae83cbe3d746))
* Fix ClearKey license on old CDMs ([#7816](https://github.com/shaka-project/shaka-player/issues/7816)) ([d9d2b23](https://github.com/shaka-project/shaka-player/commit/d9d2b23a6339e0593136c58059f2e8048e363ae9))
* Fix gaps produced by the transmuxer ([#7822](https://github.com/shaka-project/shaka-player/issues/7822)) ([2c90354](https://github.com/shaka-project/shaka-player/commit/2c903540defebeb5653c027c0eae4cf685cd0252))
* Follow the configured playRange for src= ([#7825](https://github.com/shaka-project/shaka-player/issues/7825)) ([0e5590c](https://github.com/shaka-project/shaka-player/commit/0e5590c65a18c63e8cc468a52f3cd663ee48f9e4))
* **HLS:** Correctly identify webvtt subtitles with cmft extension ([#7791](https://github.com/shaka-project/shaka-player/issues/7791)) ([cef3940](https://github.com/shaka-project/shaka-player/commit/cef39402b7205113d6ce1a12c39328ac80bf6811))
* **HLS:** Disable audio/video correctly when loading a TS media playlist ([#7815](https://github.com/shaka-project/shaka-player/issues/7815)) ([1690f1f](https://github.com/shaka-project/shaka-player/commit/1690f1f20e14c56f356953a193ae1a817be35a59))
* **HLS:** Do not use EXT-X-PROGRAM-DATE-TIME on vod when there is only video or audio ([#7802](https://github.com/shaka-project/shaka-player/issues/7802)) ([3db710c](https://github.com/shaka-project/shaka-player/commit/3db710c6a9969b906bce0ed2843e272b8079454a))
* **HLS:** Fix timestamp offset for raw formats when using segments mode ([#7819](https://github.com/shaka-project/shaka-player/issues/7819)) ([32bf70f](https://github.com/shaka-project/shaka-player/commit/32bf70f6d0c314f211878bd5801f24c5e4142461))
* **Offline:** Allow storage of MSS streams ([#7799](https://github.com/shaka-project/shaka-player/issues/7799)) ([9749923](https://github.com/shaka-project/shaka-player/commit/9749923a128fe2759b1377b8cd1243df0e726d98))
* re-open the `MediaSource` if `readyState` is not open when the `init()` method is called. ([#7783](https://github.com/shaka-project/shaka-player/issues/7783)) ([6061413](https://github.com/shaka-project/shaka-player/commit/60614134b89176b2d5fc7e812cec48ddcc8198b4))
* Remove useless calls to isTypeSupported ([#7817](https://github.com/shaka-project/shaka-player/issues/7817)) ([a8263dd](https://github.com/shaka-project/shaka-player/commit/a8263ddfde0fd94114114e7bd9e8980861332b9a))
* Remove useless deprecation in UITextDisplayer and add some guards in SimpleTextDisplayer ([#7805](https://github.com/shaka-project/shaka-player/issues/7805)) ([9364bc6](https://github.com/shaka-project/shaka-player/commit/9364bc695743e2c802200006174f183837631038))
* **Transmuxer:** Fix transmuxer with overflow data (video nalus and aac samples) between PES ([#7813](https://github.com/shaka-project/shaka-player/issues/7813)) ([ff2dcd8](https://github.com/shaka-project/shaka-player/commit/ff2dcd8c4eb208fb5bce77da0a3309b1fc344046))
* **UI:** Video starts playing automatically when selecting a playback rate ([#7786](https://github.com/shaka-project/shaka-player/issues/7786)) ([91cb1db](https://github.com/shaka-project/shaka-player/commit/91cb1dbe5ee6a88e4c9aa5273db7ef3583f9a9b0))

## [4.9.33](https://github.com/shaka-project/shaka-player/compare/v4.9.32...v4.9.33) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7585,7 +7585,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.9.33' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.9.34' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.9.33",
"version": "4.9.34",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 5956576

Please sign in to comment.