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
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,14 @@ 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.
31
+
- Added ``force_scale`` keyword argument to :class:`twitchio.AutoClient`, allowing the associated Conduit to be scaled up/down on startup.
32
32
- Added more informative logging in places.
33
33
34
34
- Changes
35
35
- Optimised the cleanup of conduit websockets. This largely only affects applications connected to large amounts of shards.
36
36
37
37
- twitchio.ext.commands.AutoBot
38
-
- Additions
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.
38
+
- Updates are identical to the updates made in the ``twitchio.AutoClient`` changelog above.
0 commit comments