Skip to content

Commit

Permalink
chore(v4.1.x): release 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2022
1 parent 2531805 commit 69714d7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.1.6](https://github.com/shaka-project/shaka-player/compare/v4.1.5...v4.1.6) (2022-10-28)


### Bug Fixes

* Fix HLS live stream subtitle offsets ([#4586](https://github.com/shaka-project/shaka-player/issues/4586)) ([cf5b978](https://github.com/shaka-project/shaka-player/commit/cf5b9787104b445dbd5e478da60e7f2b4e3e069e))
* Fix multi-period DASH with descriptive audio ([#4629](https://github.com/shaka-project/shaka-player/issues/4629)) ([8cc3704](https://github.com/shaka-project/shaka-player/commit/8cc37045a32fa1884c64ce371f1d0c4c767e3f0e)), closes [#4500](https://github.com/shaka-project/shaka-player/issues/4500)
* fix support clear and encrypted periods ([#4606](https://github.com/shaka-project/shaka-player/issues/4606)) ([4c4b799](https://github.com/shaka-project/shaka-player/commit/4c4b799d45884fd0165e5c45084f2dfe1254562f))
* Force using mcap polyfill on EOS browsers ([#4630](https://github.com/shaka-project/shaka-player/issues/4630)) ([ab865a4](https://github.com/shaka-project/shaka-player/commit/ab865a4e52ffc4b7c98a3dba84c748c259006843))
* **hls:** Fix raw format detection when the main playlist hasn't type ([#4583](https://github.com/shaka-project/shaka-player/issues/4583)) ([c9a835d](https://github.com/shaka-project/shaka-player/commit/c9a835d3e7c3a2512958f887b2bde54dc35c8e05))
* Limit key ids to 32 characters ([#4614](https://github.com/shaka-project/shaka-player/issues/4614)) ([27e996e](https://github.com/shaka-project/shaka-player/commit/27e996ea3f27d3ed8df550859a6a3715d8cb74b8))
* Make XML parsing secure ([#4598](https://github.com/shaka-project/shaka-player/issues/4598)) ([265d56d](https://github.com/shaka-project/shaka-player/commit/265d56d65d51f2b29cafe7e04a630e896a35a168))
* **offline:** Add storage muxer init timeout ([#4566](https://github.com/shaka-project/shaka-player/issues/4566)) ([ac719be](https://github.com/shaka-project/shaka-player/commit/ac719be1ecf5c9694eabb4c33680ee3c04a6be4f))
* **playhead:** Safeguard getStallsDetected as stallDetector can be null ([#4581](https://github.com/shaka-project/shaka-player/issues/4581)) ([5d12efd](https://github.com/shaka-project/shaka-player/commit/5d12efd5105989948f99f8d449a8d0854b18af91))
* Resolve load failures for TS-based content on Android-based Cast devices ([#4569](https://github.com/shaka-project/shaka-player/issues/4569)). ([#4570](https://github.com/shaka-project/shaka-player/issues/4570)) ([d4ea4e7](https://github.com/shaka-project/shaka-player/commit/d4ea4e70eac0a25261d88975e4a1ad27817ebff3))

## [4.1.5](https://github.com/shaka-project/shaka-player/compare/v4.1.4...v4.1.5) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6575,7 +6575,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v4.1.5-uncompiled';
shaka.Player.version = 'v4.1.6-uncompiled';

// 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.1.5",
"version": "4.1.6",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 69714d7

Please sign in to comment.