|
1 | 1 | :orphan:
|
2 | 2 |
|
3 |
| -Master |
4 |
| -======= |
| 3 | +2.3.0 |
| 4 | +===== |
5 | 5 | Massive documentation updates
|
6 | 6 |
|
7 | 7 | - TwitchIO
|
8 |
| - - Removed unexpected loop termination from `WSConnection._close()` |
9 |
| - - Fix bug where # prefixed channel names and capitals in initial_channels would not trigger :func:`twitchio.Client.event_ready` |
10 |
| - - Adjusted join channel rate limit handling |
11 |
| - - Added `retain_cache` kwarg to Client and Bot. Default is True. |
12 |
| - - :func:`User.create_clip` has been fixed by converting bool to string in http request |
13 |
| - - Poll endpoints added :func:`User.fetch_polls` :func:`User.create_poll` and :func:`User.end_poll` |
14 |
| - - :func:`Client.fetch_cheermotes` color attribute corrected |
15 |
| - - :func:`User.fetch_channel_teams` returns empty list if no teams found rather than unhandled error |
16 |
| - - Added :func:`User.fetch_goals` method |
17 |
| - - Added :func:`User.fetch_chat_settings` and :func:`User.update_chat_settings` methods |
18 |
| - - Added :func:`Client.part_channels` method |
19 |
| - - Added :func:`Client.event_channel_joined` event. This is dispatched when the bot joins a channel |
20 |
| - - Added first kwarg to :func:`CustomReward.get_redemptions` |
21 |
| - - Fix :class:`CustomRewardRedemption` so :func:`CustomReward.get_redemptions` returns correctly |
| 8 | + - Additions |
| 9 | + - Added ``retain_cache`` kwarg to Client and Bot. Default is True. |
| 10 | + - Poll endpoints added :func:`twitchio.PartialUser.fetch_polls` :func:`twitchio.PartialUser.create_poll` and :func:`twitchio.PartialUser.end_poll` |
| 11 | + - Added :func:`twitchio.PartialUser.fetch_goals` method |
| 12 | + - Added :func:`twitchio.PartialUser.fetch_chat_settings` and :func:`twitchio.PartialUser.update_chat_settings` methods |
| 13 | + - Added :func:`twitchio.Client.part_channels` method |
| 14 | + - Added :func:`~twitchio.Client.event_channel_joined` event. This is dispatched when the bot joins a channel |
| 15 | + - Added first kwarg to :func:`twitchio.CustomReward.get_redemptions` |
| 16 | + |
| 17 | + - Bug fixes |
| 18 | + - Removed unexpected loop termination from ``WSConnection._close()`` |
| 19 | + - Fix bug where # prefixed channel names and capitals in initial_channels would not trigger :func:`~twitchio.Client.event_ready` |
| 20 | + - Adjusted join channel rate limit handling |
| 21 | + - :func:`twitchio.PartialUser.create_clip` has been fixed by converting bool to string in http request |
| 22 | + - :func:`twitchio.Client.fetch_cheermotes` color attribute corrected |
| 23 | + - :func:`twitchio.PartialUser.fetch_channel_teams` returns empty list if no teams found rather than unhandled error |
| 24 | + - Fix :class:`twitchio.CustomRewardRedemption` so :func:`twitchio.CustomReward.get_redemptions` returns correctly |
22 | 25 |
|
23 | 26 | - ext.commands
|
24 |
| - - :func:`Bot.handle_commands` now also invokes on threads / replies |
25 |
| - - Cooldowns are now handled correctly per bucket. |
26 |
| - - Fix issue with :func:`Bot.reload_module` where module is reloaded incorrectly if exception occurs |
| 27 | + - Additions |
| 28 | + - :func:`twitchio.ext.commands.Bot.handle_commands` now also invokes on threads / replies |
| 29 | + |
| 30 | + - Bug fixes |
| 31 | + - Cooldowns are now handled correctly per bucket. |
| 32 | + - Fix issue with :func:`twitchio.ext.Bot.reload_module` where module is reloaded incorrectly if exception occurs |
27 | 33 |
|
28 | 34 | - ext.pubsub
|
29 | 35 | - Channel subscription model fixes and additional type hints for Optional return values
|
30 |
| - - PubSubBitsMessage model updated to return correct data and updated typing |
31 |
| - - PubSubBitsBadgeMessage model updated to return correct data and updated typing |
32 |
| - - PubSubChatMessage now correctly returns a string rather than int for the Bits Events |
| 36 | + - :class:`~twitchio.ext.pubsub.PubSubBitsMessage` model updated to return correct data and updated typing |
| 37 | + - :class:`~twitchio.ext.pubsub.PubSubBitsBadgeMessage` model updated to return correct data and updated typing |
| 38 | + - :class:`~twitchio.ext.pubsub.PubSubChatMessage` now correctly returns a string rather than int for the Bits Events |
33 | 39 |
|
34 | 40 | 2.2.0
|
35 | 41 | =====
|
|
0 commit comments