Skip to content

Releases: dico-api/dico

0.0.38

20 Dec 05:43
cc73664
Compare
Choose a tag to compare
  • Removed "Alpha" on release title; seems pointless to add it.
    • From next release we will be using semantic versioning.
  • Refactored codes and models to match latest docs.
  • Partially added Auto Moderation API.
    • Events are still not supported.

Full Changelog: 0.0.37...v0.0.38

Alpha Release 0.0.37

02 Jul 13:35
e6b9b31
Compare
Choose a tag to compare

Added handling websocket connection failure
Fixed max_age parameter of create_channel_invite method not working (#18)
Added get_all_voice_states
Fixed TypeError on get_all_voice_states
Added new types of channel and message
Fixed TypeBase to ignore unknow type

Alpha Release 0.0.36

20 Mar 11:08
543dd06
Compare
Choose a tag to compare

Fixed v10 is not enforced on mono sharded.
Fixed GUILD_MEMBER_REMOVE assigned wrong object.
Synced permission name to docs. Breaking warning, check this for more info.

Alpha Release 0.0.35

01 Mar 07:28
7f8820d
Compare
Choose a tag to compare

Added missing intents & convinient methods (#17)
Added ApplicationCommandOptionType.ATTACHMENT
Bumped API version to v10. This includes removal of Channel.list_active_threads, APIClient.list_active_threads and renaming of APIClient.list_active_threads_as_guild to APIClient.list_active_threads.

Alpha Release 0.0.34

25 Feb 07:30
dba4a25
Compare
Choose a tag to compare

Fixed KeyError: 'creator_id'.
Fixed RecursionError on unban.
Implemented link property. (Channel.link, Message.link, GuildScheduledEvent.link)

Alpha Release 0.0.33

12 Feb 06:18
460996a
Compare
Choose a tag to compare

Implemented modal.
Updated PermissionFlags.

Alpha Release 0.0.32

01 Feb 11:00
7ab8a58
Compare
Choose a tag to compare

Fixed INVITE_CREATE by activity causes error on object init.
Implemented interaction locale.
Implemented timeout.

Alpha Release 0.0.31

01 Jan 13:11
0bb80e2
Compare
Choose a tag to compare

Changed PyNaCl warning to only show on Encryptor init

Alpha Release 0.0.30

31 Dec 07:16
7ca7175
Compare
Choose a tag to compare

Fixed error with some endpoints due to invalid name or type.
Fixed X-Audit-Log-Reason header is not encoded.

Alpha Release 0.0.29

18 Dec 04:06
ef95921
Compare
Choose a tag to compare

Fixed APIClient.modify_guild_channel raises TypeError.