-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Meta issue for the upcoming Streamlink 7.0.0 release.
The main part will be the support end of Python 3.8 (EOL was finally reached yesterday), the support end of x86 (32 bit) builds of Windows installers and portable archives plus the Linux AppImages (i686), and in addition to that some overdue cleanups of deprecated stuff (both user-facing CLI changes and Streamlink API changes).
Breaking platform/build changes
- Drop support for Python 3.8 #6229
- Should the "32-bit" Windows builds and Linux AppImages be dropped? #5732
Breaking CLI changes
- remove deprecated {,plugin-}config paths
- remove deprecated plugins paths
- remove deprecated --force-progress argument
- remove deprecated stream-type-related arguments
- session: remove deprecated stream-type options #6232
--hls-segment-attempts
--hls-segment-threads
--hls-segment-timeout
--hls-timeout
--http-stream-timeout
-
remove suppressed plugin arguments(keep them for now, add warning message)--sbscokr-id
--twitch-disable-hosting
--twitch-disable-reruns
Breaking Streamlink API changes
- remove deprecated stream-type-related arguments
- session: remove deprecated stream-type options #6232
hls-segment-attempts
hls-segment-threads
hls-segment-timeout
hls-timeout
dash-segment-attempts
dash-segment-threads
dash-segment-timeout
dash-timeout
http-stream-timeout
- remove deprecated import paths for HTTPSession and custom HTTPAdapters
- remove deprecated import path for NoPluginError, NoStreamsError, PluginError and Plugin
Docs
- Add migration docs of removed stuff and add link to deprecation page sections
Metadata
Metadata
Assignees
Labels
No labels