Skip to content

Commit

Permalink
chore(main): release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jun 10, 2024
1 parent 081afde commit 582b6f0
Show file tree
Hide file tree
Showing 5 changed files with 43 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.9.0"
".": "4.10.0"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [4.10.0](https://github.com/shaka-project/shaka-player/compare/v4.9.0...v4.10.0) (2024-06-10)


### Features

* Add audio codec to `selectAudioLanguage()` ([#6723](https://github.com/shaka-project/shaka-player/issues/6723)) ([48bdf17](https://github.com/shaka-project/shaka-player/commit/48bdf176cbb65091d76a348250ce03f87a0c44ae))
* Add dontChooseCodecs config ([#6759](https://github.com/shaka-project/shaka-player/issues/6759)) ([5067d5c](https://github.com/shaka-project/shaka-player/commit/5067d5cf5f83175b28510c01fdff26dcfd52bef0))
* Add segment URIs to segment-related errors ([#6714](https://github.com/shaka-project/shaka-player/issues/6714)) ([8d680e5](https://github.com/shaka-project/shaka-player/commit/8d680e56b4dc8c0dfcdb10a85294d64f9be175d8)), closes [#6712](https://github.com/shaka-project/shaka-player/issues/6712)
* **Ads:** Add content resume/pause requested events ([#6738](https://github.com/shaka-project/shaka-player/issues/6738)) ([9b47b8f](https://github.com/shaka-project/shaka-player/commit/9b47b8f74fc53cd437ea5747d58c5501c17c6716))
* **Ads:** Add support for interstitials when using src= ([#6777](https://github.com/shaka-project/shaka-player/issues/6777)) ([59304b8](https://github.com/shaka-project/shaka-player/commit/59304b820841bc4f03ba4718816eed759557a6bf))
* **Ads:** Fix playback of interstitials in iOS ([#6776](https://github.com/shaka-project/shaka-player/issues/6776)) ([363989c](https://github.com/shaka-project/shaka-player/commit/363989c77044347ab7fbd369c317c3fc81da9275))
* **Ads:** Improve resume times when the interstial uses two video elements ([#6774](https://github.com/shaka-project/shaka-player/issues/6774)) ([5bfe37f](https://github.com/shaka-project/shaka-player/commit/5bfe37f3c5a29ce8fc31ba602118262c5f0ab35e))
* Fix processing EXT-X-DATERANGE on live streams ([#6740](https://github.com/shaka-project/shaka-player/issues/6740)) ([4820565](https://github.com/shaka-project/shaka-player/commit/48205651441842655ea9facafa22358df0fc79cb))
* **HLS:** Add HLS interstitial support ([#6761](https://github.com/shaka-project/shaka-player/issues/6761)) ([60e6847](https://github.com/shaka-project/shaka-player/commit/60e6847e39a01a6382eb35d37f0a606635c7be0e))
* **HLS:** Add support for EXT-X-DATERANGE ([#6718](https://github.com/shaka-project/shaka-player/issues/6718)) ([2ec6444](https://github.com/shaka-project/shaka-player/commit/2ec64442e2b43fdfdf5a20f63d4367dc3d531892))
* **HLS:** Add support to variable substitution in EXT-X-DATERANGE ([#6751](https://github.com/shaka-project/shaka-player/issues/6751)) ([3b2477f](https://github.com/shaka-project/shaka-player/commit/3b2477f42c5d1fdd131e651a2ded1eb98c5fe514))
* **HLS:** Ignore EXT-X-DATERANGE in the past ([#6757](https://github.com/shaka-project/shaka-player/issues/6757)) ([8d7dd37](https://github.com/shaka-project/shaka-player/commit/8d7dd37cfbd2579582c7242b0c8d1f5ac244eeeb))
* **preload:** Add new method destroyAllPreloads ([#6756](https://github.com/shaka-project/shaka-player/issues/6756)) ([b500799](https://github.com/shaka-project/shaka-player/commit/b500799b97abf41299b6cca81ef58412348f82f6))
* **Stats:** count non fatal errors ([#6781](https://github.com/shaka-project/shaka-player/issues/6781)) ([081afde](https://github.com/shaka-project/shaka-player/commit/081afde932ec27fde2d694d5289fc6f34a349244))


### Bug Fixes

* **ABR:** Fix variant choose when two variants have the same bandwidth but different resolution ([#6760](https://github.com/shaka-project/shaka-player/issues/6760)) ([a053dd2](https://github.com/shaka-project/shaka-player/commit/a053dd25137c9d1fed1303c7a2024231752baa54))
* Avoid filter manifest when the DRM is not initialized ([#6737](https://github.com/shaka-project/shaka-player/issues/6737)) ([80139b0](https://github.com/shaka-project/shaka-player/commit/80139b0ba714fb233b5631b0e75f3432eec0ff39))
* Do not export functions in getNonDefaultConfiguration ([#6739](https://github.com/shaka-project/shaka-player/issues/6739)) ([93c6123](https://github.com/shaka-project/shaka-player/commit/93c612392cc5f1bb7f4f7e72fa9f7c298c2074f9))
* ensure all timelineregionenter events are fired ([#6713](https://github.com/shaka-project/shaka-player/issues/6713)) ([76863f2](https://github.com/shaka-project/shaka-player/commit/76863f2a5880ec793c0f7ebc11d187330b9f7651)), closes [#6711](https://github.com/shaka-project/shaka-player/issues/6711)
* Fix green screen issue on Edge with mixed content ([#6719](https://github.com/shaka-project/shaka-player/issues/6719)) ([d5b1863](https://github.com/shaka-project/shaka-player/commit/d5b18631575171eaed4bba31aecb472471dd96df))
* **HLS:** Fix seekRange when using delta playlist ([#6758](https://github.com/shaka-project/shaka-player/issues/6758)) ([7bcb86e](https://github.com/shaka-project/shaka-player/commit/7bcb86e5103ecc6d4ce09498899650493fb88557))
* **HLS:** Ignore query params in the uri of EXT-X-SESSION-KEY tags ([#6755](https://github.com/shaka-project/shaka-player/issues/6755)) ([c3e6450](https://github.com/shaka-project/shaka-player/commit/c3e64508c18f7d0fbc47a95d22862903788289e3))
* **preload:** Fix error handling ([#6753](https://github.com/shaka-project/shaka-player/issues/6753)) ([9d1fe4a](https://github.com/shaka-project/shaka-player/commit/9d1fe4abd59e182237d8cb30ac06ef87cd899515))
* **preload:** Fix preload error reporting ([#6746](https://github.com/shaka-project/shaka-player/issues/6746)) ([95422b1](https://github.com/shaka-project/shaka-player/commit/95422b17d62964f45528061b678651081910c184))
* **PS4:** Fix serverCertificate defaulted to null ([#6716](https://github.com/shaka-project/shaka-player/issues/6716)) ([6f84e41](https://github.com/shaka-project/shaka-player/commit/6f84e411ed7bf4647b94e90a5f63ac0d43d39d30))
* Support for Zenterio ([#6717](https://github.com/shaka-project/shaka-player/issues/6717)) ([97910dc](https://github.com/shaka-project/shaka-player/commit/97910dc8a9d658eee70c204f509c0adddc2cbb7a))
* **UI:** Don't show presentation time in ads ([#6752](https://github.com/shaka-project/shaka-player/issues/6752)) ([2e4ace5](https://github.com/shaka-project/shaka-player/commit/2e4ace593618b0c0bf68f2d67af01a846e5992f7))
* **UI:** Fix resolution sorting ([#6742](https://github.com/shaka-project/shaka-player/issues/6742)) ([aaf4b63](https://github.com/shaka-project/shaka-player/commit/aaf4b633995f91feecf6d77f7c96e7dba7c23206))
* **UI:** UI does not update after loading a new stream ([#6721](https://github.com/shaka-project/shaka-player/issues/6721)) ([d9242cd](https://github.com/shaka-project/shaka-player/commit/d9242cd09c2fae52f8c6842e2a97864fc05c3cd5))

## [4.9.0](https://github.com/shaka-project/shaka-player/compare/v4.8.0...v4.9.0) (2024-05-30)


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

0 comments on commit 582b6f0

Please sign in to comment.