Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.12 (#7211)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Aug 27, 2024
1 parent 5c3ea38 commit 6589d28
Show file tree
Hide file tree
Showing 5 changed files with 19 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.10.11"
".": "4.10.12"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.10.12](https://github.com/shaka-project/shaka-player/compare/v4.10.11...v4.10.12) (2024-08-27)


### Bug Fixes

* Add null check for current reference ([#7184](https://github.com/shaka-project/shaka-player/issues/7184)) ([4ae6082](https://github.com/shaka-project/shaka-player/commit/4ae608281656171377bdf31fce90155b88402687))
* **DASH:** Fix EventStream Elements creation ([#7194](https://github.com/shaka-project/shaka-player/issues/7194)) ([51f4c3f](https://github.com/shaka-project/shaka-player/commit/51f4c3f9c2e770e8acff91dfe27428c216ac7536))
* Do not minify CodecSwitchingStrategy enum keys ([#7200](https://github.com/shaka-project/shaka-player/issues/7200)) ([57d391d](https://github.com/shaka-project/shaka-player/commit/57d391d538290724f1d347da031719c5f3902bc4))
* Dont use inaccurateManifestTolerance for sequenceMode ([#7207](https://github.com/shaka-project/shaka-player/issues/7207)) ([6f516a5](https://github.com/shaka-project/shaka-player/commit/6f516a5befd490923f04d6e265b09bfef6899f9b))
* Fix normalized codec for VVC ([#7201](https://github.com/shaka-project/shaka-player/issues/7201)) ([22713b1](https://github.com/shaka-project/shaka-player/commit/22713b14978cfa3156a91401e94cef052e1f351c))
* Fix support for Dolby Vision based in VVC ([#7212](https://github.com/shaka-project/shaka-player/issues/7212)) ([5c3ea38](https://github.com/shaka-project/shaka-player/commit/5c3ea3855f21d8c9068d8060a16563035c7edaa2))
* **HLS:** Check that segment 0 exists ([#7208](https://github.com/shaka-project/shaka-player/issues/7208)) ([2c804a9](https://github.com/shaka-project/shaka-player/commit/2c804a9a8ba1e741543c89de63fe46eaee35d177))
* Revert change that caused stalls with "cannot find endTime" ([#7213](https://github.com/shaka-project/shaka-player/issues/7213)) ([c690e4e](https://github.com/shaka-project/shaka-player/commit/c690e4eba1076b0e7ad73153831e45c27b6bd8b7))

## [4.10.11](https://github.com/shaka-project/shaka-player/compare/v4.10.10...v4.10.11) (2024-08-22)


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

0 comments on commit 6589d28

Please sign in to comment.