release: 5.1.1

This commit is contained in:
bastimeyer 2022-11-22 20:37:18 +01:00 committed by Sebastian Meyer
parent 06a76d890c
commit b911bc9635
1 changed files with 12 additions and 0 deletions

View File

@ -1,7 +1,19 @@
# Changelog
## streamlink 5.1.1 (2022-11-23)
Patch release:
- Changed: `WebsocketClient` to use CA certificates bundled by `certifi` ([#4977](https://github.com/streamlink/streamlink/pull/4977))
- Fixed: `SegmentedStreamReader` not properly getting closed ([#4972](https://github.com/streamlink/streamlink/pull/4972))
- Fixed: CLI argument links throughout the entire docs ([#4989](https://github.com/streamlink/streamlink/pull/4989))
- Build: added `certifi` as a direct dependency ([#4977](https://github.com/streamlink/streamlink/pull/4977))
## streamlink 5.1.0 (2022-11-14)
Release highlights:
- Added: debug log messages of the FFmpeg version in use ([#4861](https://github.com/streamlink/streamlink/pull/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](https://github.com/streamlink/streamlink/pull/4952))