Skip to content

Commit f2b45a9

Browse files
committed
chore(v4.7.x): release 4.7.2
1 parent f007f8f commit f2b45a9

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [4.7.2](https://github.com/shaka-project/shaka-player/compare/v4.7.1...v4.7.2) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid uiTextDisplayer.destroy crashing if called more than once ([#6022](https://github.com/shaka-project/shaka-player/issues/6022)) ([ebd2043](https://github.com/shaka-project/shaka-player/commit/ebd2043dec97b7da69c3fb89a12e7a2444ecf7a8))
9+
* **DASH:** Check if periodCombiner_ exists before configuring ([#5998](https://github.com/shaka-project/shaka-player/issues/5998)) ([2fa803e](https://github.com/shaka-project/shaka-player/commit/2fa803e30bb1981b3ca95fc60a8c8fcdfb8c4f5e))
10+
* ENCRYPTED CONTENT WITHOUT DRM INFO on comcast X1 due to safari blocklist ([#6034](https://github.com/shaka-project/shaka-player/issues/6034)) ([47ae494](https://github.com/shaka-project/shaka-player/commit/47ae4940e77186b10a57c7df594505a3d0f266a8))
11+
* Fix untrusted types in MediaTailorAdManager ([#5996](https://github.com/shaka-project/shaka-player/issues/5996)) ([13416b7](https://github.com/shaka-project/shaka-player/commit/13416b79e02dd2a26c03b85c806b9985d2f348be))
12+
* **HLS:** Fix clear init segment mapping ([#6000](https://github.com/shaka-project/shaka-player/issues/6000)) ([b24a421](https://github.com/shaka-project/shaka-player/commit/b24a4215b1b65168cb406847a9889c6b5cb5cb6e))
13+
* log prefetch miss for missing segments ([#6012](https://github.com/shaka-project/shaka-player/issues/6012)) ([ec59d3b](https://github.com/shaka-project/shaka-player/commit/ec59d3b8553cb0206100a0bf3e6e94a3c427e36d))
14+
* **UI:** Fix disable PiP when using documentPictureInPicture ([#5992](https://github.com/shaka-project/shaka-player/issues/5992)) ([74b0ad4](https://github.com/shaka-project/shaka-player/commit/74b0ad481e460e3ff07f6d3bc5103b7fa68660e0))
15+
16+
17+
### Performance Improvements
18+
19+
* **mp4generator:** stop nesting concat in methods ([#6041](https://github.com/shaka-project/shaka-player/issues/6041)) ([f007f8f](https://github.com/shaka-project/shaka-player/commit/f007f8feada2520dfe9b01c4bfda51246602474e))
20+
* **transmuxer:** various performance improvements ([#6003](https://github.com/shaka-project/shaka-player/issues/6003)) ([7573f64](https://github.com/shaka-project/shaka-player/commit/7573f64fd262793eb33690d6f524ca9dc3198bf0))
21+
* ts parser O(n^2) performance bug. ([#6035](https://github.com/shaka-project/shaka-player/issues/6035)) ([ad56b60](https://github.com/shaka-project/shaka-player/commit/ad56b6083f715cc5e4bcaecb63c5f1fb302f4a99))
22+
323
## [4.7.1](https://github.com/shaka-project/shaka-player/compare/v4.7.0...v4.7.1) (2023-12-05)
424

525

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6865,7 +6865,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
68656865
* @export
68666866
*/
68676867
// eslint-disable-next-line no-useless-concat
6868-
shaka.Player.version = 'v4.7.1' + '-uncompiled'; // x-release-please-version
6868+
shaka.Player.version = 'v4.7.2' + '-uncompiled'; // x-release-please-version
68696869

68706870
// Initialize the deprecation system using the version string we just set
68716871
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "4.7.1",
4+
"version": "4.7.2",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)