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/getting-started/changelog.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,20 @@ Changelog
28
28
- twitchio.AutoClient
29
29
- Additions
30
30
- 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.
31
36
32
37
- twitchio.ext.commands.AutoBot
33
38
- 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.
0 commit comments