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
Copy file name to clipboardExpand all lines: docs/changelog.rst
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,42 @@
1
1
:orphan:
2
2
3
+
2.9.2
4
+
=======
5
+
- TwitchIO
6
+
- Changes:
7
+
- :func:`PartialUser.fetch_moderated_channels <twitchio.PartialUser.fetch_moderated_channels>` returns "broadcaster_login" api field instead of "broadcaster_name"
8
+
9
+
- Bug fixes
10
+
- fix: :func:`PartialUser.fetch_moderated_channels <twitchio.PartialUser.fetch_moderated_channels>` used "user_" prefix from payload, now uses "broadcaster_" instead
11
+
12
+
13
+
2.9.1
14
+
=======
15
+
- ext.eventsub
16
+
- Bug fixes
17
+
- fix: Special-cased a restart when a specific known bad frame is received.
18
+
19
+
20
+
2.9.0
21
+
=======
22
+
- TwitchIO
23
+
- Additions
24
+
- Added :class:`~twitchio.AdSchedule` and :class:`~twitchio.Emote`
25
+
- Added the new ad-related methods for :class:`~twitchio.PartialUser`:
26
+
- :func:`~twitchio.PartialUser.fetch_ad_schedule`
27
+
- :func:`~twitchio.PartialUser.snooze_ad`
28
+
- Added new method :func:`~twitchio.PartialUser.fetch_user_emotes` to :class:`~twitchio.PartialUser`
29
+
- Added :func:`~twitchio.PartialUser.fetch_moderated_channels` to :class:`~twitchio.PartialUser`
30
+
31
+
- Bug fixes
32
+
- Fixed ``event_token_expired`` not applying to the current request.
33
+
34
+
- ext.eventsub
35
+
- Bug fixes
36
+
- Fixed a crash where a Future could be None, causing unintentional errors.
37
+
- Special-cased a restart when a specific known bad frame is received.
0 commit comments