Skip to content

Commit 76de668

Browse files
authored
chore(v4.6.x): release 4.6.6 (#6043)
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent ca751a1 commit 76de668

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.6.6](https://github.com/shaka-project/shaka-player/compare/v4.6.5...v4.6.6) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* APL set-top box wrongly identifies as an Apple device. ([#6026](https://github.com/shaka-project/shaka-player/issues/6026)) ([ca751a1](https://github.com/shaka-project/shaka-player/commit/ca751a100126aaff49af03b8171d355d3268a711))
9+
* avoid uiTextDisplayer.destroy crashing if called more than once ([#6022](https://github.com/shaka-project/shaka-player/issues/6022)) ([bb4f88b](https://github.com/shaka-project/shaka-player/commit/bb4f88b41652988b8397c86d22282db7530df54b))
10+
* ENCRYPTED CONTENT WITHOUT DRM INFO on comcast X1 due to safari blocklist ([#6034](https://github.com/shaka-project/shaka-player/issues/6034)) ([a75f6bc](https://github.com/shaka-project/shaka-player/commit/a75f6bc90e3be4045a4586667eb0720d753d3ff5))
11+
* Fix untrusted types in MediaTailorAdManager ([#5996](https://github.com/shaka-project/shaka-player/issues/5996)) ([18891ea](https://github.com/shaka-project/shaka-player/commit/18891ea0c1f8f16531faeb1b766f5f78697df498))
12+
* **HLS:** Fix clear init segment mapping ([#6000](https://github.com/shaka-project/shaka-player/issues/6000)) ([61d5298](https://github.com/shaka-project/shaka-player/commit/61d52984637c4327c33e44ee74c2b9728df0f8f0))
13+
* log prefetch miss for missing segments ([#6012](https://github.com/shaka-project/shaka-player/issues/6012)) ([1528eef](https://github.com/shaka-project/shaka-player/commit/1528eefd9b9320190b1dabfb5edf1735a22c2084))
14+
* **UI:** Fix disable PiP when using documentPictureInPicture ([#5992](https://github.com/shaka-project/shaka-player/issues/5992)) ([521bbe2](https://github.com/shaka-project/shaka-player/commit/521bbe25f0cf5503d9e7f2fb09416cc45741941d))
15+
16+
17+
### Performance Improvements
18+
19+
* **mp4generator:** stop nesting concat in methods ([#6041](https://github.com/shaka-project/shaka-player/issues/6041)) ([2bc303b](https://github.com/shaka-project/shaka-player/commit/2bc303b325c7ed005df7a9176b988e9e3601176f))
20+
* **transmuxer:** various performance improvements ([#6003](https://github.com/shaka-project/shaka-player/issues/6003)) ([dd8e507](https://github.com/shaka-project/shaka-player/commit/dd8e50710905790987ae1dcb0516250218a338f9))
21+
* ts parser O(n^2) performance bug. ([#6035](https://github.com/shaka-project/shaka-player/issues/6035)) ([d3081f6](https://github.com/shaka-project/shaka-player/commit/d3081f656bda6be274a1f465d9fbde7126034d06))
22+
323
## [4.6.5](https://github.com/shaka-project/shaka-player/compare/v4.6.4...v4.6.5) (2023-12-05)
424

525

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6779,7 +6779,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
67796779
* @export
67806780
*/
67816781
// eslint-disable-next-line no-useless-concat
6782-
shaka.Player.version = 'v4.6.5' + '-uncompiled'; // x-release-please-version
6782+
shaka.Player.version = 'v4.6.6' + '-uncompiled'; // x-release-please-version
67836783

67846784
// Initialize the deprecation system using the version string we just set
67856785
// 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.6.5",
4+
"version": "4.6.6",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)