Skip to content

Commit ad0e1f9

Browse files
committed
Complete the changelog for release
1 parent f4073c4 commit ad0e1f9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/getting-started/changelog.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Changelog
2424
- :class:`twitchio.ChatterColor` no longer errors whan no valid hex is provided by Twitch.
2525
- Some general typing/spelling errors cleaned up in Documentation and Logging.
2626
- Removed some redundant logging.
27+
- Fixed internal parsing of the payload received in :meth:`twitchio.PartialUser.warn_user` which was resulting in an error.
28+
29+
- twitchio.Client
30+
- Bug fixes
31+
- Fixed tokens not being saved properly when ``load_tokens`` was ``False`` in :meth:`twitchio.Client.login`
2732

2833
- twitchio.AutoClient
2934
- Additions
@@ -105,14 +110,19 @@ Changelog
105110
- twitchio.web.AiohttpAdapter
106111
- Bug fixes
107112
- Fixed the redirect URL not allowing HOST/PORT when a custom domain was passed.
108-
- The redirect URL is now determined based on where the request came from.
113+
- The redirect URL is now determined based on where the request came from.
114+
- Now correctly changes the protocol to ``https`` when SSL is used directly on the adapter.
109115

110116
- twitchio.web.StarletteAdapter
117+
- Additions
118+
- Added the ``timeout_keep_alive`` keyword parameter which allows controlling how long ``Starlette/Uvicorn`` will wait to gracefully close.
119+
111120
- Bug fixes
112121
- Fixed the redirect URL not allowing HOST/PORT when a custom domain was passed.
113-
- The redirect URL is now determined based on where the request came from.
122+
- The redirect URL is now determined based on where the request came from.
114123
- Fixed Uvicorn hanging the process when attempting to close the :class:`asyncio.Loop` on **Windows**.
115-
- After ``5 seconds`` Uvicorn will be forced closed if it cannot gracefully close in this time.
124+
- After a default of ``5 seconds`` Uvicorn will be forced closed if it cannot gracefully close in this time. This time can be changed with the ``timeout_keep_alive`` parameter.
125+
- Now correctly changes the protocol to ``https`` when SSL is used directly on the adapter.
116126

117127
- ext.commands
118128
- Additions
@@ -134,6 +144,9 @@ Changelog
134144
- Added :meth:`twitchio.ext.commands.Context.fetch_command`
135145
- :class:`~twitchio.ext.commands.Context` is now ``Generic`` and accepts a generic argument bound to :class:`~twitchio.ext.commands.Bot` or :class:`~twitchio.ext.commands.AutoBot`.
136146

147+
- Bug fixes
148+
- Prevent multiple :class:`~twitchio.ext.commands.Component`'s of the same name being added to a bot resulting in one overriding the other.
149+
137150

138151
3.0.0
139152
======

0 commit comments

Comments
 (0)