Skip to content

Commit 0b73c02

Browse files
committed
Add changelog
1 parent e69909c commit 0b73c02

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/getting-started/changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,20 @@ Changelog
2828
- twitchio.AutoClient
2929
- Additions
3030
- Added ``force_subscribe`` keyword argument to :class:`twitchio.AutoClient`, allowing subscriptions passed to be made everytime the client is started.
31+
- Added ``force_scale`` keyword argument to :class:`twitchio.ext.commands.AutoClient`, allowing the associated Conduit to be scaled up/down on startup.
32+
- Added more informative logging in places.
33+
34+
- Changes
35+
- Optimised the cleanup of conduit websockets. This largely only affects applications connected to large amounts of shards.
3136

3237
- twitchio.ext.commands.AutoBot
3338
- Additions
34-
- Added ``force_subscribe`` keyword argument to :class:`twitchio.ext.commands.AutoBot`, allowing subscriptions passed to be made everytime the bot is started.
39+
- Added ``force_subscribe`` keyword argument to :class:`twitchio.ext.commands.AutoBot`, allowing subscriptions passed to be made everytime the bot is started.
40+
- Added ``force_scale`` keyword argument to :class:`twitchio.ext.commands.AutoBot`, allowing the associated Conduit to be scaled up/down on startup.
41+
- Added more informative logging in places.
42+
43+
- Changes
44+
- Optimised the cleanup of conduit websockets. This largely only affects applications connected to large amounts of shards.
3545

3646
- twitchio.eventsub
3747
- Additions
@@ -117,6 +127,7 @@ Changelog
117127
- Added :attr:`twitchio.ext.commands.Command.translator`
118128
- Added :meth:`twitchio.ext.commands.Context.send_translated`
119129
- Added :meth:`twitchio.ext.commands.Context.reply_translated`
130+
- Added :attr:`twitchio.ext.commands.Context.translator`
120131
- Added :class:`~twitchio.ext.commands.Converter`
121132
- Added :class:`~twitchio.ext.commands.UserConverter`
122133
- Added :class:`~twitchio.ext.commands.ColourConverter`

0 commit comments

Comments
 (0)