v0.10.5
Thanks to the following for their contributions:
Added
- [model] Add support for stage channels (@drklee3) c:4018632
- [http/model/builder] Allow editing and deleting messages from webhooks (@acdenisSK) c:8d0b307
- [model] Add support for
GuildChannel::{rtc_region, video_quality_mode}
fields (@drklee3) c:95c2f78 - [command_attr] Add a way for joining lines in
#[doc]
comments using\$
(@acdenisSK) c:dbc40cb c:cc184a4 - [model] Add
User::public_flags
field (@miqbalrr @acdenisSK) c:b999f46 c:8ab0305 - [model] Add a
Parse
trait for some model types (@kangalioo) c:3088652 - [command_attr] Add documentation for the
#[hook]
macro (@acdenisSK) c:412f5a9 - [model] Add new Emoji fields and adjust existing ones (@acdenisSK) c:8dfd97d
- [model] Apply changes to interaction response types and add a new interaction type (@acdenisSK) c:eba755c
Changed
- [builder] Update
EditGuild
to match current Discord API (@Lakelezz) c:feda47c - [misc] Signify code that needs the
collector
feature (@acdenisSK) c:a04291f - [framework] Make the
Suggestions::{as_vec, join}
methods public (@Daggy1234) c:4186996 - [gateway] Alter
Activity
constructor methods to useToString
(@acdenisSK) c:859355c - [model] Improve conformity and fix updating certain fields for
Member
(@acdenisSK) c:909bf8e
Fixed
- [command_attr] Fix a case of iterator invalidation when moving
#[doc]
attributes (@acdenisSK) c:166c248 - [http] Escape hashes in HTTP reaction methods (@acdenisSK) c:17233a2
- [gateway] Reconnect in event of failed ShardActions (@FelixMcFelix) c:03dd250
- [framework] Do not invoke the help command in DMs if
allow_dm
is false (@acdenisSK) c:16e7556 - [examples] Fix tracing compilation error in example 7 (@acdenisSK) c:3aa6aae