Releases: dico-api/dico
Alpha Release 0.0.19
More typing.
Implemented monosharding.
Implemented Interaction.author
Alpha Release 0.0.18
More typings.
Disabled aiohttp websocket autoping. (hopefully shoud fix infinite reconnection error)
Alpha Release 0.0.17
Allowed discord objects to be copied.
Implemented audit log and guild template.
Improved heartbeat cancel logic.
Alpha Release 0.0.16
Implemented list_voice_regions
request.
Implemented rest of the events.
Implemented rest of the events.
Implemented cache limit.
Fixed heartbeat task interrupts reconnection.
Alpha Release 0.0.15
Added more websocket reconnection codes.
Implemented GuildMember.permissions.
Implemented stage instance requests.
Fixed more bugs.
Alpha Release 0.0.14
Alpha Release 0.0.13
Implemented REST API rate limit handler.
Implemented invite API request.
Added Stage Instance events.
Fixed some API responses may fail.
Alpha Release 0.0.12
Fully implemented guild API requests.
Partially typed channel models.
Implemented Stage, Sticker.
Fixed websocket random disconnection. (not sure if it will happen again tho)
Implemented Interaction.target.
Removed asyncio.wait_for
's deprecated loop=...
in Client.wait_for
Alpha Release 0.0.11
Re-implemented whole interaction models.
Implemented more Guild API requests.
Added reason header support.
Fixed Message.start_thread can behave in unintended way.
Fixed AttributeError and RecursionError in thread events.
Fixed some nullable requests params may behave unintentionally.
Fixed reply not working in DM.
Changed type hinting using alias.
Alpha Release 0.0.10
Implemented more Guild API requests.
Fixed issues with Message.mentions and Message.mention_roles
Added components support for webhook and slash command.
Renamed slashcommands.py to commands.py