Releases: twilight-rs/twilight
Releases · twilight-rs/twilight
validate: 0.14.1
Features
- support nsfw commands (#2019)
util: 0.14.1
Features
- support nsfw commands (#2019)
model: 0.14.1
Documentation
Features
- add
Interaction::author
(#2001) - make
Id<T>
invariant for T (#1861) - add active developer user flag (#2014)
- rename certified moderator to alumni (#2015)
- support nsfw commands (#2019)
- forum channel layouts (#2016)
- add nitro basic user premium type (#2035)
- add dev support server guild feature (#2036)
- default forum sort orders (#2038)
- message type deletable check methods (#2028)
Refactor
- abstract null boolean visitor (#2032)
Testing
- add real-world role tag tests (#2033)
lavalink: 0.14.1
Bug Fixes
- remove server update on state update (#2025)
http-ratelimiting: 0.14.1
Features
- add
Bucket::new
(#2026)
http: 0.14.1
cache-inmemory: 0.14.1
validate: 0.14.0
MSRV has been bumped to 1.64 (#1897 - @vilgotf).
validate
has been affected by the following model
changes:
Changes
Due to breaking flatten CommandOption
(#1819 - @vilgotf), the logic of command::option
and command::options
have been simplified.
Features
Validate attachment descriptions (#1890 - @itohatweb). Adds message::{attachment, attachment_description}
.
Due to breaking add create guild ban delete message seconds (#1884 - @itohatweb), request::create_guild_ban_delete_message_days
has been replaced with ..._seconds
, and corresponding error types have been updated appropriately.