Skip to content

Releases: dico-api/dico

Alpha Release 0.0.19

19 Sep 12:30
937108b
Compare
Choose a tag to compare

More typing.
Implemented monosharding.
Implemented Interaction.author

Alpha Release 0.0.18

13 Sep 12:07
ba8f4a8
Compare
Choose a tag to compare

More typings.
Disabled aiohttp websocket autoping. (hopefully shoud fix infinite reconnection error)

Alpha Release 0.0.17

11 Sep 07:01
7512061
Compare
Choose a tag to compare

Allowed discord objects to be copied.
Implemented audit log and guild template.
Improved heartbeat cancel logic.

Alpha Release 0.0.16

09 Sep 06:32
4494db4
Compare
Choose a tag to compare

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

08 Sep 01:50
25f75ad
Compare
Choose a tag to compare

Added more websocket reconnection codes.
Implemented GuildMember.permissions.
Implemented stage instance requests.
Fixed more bugs.

Alpha Release 0.0.14

06 Sep 13:41
7cfa2c8
Compare
Choose a tag to compare

Implemented User API requests
More typing.
Fixed Client.request_guild raises TypeError (#9)
Fixed cache related issues.
Now websocket connection will be terminated on no data.
Implemented zlib support and fixed #5.
Added wait_ready, basically same as dpy's wait_until_ready.

Alpha Release 0.0.13

29 Aug 15:17
73990ed
Compare
Choose a tag to compare

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

28 Aug 10:33
3b42931
Compare
Choose a tag to compare

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

25 Aug 15:53
f517396
Compare
Choose a tag to compare

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

11 Aug 05:52
5954537
Compare
Choose a tag to compare

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