Releases: dico-api/dico
0.0.38
- 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
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
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
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
Fixed KeyError: 'creator_id'.
Fixed RecursionError on unban.
Implemented link property. (Channel.link, Message.link, GuildScheduledEvent.link)
Alpha Release 0.0.33
Implemented modal.
Updated PermissionFlags.
Alpha Release 0.0.32
Fixed INVITE_CREATE by activity causes error on object init.
Implemented interaction locale.
Implemented timeout.
Alpha Release 0.0.31
Changed PyNaCl warning to only show on Encryptor init
Alpha Release 0.0.30
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
Fixed APIClient.modify_guild_channel
raises TypeError.