Skip to content

v4.3.0

Compare
Choose a tag to compare
@Teekeks Teekeks released this 31 Aug 15:54
· 7 commits to master since this release
7b7b7c4

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 )

OAuth

  • Added CodeFlow user authenticator, usefull for headless server user token generation.
  • Added the following new Auth Scopes:
    • AuthScope.USER_READ_EMOTES
    • AuthScope.USER_READ_WHISPERS
    • AuthScope.MODERATOR_READ_UNBAN_REQUESTS
    • AuthScope.MODERATOR_MANAGE_UNBAN_REQUESTS
    • AuthScope.MODERATOR_READ_SUSPICIOUS_USERS
    • AuthScope.MODERATOR_READ_BANNED_USERS
    • AuthScope.MODERATOR_READ_CHAT_SETTINGS
    • AuthScope.MODERATOR_READ_WARNINGS
    • AuthScope.MODERATOR_MANAGE_WARNINGS
    • AuthScope.MODERATOR_READ_MODERATORS
    • AuthScope.MODERATOR_READ_VIPS