Skip to content

Commit 96c3219

Browse files
authored
chore(v4.9.x): release 4.9.9 (#6886)
1 parent f2d4eb6 commit 96c3219

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.9.8"
2+
".": "4.9.9"
33
}

CHANGELOG.md

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

3+
## [4.9.9](https://github.com/shaka-project/shaka-player/compare/v4.9.8...v4.9.9) (2024-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Avoid firing SEGMENT_MISSING when there is an alternative ([#6881](https://github.com/shaka-project/shaka-player/issues/6881)) ([d2f5794](https://github.com/shaka-project/shaka-player/commit/d2f579489247ee9c3fdcae0d932bc4e62e7acb49))
9+
* **CEA:** CEA-608 is not rendered in some cases (multiples TRAF boxes) ([#6878](https://github.com/shaka-project/shaka-player/issues/6878)) ([4ee40f5](https://github.com/shaka-project/shaka-player/commit/4ee40f58084a3c84471e0285d5c3efb6381baf72))
10+
* Generate the correct codec for AV1 HDR ([#6879](https://github.com/shaka-project/shaka-player/issues/6879)) ([564ec22](https://github.com/shaka-project/shaka-player/commit/564ec22c7a71b44548d04fa94c1af8ffbe6be93f))
11+
* **HLS:** Avoid get basic info when the first segment is a gap ([#6882](https://github.com/shaka-project/shaka-player/issues/6882)) ([4a04b72](https://github.com/shaka-project/shaka-player/commit/4a04b72069b1f384c3e8e18302af768373099de6))
12+
* **HLS:** Avoid make a HEAD request of gap segments ([#6880](https://github.com/shaka-project/shaka-player/issues/6880)) ([3fd9aef](https://github.com/shaka-project/shaka-player/commit/3fd9aefb4d792e48d6a8422a3ca024510e2fbc4b))
13+
* **HLS:** Identify EXT-X-GAP with segment tags ([#6884](https://github.com/shaka-project/shaka-player/issues/6884)) ([f2d4eb6](https://github.com/shaka-project/shaka-player/commit/f2d4eb622a944ccbf9163003ef5657d96c92bfae))
14+
315
## [4.9.8](https://github.com/shaka-project/shaka-player/compare/v4.9.7...v4.9.8) (2024-06-20)
416

517

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7459,7 +7459,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
74597459
* @export
74607460
*/
74617461
// eslint-disable-next-line no-useless-concat
7462-
shaka.Player.version = 'v4.9.8' + '-uncompiled'; // x-release-please-version
7462+
shaka.Player.version = 'v4.9.9' + '-uncompiled'; // x-release-please-version
74637463

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

0 commit comments

Comments
 (0)