v0.9.0-rc.2
Thanks to the following for their contributions:
Added
- [model] Add the new 'competing in' activity type (@nitsuga5124) c:ebc2cc7
- [model] Add
create_webhook
methods toGuildChannel
. (@nitsuga5124) c:fb44a15 - [meta] Add cargo-make support for building the examples. (@nitsuga5124) c:b137f51
- [model] Add new guild features to the documentation (@nitsuga5124) c:f2191d5
- [model/client] Add support for invite events (@acdenisSK) c:7146fd7
Changed
- [model] Retrieve the member from HTTP if it is missing in the cache (@acdenisSK) c:a3f9186
- [framework] Call the
should_fail_common
check earlier (@acdenisSK) c:bab4b24 - [meta] Update the MSRV to 1.40 (@acdenisSK) c:3f5882c
- [model] Use
#[non_exhaustive]
where applicable (@LikeLakers2) c:9ee42f1 - [meta] Switch from log to tracing. (@nitsuga5124) c:78dd862
- [utils] Make
parse_emoji
accept animated emojis (@bdashore3) c:66e05ea - [meta] Insert the shard manager in example 7 (@acdenisSK) c:7c2d4f7
Fixed
- [client] Fix Tungstenite IO error being discarded in ws_impl (@ikkerens) c:49c1603
- [meta] Fix feature dependencies in examples 2, 3, 4, 9, 11 (@Deebster) c:9e77154
- [framework] Temporarily fix the permissions check in the framework (@acdenisSK) c:88af7cf
- [model] Fix ReactionType not remembering animated status. (@ikkerens) c:2eac499
- [framework] Fix parsing of commands that have requirements (@acdenisSK) c:323875f
- [meta] Fix example 5's retrieval of owners when the bot belongs to a team (@nitsuga5124) c:5c0c045
- [framework] Fix bucket duration order (@acdenisSK) c:5805539
- [voice] Update Voice WS Sender on reconnect. (@FelixMcFelix) c:659448b
- [gateway] Fix shutdown regression (@ikkerens) c:fa03b75
Removed
- [framework] Do not emit dispatch errors when ignoring bots or webhooks (@acdenisSK) c:41698b6