You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new dependency for resolving stereo channels and sample rate from audio files. Added setters for rate and channel to expose them incase the meta data is incorrect.
TwitchIO is an asynchronous Python wrapper around the Twitch API and IRC, with a powerful command extension for creating Twitch Chat Bots. TwitchIO covers almost all of the new Twitch API and features support for commands, PubSub, Webhooks, and EventSub.
22
22
@@ -104,7 +104,7 @@ Thank you to all those who contribute and help TwitchIO grow.
- Added User method :func:`~twitchio.PartialUser.fetch_chat_badges`
9
121
- Added repr for :class:`~twitchio.SearchUser`
@@ -16,18 +128,20 @@ Master
16
128
- Added :func:`~twitchio.Client.fetch_content_classification_labels` along with :class:`~twitchio.ContentClassificationLabel`
17
129
- Added :attr:`~twitchio.ChannelInfo.content_classification_labels` and :attr:`~twitchio.ChannelInfo.is_branded_content` to :class:`~twitchio.ChannelInfo`
18
130
- Added new parameters to :func:`~twitchio.PartialUser.modify_stream` for ``is_branded_content`` and ``content_classification_labels``
19
-
131
+
20
132
- Bug fixes
21
133
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`
22
134
- Made Chatter :attr:`~twitchio.Chatter.id` property public
23
135
- :func:`~twitchio.Client.event_token_expired` will now be called correctly when response is ``401 Invalid OAuth token``
24
136
- Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
25
137
- Fix :func:`~twitchio.CustomReward.edit` so it now can enable the reward
26
138
139
+
- Other Changes
140
+
- Updated the HTTPException to provide useful information when an error is raised.
27
141
28
-
- ext.sounds
29
-
- Bug fixes
30
-
- Added setters for Sounds.rate and Sounds.channels properties
142
+
- ext.eventsub
143
+
- Added websocket support via :class:`~twitchio.ext.eventsub.EventSubWSClient`.
0 commit comments