Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.7 (#7063)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.10.7](v4.10.6...v4.10.7)
(2024-07-18)


### Bug Fixes

* Allow reference mimeType change in StreamingEngine
([#7061](#7061))
([2fe4dcc](2fe4dcc))
* **DASH:** Prioritize highest bandwidth in PeriodCombiner
([#7045](#7045))
([30cdd61](30cdd61))
* Destroy correctly unused transmuxer
([#7059](#7059))
([7641475](7641475))
* Fix MSE polyfill for iOS
([#7049](#7049))
([44dc9a9](44dc9a9))
* **HLS:** Remove init segment on formats without init segment
([#7060](#7060))
([ee179ad](ee179ad))
* **Transmuxer:** Fix init segment between discontinuities
([#7042](#7042))
([dd2a6d7](dd2a6d7))
* **ttml:** Handle escaped special characters.
([#7047](#7047))
([451a41e](451a41e)),
closes
[#7044](#7044)
* **UI:** Fix resolution label when the stream has not resolution
([#7043](#7043))
([9e468f4](9e468f4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot authored Jul 18, 2024
1 parent 7641475 commit fafc626
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.6"
".": "4.10.7"
}
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.7](https://github.com/shaka-project/shaka-player/compare/v4.10.6...v4.10.7) (2024-07-18)


### Bug Fixes

* Allow reference mimeType change in StreamingEngine ([#7061](https://github.com/shaka-project/shaka-player/issues/7061)) ([2fe4dcc](https://github.com/shaka-project/shaka-player/commit/2fe4dcc076079816dc8999354bffe05994ec1d33))
* **DASH:** Prioritize highest bandwidth in PeriodCombiner ([#7045](https://github.com/shaka-project/shaka-player/issues/7045)) ([30cdd61](https://github.com/shaka-project/shaka-player/commit/30cdd612a5eeb2a2bdcffde5cc37314829e56bad))
* Destroy correctly unused transmuxer ([#7059](https://github.com/shaka-project/shaka-player/issues/7059)) ([7641475](https://github.com/shaka-project/shaka-player/commit/76414755abe708419d5ff5828e1d506866004084))
* Fix MSE polyfill for iOS ([#7049](https://github.com/shaka-project/shaka-player/issues/7049)) ([44dc9a9](https://github.com/shaka-project/shaka-player/commit/44dc9a96f91d274daec4fcb63577794ffa55cca3))
* **HLS:** Remove init segment on formats without init segment ([#7060](https://github.com/shaka-project/shaka-player/issues/7060)) ([ee179ad](https://github.com/shaka-project/shaka-player/commit/ee179ad3d041c85c663682b9f34cf0a52c0f0535))
* **Transmuxer:** Fix init segment between discontinuities ([#7042](https://github.com/shaka-project/shaka-player/issues/7042)) ([dd2a6d7](https://github.com/shaka-project/shaka-player/commit/dd2a6d7c1289b1315942abfe3956096e84e3c001))
* **ttml:** Handle escaped special characters. ([#7047](https://github.com/shaka-project/shaka-player/issues/7047)) ([451a41e](https://github.com/shaka-project/shaka-player/commit/451a41e625c7665ec42d0b98a191bab45077e193)), closes [#7044](https://github.com/shaka-project/shaka-player/issues/7044)
* **UI:** Fix resolution label when the stream has not resolution ([#7043](https://github.com/shaka-project/shaka-player/issues/7043)) ([9e468f4](https://github.com/shaka-project/shaka-player/commit/9e468f48d32b6b795b2c9fbe2242b9c6e794b820))

## [4.10.6](https://github.com/shaka-project/shaka-player/compare/v4.10.5...v4.10.6) (2024-07-15)


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

0 comments on commit fafc626

Please sign in to comment.