Skip to content

Commit

Permalink
chore(v4.12.x): release 4.12.7 (#7862)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jan 10, 2025
1 parent a0e1f39 commit a5f248d
Show file tree
Hide file tree
Showing 5 changed files with 20 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.12.6"
".": "4.12.7"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.12.7](https://github.com/shaka-project/shaka-player/compare/v4.12.6...v4.12.7) (2025-01-10)


### Bug Fixes

* **CEA:** Fix multi byte language support in CEA-708 ([#7837](https://github.com/shaka-project/shaka-player/issues/7837)) ([12f2e2b](https://github.com/shaka-project/shaka-player/commit/12f2e2b441475fb5fd379f370384026c90eadf65))
* **dash:** Fix $Time$ usage with SegmentTemplate ([#7849](https://github.com/shaka-project/shaka-player/issues/7849)) ([9e72d38](https://github.com/shaka-project/shaka-player/commit/9e72d386c8ea985588efc4718e3644e229081bbb))
* **DASH:** Fix Dolby Atmos detection when there is not SupplementalProperty ([#7847](https://github.com/shaka-project/shaka-player/issues/7847)) ([ca70821](https://github.com/shaka-project/shaka-player/commit/ca708213a67338d94d950d8ce867c1085e65a574))
* Fix missing EMSG events ([#7839](https://github.com/shaka-project/shaka-player/issues/7839)) ([ec6113a](https://github.com/shaka-project/shaka-player/commit/ec6113a90007dfe90af76bc38ec3955441356eeb))
* Fix SEGMENT HEAD requests, compatibility with Cast SDK ([#7851](https://github.com/shaka-project/shaka-player/issues/7851)) ([341a0ad](https://github.com/shaka-project/shaka-player/commit/341a0adea499ba5875f6189bc8aefdc3f4710297)), closes [#7600](https://github.com/shaka-project/shaka-player/issues/7600)
* Fix select spatial audio when using selectAudioLanguage ([#7846](https://github.com/shaka-project/shaka-player/issues/7846)) ([dcb27f7](https://github.com/shaka-project/shaka-player/commit/dcb27f796e1abbd1da1f0928f0cc613de919c34a))
* **HLS:** Disable text correctly when loading a media playlist ([#7840](https://github.com/shaka-project/shaka-player/issues/7840)) ([56460e1](https://github.com/shaka-project/shaka-player/commit/56460e1cd79db89a98848f5f6f1fd86b98df8b07))
* **HLS:** Fix audio detection when there is no audio data but it appears in PMT ([#7838](https://github.com/shaka-project/shaka-player/issues/7838)) ([04554a9](https://github.com/shaka-project/shaka-player/commit/04554a9635567287206ea8d884f49a79aaaa3686))
* **HLS:** Omit daterange without START-DATE in order to avoid errors ([#7841](https://github.com/shaka-project/shaka-player/issues/7841)) ([0510a53](https://github.com/shaka-project/shaka-player/commit/0510a532cdc6094dc6ed7769ee9c9a221ec8a123))

## [4.12.6](https://github.com/shaka-project/shaka-player/compare/v4.12.5...v4.12.6) (2025-01-06)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8299,7 +8299,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.12.6' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.12.7' + '-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.12.6",
"version": "4.12.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit a5f248d

Please sign in to comment.