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