Skip to content

Bump streamlink from 3.2.0 to 5.1.2 in /TwitchRSS#20

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/TwitchRSS/streamlink-5.1.2
Closed

Bump streamlink from 3.2.0 to 5.1.2 in /TwitchRSS#20
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/TwitchRSS/streamlink-5.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 5, 2022

Copy link
Copy Markdown
Contributor

Bumps streamlink from 3.2.0 to 5.1.2.

Release notes

Sourced from streamlink's releases.

Streamlink 5.1.2

Patch release:

  • Fixed: ValueError being raised while muxing streams (#4998)
  • Fixed: ad filtering bug in Twitch plugin (#5007)
  • Fixed: SVTPlay plugin (#4994)
  • Fixed: TVP plugin (#4997)
  • Docs: updated Linux AppImage and Windows builds install sections (#4999)
  • Docs: fixed man page links in HTML docs (#4995)

📦 Download and Installation

Please see the installation instructions for a list of available install methods and packages on the supported operating systems.

⚠️ PLEASE NOTE ⚠️
Streamlink's Windows installers have been moved to streamlink/windows-builds.

⚙️ Configuration and Usage

Please see the CLI documentation for how to configure and use Streamlink.

❤️ Support

If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the available options.
Your support is very much appreciated, thank you!

🙏 Contributors

🗒️ Full changelog

bastimeyer <mail@bastimeyer.de> (9):
      docs: fix changelog of 5.1.1 release
      docs: fix man page links in HTML docs
      plugins.tvp: fix channel ID lookup
      stream.ffmpegmux: abort on ValueError during read
      plugins.svtplay: rewrite plugin and add HLS
      docs: rewrite Windows + AppImage install sections
      docs: remove unnecessary note from install page
      docs: explain XDG base dir and parameter expansion
      plugins.twitch: fix ad filtering bug

streamlinkbot <streamlinkbot@users.noreply.github.com> (1): plugin.api: update useragents

Streamlink 5.1.1

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 5.1.2 (2022-12-03)

Patch release:

  • Fixed: ValueError being raised while muxing streams (#4998)
  • Fixed: ad filtering bug in Twitch plugin (#5007)
  • Fixed: SVTPlay plugin (#4994)
  • Fixed: TVP plugin (#4997)
  • Docs: updated Linux AppImage and Windows builds install sections (#4999)
  • Docs: fixed man page links in HTML docs (#4995)

Full changelog

streamlink 5.1.1 (2022-11-23)

Patch release:

  • Changed: WebsocketClient to use CA certificates bundled by certifi (#4977)
  • Fixed: SegmentedStreamReader not properly getting closed (#4972)
  • Fixed: CLI argument links throughout the entire docs (#4989)
  • Build: added certifi as a direct dependency (#4977)

Full changelog

streamlink 5.1.0 (2022-11-14)

Release highlights:

  • Added: debug log messages of the FFmpeg version in use (#4861)
    Checking the FFmpeg version can be disabled via --ffmpeg-no-validation
  • Added: --twitch-access-token-param for changing access token API request params (#4952)
  • Added: new log level all (#4941)
  • Updated: sbscokr plugin and removed the --sbscokr-id parameter (#4865)
  • Updated: Twitch authentication docs (#4940, #4956)
  • Fixed: broken --twitch-disable-ads mid-roll ad filering (#4942)
  • Fixed: incorrect module name for trace logs on Python 3.11 (#4863)
  • Fixed: bloomberg plugin (#4919)
  • Fixed: dailymotion plugin (#4910)
  • Fixed: raiplay plugin (#4851)
  • Fixed: tvp plugin (#4905)
  • Fixed: vinhlongtv plugin (#4850)
  • Fixed: various other plugin issues (see full changelog)
  • Removed plugins: egame (#4866)
  • Build: added urllib3 as a direct dependency and set it to >=1.26.0 (#4950)
  • Build: added pytest-asyncio to dev-requirements (#4861)

Full changelog

... (truncated)

Commits
  • 44c4a4c release: 5.1.2
  • b9f3295 plugins.twitch: fix ad filtering bug
  • 471f9ef plugin.api: update useragents
  • 177f878 docs: explain XDG base dir and parameter expansion
  • 20ea832 docs: remove unnecessary note from install page
  • f1e79e7 docs: rewrite Windows + AppImage install sections
  • 55b5852 plugins.svtplay: rewrite plugin and add HLS
  • 32d8ff4 stream.ffmpegmux: abort on ValueError during read
  • f51bff0 plugins.tvp: fix channel ID lookup
  • 29d1f39 docs: fix man page links in HTML docs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [streamlink](https://github.com/streamlink/streamlink) from 3.2.0 to 5.1.2.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](streamlink/streamlink@3.2.0...5.1.2)

---
updated-dependencies:
- dependency-name: streamlink
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 24, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #21.

@dependabot dependabot Bot closed this Jan 24, 2023
@dependabot
dependabot Bot deleted the dependabot/pip/TwitchRSS/streamlink-5.1.2 branch January 24, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants