@@ -10,24 +10,33 @@ Changelog
1010======
1111- twitchio
1212 - Additions
13- - Added - :class: `~twitchio.UserAuthorisation ` model
14- - Added - :func: `~twitchio.Client.fetch_auth_by_users ` to :class: `~twitchio.Client `
15- - Added - :func: `~twitchio.PartialUser.fetch_auth ` to :class: `~twitchio.PartialUser `
13+ - Added - :class: `~twitchio.UserAuthorisation ` model.
14+ - Added - :func: `~twitchio.Client.fetch_auth_by_users ` to :class: `~twitchio.Client `.
15+ - Added - :func: `~twitchio.PartialUser.fetch_auth ` to :class: `~twitchio.PartialUser `.
1616 - Added - :func: `~twitchio.PartialUser.fetch_stream ` to :class: `~twitchio.PartialUser ` as a helper method.
1717 - Added - :func: `~twitchio.PartialUser.fetch_hype_train_status ` to :class: `~twitchio.PartialUser `.
18- This replaces :func: `~twitchio.PartialUser.fetch_hype_train_events ` which has been deprecated
19- - Added - :attr: `~twitchio.Chatter.lead_moderator `
20- - Added - :func: `~twitchio.ext.commands.is_lead_moderator ` guard
21- - Added - New optional title and duration arguments for :func: `~twitchio.PartialUser.create_clip `
18+ This replaces :func: `~twitchio.PartialUser.fetch_hype_train_events ` which has been deprecated.
19+ - Added - :attr: `~twitchio.Chatter.lead_moderator `.
20+ - Added - :func: `~twitchio.ext.commands.is_lead_moderator ` guard.
21+ - Added - New optional title and duration arguments for :func: `~twitchio.PartialUser.create_clip `.
22+ - Added - :func: `twitchio.ChatMessage.delete ` method.
23+ - Added - :func: `twitchio.Chatter.delete_message ` method.
24+ - Added - ``client `` keyword-only argument to web adapters; allowing adapters to have a :class: `~twitchio.Client ` available at initialization.
25+ - Added - web adapters are now ``Generic `` and accept a :class: `~twitchio.Client ` or any derivative/subclass.
26+ - Added - :func: `twitchio.Scopes.from_url ` classmethod.
27+ - Added the ``oauth_path `` and ``redirect_path `` arguments to web adapters.
2228
2329 - Changes
2430 - :attr: `~twitchio.Chatter.moderator ` returns True for Lead Moderator role.
2531 - :func: `~twitchio.PartialUser.create_clip ` `has_delay ` argument has been deprecated.
2632
2733 - Bug fixes
28- - Fix :func: `~twitchio.utils.setup_logging ` breaking coloured formatting on `CRITICAL ` logging level
29- - Fix :class: `~models.eventsub_.ChannelPointsAutoRedeemAdd ` now accounts for attribute message in payload to be None
30- - Fix :class: `~models.eventsub_.ChannelBitsUse ` now accounts for attribute message in payload to be None
34+ - Fix :func: `~twitchio.utils.setup_logging ` breaking coloured formatting on ``CRITICAL `` logging level.
35+ - Fix :class: `~models.eventsub_.ChannelPointsAutoRedeemAdd ` now accounts for attribute message in payload to be None.
36+ - Fix :class: `~models.eventsub_.ChannelBitsUse ` now accounts for attribute message in payload to be None.
37+ - Fix some typing issues with adapters in :class: `~twitchio.Client `.
38+ - Fixed a bug causing conduit websockets to be treated as eventsub websockets and fail after a reconnect attempt.
39+ - Fixed incorrect documentation in :func: `~twitchio.PartialUser.fetch_moderators `.
3140
3241
33423.1.0
0 commit comments