Skip to content

Commit

Permalink
chore(v4.9.2-caf): release 4.9.2-caf3 (#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Dec 12, 2024
1 parent c1da00a commit 89978d5
Show file tree
Hide file tree
Showing 5 changed files with 21 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.2-caf2"
".": "4.9.2-caf3"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.9.2-caf3](https://github.com/shaka-project/shaka-player/compare/v4.9.2-caf2...v4.9.2-caf3) (2024-12-11)


### Bug Fixes

* **Cast:** Incorrect detection of MediaCapabilities on Linux Chromecast ([#7628](https://github.com/shaka-project/shaka-player/issues/7628)) ([86fa9f1](https://github.com/shaka-project/shaka-player/commit/86fa9f1e4dcea57cf57f69495380b85f353386ea))
* Disable seek retry cooldown on most platforms ([#7010](https://github.com/shaka-project/shaka-player/issues/7010)) ([f980ae9](https://github.com/shaka-project/shaka-player/commit/f980ae96646cf4bda9920328889534af285c504d))
* Fix cast support for HLG HDR ([#7632](https://github.com/shaka-project/shaka-player/issues/7632)) ([b1df345](https://github.com/shaka-project/shaka-player/commit/b1df345daef0380276b2e3363dd1ee2390b3cd84))
* **HLS:** Fix playback of raw AAC ([#7641](https://github.com/shaka-project/shaka-player/issues/7641)) ([1e3e65f](https://github.com/shaka-project/shaka-player/commit/1e3e65fc129393de0269844a48c1214cbd1da4e4))
* Seek delay for Cast Nest hub ([#7423](https://github.com/shaka-project/shaka-player/issues/7423)) ([3adfd8f](https://github.com/shaka-project/shaka-player/commit/3adfd8f5b47c15ab76f7ca447f562e8325beaa33))


### Performance Improvements

* Reduce calls to isTypeSupported ([#7729](https://github.com/shaka-project/shaka-player/issues/7729)) ([c1da00a](https://github.com/shaka-project/shaka-player/commit/c1da00a6099984c2b8a87c9f91049d560b045046))

## [4.9.2-caf2](https://github.com/shaka-project/shaka-player/compare/v4.9.2-caf1...v4.9.2-caf2) (2024-09-26)


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

0 comments on commit 89978d5

Please sign in to comment.