Releases#
This page documents all the previous releases of the library.
v0.1.0a3 (Unreleased)#
Additions#
Add
Client.close_hook()hook andClient.closedproperty to allow tracking client’s closures.- Add support for caching.
Add
Cacheclass.Add
Client.cacheattribute.
- Add support for files.
Add
HTTPHandler.upload_file()to allow uploading files.Add
Client.upload_file()to allow uploading files.
Add support for various API entities
Bug Fixes & Improvements#
Fix bug with websocket updates handling logic that caused crashes.
WebsocketHandlerand all other classes dependent on it no longer allow multiple simultaneous websocket connections.
Documentation Changes#
Documentation now uses Revolt default color scheme.
Add a Frequently Asked Questions section to documentation.
Add missing documentation for
create_http_handler()function.Add missing documentation for events and listeners.
v0.1.0a2#
Add typing_extensions>=4.2.0 to library dependencies
v0.1.0a1#
Initial release