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

Bump twitchapi from 3.11.0 to 4.3.1 #1089

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps twitchapi from 3.11.0 to 4.3.1.

Release notes

Sourced from twitchapi's releases.

v4.3.1

Twitch

  • CustomReward.image is now parsed correctly

v4.3.0

Twitch

  • Added the following new Endpoints:
    • "Get User Emotes"
    • "Warn Chat User"
    • "Create EventSub Subscription"
  • Fixed Error handling of Endpoint Twitch.create_clip()
  • Fixed not raising UnauthorizedException when auth token is invalid and auto_refresh_auth is False
  • Added Parameter is_paused to Twitch.update_custom_reward() (thanks @​iProdigy )
  • Remove deprecated field "tags_ids" from SearchChannelResult

EventSub

  • Added the following new Topics:
    • "Channel Chat Settings Update"
    • "User Whisper Message"
    • "Channel Points Automatic Reward Redemption"
    • "Channel VIP Add"
    • "Channel VIP Remove"
    • "Channel Unban Request Create"
    • "Channel Unban Request Resolve"
    • "Channel Suspicious User Message"
    • "Channel Suspicious User Update"
    • "Channel Moderate"
    • "Channel Warning Acknowledgement"
    • "Channel Warning Send"
    • "Automod Message Hold"
    • "Automod Message Update"
    • "Automod Settings Update"
    • "Automod Terms Update"
    • "Channel Chat User Message Hold"
    • "Channel Chat User Message Update"
  • Fixed reconnect logic for Websockets (thanks @​Latent-Logic )
  • Fixed logger names being set incorrectly for EventSub transports
  • Fixed field "ended_at being incorrectly named "ends_at" for ChannelPollEndData

Chat

  • Added flag ChatMessage.first to ChatMessage indicating a first time chatter (thanks @​lbrooney )

... (truncated)

Changelog

Sourced from twitchapi's changelog.

:orphan:

Changelog


Version 4.3.1


Twitch

  • :const:~twitchAPI.object.api.CustomReward.image of :const:~twitchAPI.object.api.CustomReward is now parsed correctly

Version 4.3.0


Twitch

  • Added the following new Endpoints:

    • "Get User Emotes" :const:~twitchAPI.twitch.Twitch.get_user_emotes()
    • "Warn Chat User" :const:~twitchAPI.twitch.Twitch.warn_chat_user()
    • "Create EventSub Subscription" :const:~twitchAPI.twitch.Twitch.create_eventsub_subscription()
  • Fixed Error handling of Endpoint :const:~twitchAPI.twitch.Twitch.create_clip()

  • Fixed not raising UnauthorizedException when auth token is invalid and auto_refresh_auth is False

  • Added Parameter :const:~twitchAPI.twitch.Twitch.update_custom_reward.params.is_paused to :const:~twitchAPI.twitch.Twitch.update_custom_reward() (thanks https://github.com/iProdigy )

  • Remove deprecated field "tags_ids" from :const:~twitchAPI.object.api.SearchChannelResult

EventSub

  • Added the following new Topics:

    • "Channel Chat Settings Update" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_chat_settings_update()
    • "User Whisper Message" :const:~twitchAPI.eventsub.base.EventSubBase.listen_user_whisper_message()
    • "Channel Points Automatic Reward Redemption" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_points_automatic_reward_redemption_add()
    • "Channel VIP Add" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_vip_add()
    • "Channel VIP Remove" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_vip_remove()
    • "Channel Unban Request Create" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_unban_request_create()
    • "Channel Unban Request Resolve" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_unban_request_resolve()
    • "Channel Suspicious User Message" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_suspicious_user_message()
    • "Channel Suspicious User Update" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_suspicious_user_update()
    • "Channel Moderate" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_moderate()
    • "Channel Warning Acknowledgement" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_warning_acknowledge()
    • "Channel Warning Send" :const:~twitchAPI.eventsub.base.EventSubBase.listen_channel_warning_send()

... (truncated)

Commits
  • 306b465 build: pushed version to 4.3.1
  • e947f42 docs: added v4.3.1 changelog
  • cd974b1 fix: CustomReward.image being parsed incorrectly
  • 7b7b7c4 build: bump version to 4.3.0
  • 025562c docs: added Changelog for v4.3.0
  • 1eb734d docs: added doc strings to CodeFlow
  • e54cdb6 feat: added endpoint "Create EventSub Subscription", closes #328
  • a65debd feat: added new topic "Channel Chat User Message Update", #297
  • 590b745 docs: clarified required scope for topic "Channel Chat User Message Hold"
  • 0676def feat: added new topic "Channel Chat User Message Hold", #297
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
Bumps [twitchapi](https://github.com/Teekeks/pyTwitchAPI) from 3.11.0 to 4.3.1.
- [Release notes](https://github.com/Teekeks/pyTwitchAPI/releases)
- [Changelog](https://github.com/Teekeks/pyTwitchAPI/blob/master/docs/changelog.rst)
- [Commits](Teekeks/pyTwitchAPI@v3.11.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/twitchapi-4.3.1 branch from 81dd6f7 to d7e5870 Compare September 28, 2024 18:58
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants