whatsnowplaying / whats-now-playing

Titling software for streamers who use DJ software like Serato, Virtual DJ, and more.
MIT License
62 stars 11 forks source link

Bump twitchapi from 3.11.0 to 4.2.1 #1068

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps twitchapi from 3.11.0 to 4.2.1.

Release notes

Sourced from twitchapi's releases.

v4.2.1

EventSub

  • Fixed event payload parsing for Channel Prediction events

v4.2.0

Twitch

  • Fixed Endpoint Twitch.get_stream_key() (thanks @​moralrecordings )
  • Added the following new Endpoints:
    • "Get Ad Schedule"
    • "Snooze Next Ad"
    • "Send Chat Message"
    • "Get Moderated Channels"

EventSub

  • Fixed EventSubWebsocket.stop() not raising RuntimeException when called and socket not running.
  • Added the following new Topics:
    • "Channel Ad Break Begin"
    • "Channel Chat Message"

OAuth

  • Added the following new AuthScopes:
    • AuthScope.USER_WRITE_CHAT
    • AuthScope.CHANNEL_READ_ADS
    • AuthScope.CHANNEL_MANAGE_ADS
    • AuthScope.USER_READ_MODERATED_CHANNELS

v4.1.0

Twitch

  • Removed the deprecated Endpoint "Get Users Follows"
  • Removed the deprecated bits related fields from Poll Endpoint data

EventSub

  • Duplicate Webhook messages will now be ignored
  • EventSub will now recover properly from a disconnect when auth token is expired
  • Added the following new Topics:
    • "Channel Chat Clear"
    • "Channel Chat Clear User Messages"

... (truncated)

Changelog

Sourced from twitchapi's changelog.

:orphan:

Changelog


Version 4.2.1


EventSub

  • Fixed event payload parsing for Channel Prediction events

Version 4.2.0


Twitch

  • Fixed Endpoint :const:~twitchAPI.twitch.Twitch.get_stream_key() (thanks https://github.com/moralrecordings )

  • Added the following new Endpoints:

    • "Get Ad Schedule" :const:~twitchAPI.twitch.Twitch.get_ad_schedule()
    • "Snooze Next Ad" :const:~twitchAPI.twitch.Twitch.snooze_next_ad()
    • "Send Chat Message" :const:~twitchAPI.twitch.Twitch.send_chat_message()
    • "Get Moderated Channels" :const:~twitchAPI.twitch.Twitch.get_moderated_channels()

EventSub

  • Fixed :const:~twitchAPI.eventsub.websocket.EventSubWebsocket.stop() not raising RuntimeException when called and socket not running.

  • Added the following new Topics:

    • "Channel Ad Break Begin" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_ad_break_begin()
    • "Channel Chat Message" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_message()

OAuth

  • Added the following new AuthScopes:

    • :const:~twitchAPI.type.AuthScope.USER_WRITE_CHAT
    • :const:~twitchAPI.type.AuthScope.CHANNEL_READ_ADS
    • :const:~twitchAPI.type.AuthScope.CHANNEL_MANAGE_ADS
    • :const:~twitchAPI.type.AuthScope.USER_READ_MODERATED_CHANNELS

... (truncated)

Commits
  • 0d97664 build: release 4.2.1
  • f3ec916 fix: Fixed EventSub Prediction payload parsing
  • c3f4d3c Merge pull request #292 from Duskofdawn/patch-1
  • 2fc806f Update mocking.rst
  • bb90a86 docs: fixed auth tutorial calling twitch.stop() instead of twitch.close()
  • 49ca904 build(docs): pin sphinx theme version
  • 14bef5e docs: fix type display in new Sphinx theme version
  • b2f51ff build: bump version to 4.2.0
  • 8e988cf docs: added 4.2.0 changelog
  • aaf916c build: set/update minimum version for aiohttp and python-dateutil
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 3 months ago

Superseded by #1075.