Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.0.0 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "2.0.0"
}
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [2.0.0](https://github.com/joeyparrish/shaka-streamer/compare/v1.1.1...v2.0.0) (2024-12-20)


### ⚠ BREAKING CHANGES

* Bump minimum Python version to 3.9 ([#171](https://github.com/joeyparrish/shaka-streamer/issues/171))

### Features

* Add generate_iframe_playlist option ([#205](https://github.com/joeyparrish/shaka-streamer/issues/205)) ([071396b](https://github.com/joeyparrish/shaka-streamer/commit/071396b4f27c85716675e3653e435635c43c2c9e))
* Add OPUS mp4 support ([#143](https://github.com/joeyparrish/shaka-streamer/issues/143)) ([2f38022](https://github.com/joeyparrish/shaka-streamer/commit/2f38022a2708dfd29e5c6f51cd7a34c1f8478004))
* Add support for FLAC codec ([#187](https://github.com/joeyparrish/shaka-streamer/issues/187)) ([2edfefe](https://github.com/joeyparrish/shaka-streamer/commit/2edfefe43179d97ebe64d0c72ef3d43ce9499f0b))
* Add support for forced subtitles ([#208](https://github.com/joeyparrish/shaka-streamer/issues/208)) ([96ae67a](https://github.com/joeyparrish/shaka-streamer/commit/96ae67a1d657c0cd4d8d1991742cf5f7dd553d29))
* Always use HLS session keys to improve player startup performance ([#181](https://github.com/joeyparrish/shaka-streamer/issues/181)) ([dc56dee](https://github.com/joeyparrish/shaka-streamer/commit/dc56dee91f32752667ce161604ade2f8553a739b))
* Bump minimum Python version to 3.9 ([#171](https://github.com/joeyparrish/shaka-streamer/issues/171)) ([6b4b761](https://github.com/joeyparrish/shaka-streamer/commit/6b4b7610cf6c311048943b5b9461bc99755873fc))
* **cloud:** Add cloud delete support ([#164](https://github.com/joeyparrish/shaka-streamer/issues/164)) ([aa1f4e7](https://github.com/joeyparrish/shaka-streamer/commit/aa1f4e793750573079a71bdacd11a64cf43d5730))
* **cloud:** Upload through HTTP proxy node ([#103](https://github.com/joeyparrish/shaka-streamer/issues/103)) ([20c2704](https://github.com/joeyparrish/shaka-streamer/commit/20c2704deacb402e39640408ac6157e94a5f78ba)), closes [#47](https://github.com/joeyparrish/shaka-streamer/issues/47)
* Expand binary platforms and hardware encoding ([#161](https://github.com/joeyparrish/shaka-streamer/issues/161)) ([0c4b529](https://github.com/joeyparrish/shaka-streamer/commit/0c4b529d56555ad249246cd2a8c5ea935ca9edbe))
* Recover from upload failures ([#211](https://github.com/joeyparrish/shaka-streamer/issues/211)) ([278d775](https://github.com/joeyparrish/shaka-streamer/commit/278d775272d56ec4eccc437de76c002aac2b8317)), closes [#195](https://github.com/joeyparrish/shaka-streamer/issues/195)
* Restore HTTP output (not cloud storage) ([#212](https://github.com/joeyparrish/shaka-streamer/issues/212)) ([1a4c7c2](https://github.com/joeyparrish/shaka-streamer/commit/1a4c7c21ba772378e364030ac8f3a6cb62849cbf)), closes [#210](https://github.com/joeyparrish/shaka-streamer/issues/210)
* Use by default VP9 with mp4 ([#206](https://github.com/joeyparrish/shaka-streamer/issues/206)) ([2ac830b](https://github.com/joeyparrish/shaka-streamer/commit/2ac830b9caaf6e64f55824edfeb03b445b6e3b3c))
* Use modern Dolby signaling instead of duplicate representations ([#182](https://github.com/joeyparrish/shaka-streamer/issues/182)) ([db55cc6](https://github.com/joeyparrish/shaka-streamer/commit/db55cc651ac85bca9757c1f1c34846e0e7820bc4))


### Bug Fixes

* **binaries:** Bring PyPi package size under the limit ([#192](https://github.com/joeyparrish/shaka-streamer/issues/192)) ([3de6706](https://github.com/joeyparrish/shaka-streamer/commit/3de6706240d6059b270c18bc9e79804ccb172350))
* **binaries:** Fix arm64 mac binary tags ([#196](https://github.com/joeyparrish/shaka-streamer/issues/196)) ([f06e010](https://github.com/joeyparrish/shaka-streamer/commit/f06e010975d5ba267600e7d95076d547a177488c)), closes [#194](https://github.com/joeyparrish/shaka-streamer/issues/194)
* **binaries:** Fix macOS arm64 ffmpeg crash ([#202](https://github.com/joeyparrish/shaka-streamer/issues/202)) ([53c4eb6](https://github.com/joeyparrish/shaka-streamer/commit/53c4eb6a85be144a69db5e462c4b155b15524be4))
* **cloud:** Avoid rate limit issues on live streams ([#162](https://github.com/joeyparrish/shaka-streamer/issues/162)) ([1231502](https://github.com/joeyparrish/shaka-streamer/commit/1231502c068e15c6e10b856520d5fc891a5bcc20))
* **cloud:** Fix write failures from Packager ([#167](https://github.com/joeyparrish/shaka-streamer/issues/167)) ([791e39f](https://github.com/joeyparrish/shaka-streamer/commit/791e39f0a9ecb12252eb6ed08155653f6614c5ab))
* **cloud:** Quiet the HTTP server log ([#163](https://github.com/joeyparrish/shaka-streamer/issues/163)) ([4170d21](https://github.com/joeyparrish/shaka-streamer/commit/4170d218dc834f9b174019287320de64e596e54c))
* **cloud:** Retry on all failures ([#165](https://github.com/joeyparrish/shaka-streamer/issues/165)) ([7bb46d4](https://github.com/joeyparrish/shaka-streamer/commit/7bb46d446ae645ab0fbe471bf59ff3091a87c6e7))
* **docs:** Improve READMEs and pypi docs for binaries ([#214](https://github.com/joeyparrish/shaka-streamer/issues/214)) ([4dd6fa4](https://github.com/joeyparrish/shaka-streamer/commit/4dd6fa4f4bddc8398b86784535ffd042174595dc))
* Fix frame-rate and resolution auto-detection edge case ([#129](https://github.com/joeyparrish/shaka-streamer/issues/129)) ([f42188e](https://github.com/joeyparrish/shaka-streamer/commit/f42188e9bb93af1e27116b42a759a8e49587f7a9)), closes [#127](https://github.com/joeyparrish/shaka-streamer/issues/127)
* Fix framerate autodetection edge case ([#128](https://github.com/joeyparrish/shaka-streamer/issues/128)) ([aacabdc](https://github.com/joeyparrish/shaka-streamer/commit/aacabdc9bb4b82331d49e91ca41abfbb889cb49e)), closes [#127](https://github.com/joeyparrish/shaka-streamer/issues/127)
* Fix typing of log_request ([#166](https://github.com/joeyparrish/shaka-streamer/issues/166)) ([c38d7e9](https://github.com/joeyparrish/shaka-streamer/commit/c38d7e9f4ba0962c5c9b186bc3ed13f6a747903e))
* **HLS:** Fix audio grouping by codec ([#185](https://github.com/joeyparrish/shaka-streamer/issues/185)) ([7f07eec](https://github.com/joeyparrish/shaka-streamer/commit/7f07eec9042ae62a1e1c6719c0ad4f8fffc2775f))
* only use the first line of ffprobe's output ([#120](https://github.com/joeyparrish/shaka-streamer/issues/120)) ([4d7d077](https://github.com/joeyparrish/shaka-streamer/commit/4d7d077e270474f99a2c6851133e8b97b738e990)), closes [#119](https://github.com/joeyparrish/shaka-streamer/issues/119)


### Documentation

* Update cloud upload docs ([#168](https://github.com/joeyparrish/shaka-streamer/issues/168)) ([fddf413](https://github.com/joeyparrish/shaka-streamer/commit/fddf4139800c27c16433033c7c920daa13a0f900))

## [1.1.1](https://github.com/shaka-project/shaka-streamer/compare/v1.1.0...v1.1.1) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion binaries/streamer_binaries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import platform

__version__ = '1.1.1' # x-release-please-version
__version__ = '2.0.0' # x-release-please-version


# Get the directory path where this __init__.py file resides.
Expand Down
2 changes: 1 addition & 1 deletion streamer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.1.1' # x-release-please-version
__version__ = '2.0.0' # x-release-please-version

from . import controller_node
Loading