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
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
93
+
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
88
94
- New attribute :attr:`~twitchio.Clip.is_featured` for :class:`~twitchio.Clip`
89
95
90
96
- Bug fixes
@@ -122,14 +128,14 @@
122
128
- Added :func:`~twitchio.Client.fetch_content_classification_labels` along with :class:`~twitchio.ContentClassificationLabel`
123
129
- Added :attr:`~twitchio.ChannelInfo.content_classification_labels` and :attr:`~twitchio.ChannelInfo.is_branded_content` to :class:`~twitchio.ChannelInfo`
124
130
- Added new parameters to :func:`~twitchio.PartialUser.modify_stream` for ``is_branded_content`` and ``content_classification_labels``
125
-
131
+
126
132
- Bug fixes
127
133
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`
128
134
- Made Chatter :attr:`~twitchio.Chatter.id` property public
129
135
- :func:`~twitchio.Client.event_token_expired` will now be called correctly when response is ``401 Invalid OAuth token``
130
136
- Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
131
137
- Fix :func:`~twitchio.CustomReward.edit` so it now can enable the reward
132
-
138
+
133
139
- Other Changes
134
140
- Updated the HTTPException to provide useful information when an error is raised.
0 commit comments