Skip to content

Releases: twilight-rs/twilight

validate: 0.14.1

07 Jan 03:55
fe6b679
Compare
Choose a tag to compare

Features

  • support nsfw commands (#2019)

util: 0.14.1

07 Jan 03:55
fe6b679
Compare
Choose a tag to compare

Features

  • support nsfw commands (#2019)

model: 0.14.1

07 Jan 03:54
fe6b679
Compare
Choose a tag to compare

Documentation

  • update automod keyword limit (#2020)
  • update voice state suppress field (#2037)

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

07 Jan 03:54
fe6b679
Compare
Choose a tag to compare

Bug Fixes

  • remove server update on state update (#2025)

http-ratelimiting: 0.14.1

07 Jan 03:53
fe6b679
Compare
Choose a tag to compare

Features

  • add Bucket::new (#2026)

http: 0.14.1

07 Jan 03:50
fe6b679
Compare
Choose a tag to compare

Bug Fixes

Features

  • support nsfw commands (#2019)
  • forum channel layouts (#2016)
  • support after parameter for GetAuditLog (#2031)
  • default forum sort orders (#2038)

cache-inmemory: 0.14.1

07 Jan 03:49
fe6b679
Compare
Choose a tag to compare

Bug Fixes

Features

  • forum channel layouts (#2016)
  • default forum sort orders (#2038)

validate: 0.14.0

14 Nov 17:34
425c82b
Compare
Choose a tag to compare

MSRV has been bumped to 1.64 (#1897 - @vilgotf).

validate has been affected by the following model changes:

  • breaking move related modules under message (#1831)
  • breaking update ChannelType names (#1909)

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.

util: 0.14.0

14 Nov 17:33
425c82b
Compare
Choose a tag to compare

MSRV has been bumped to 1.64 (#1897 - @vilgotf).

util is affected by the following model changes:

  • breaking move related modules under message (#1831)
  • breaking update ChannelType names (#1909)

Changes

Due to breaking flatten CommandOption (#1819 - @vilgotf), some methods on the CommandBuilder now panic if they are not used correctly.

Internal Refactor

  • clippy 1.65 lints (#1985)

standby: 0.14.0

14 Nov 17:32
425c82b
Compare
Choose a tag to compare

MSRV has been bumped to 1.64 (#1897 - @vilgotf).

standby is affected by the following model changes:

  • breaking move related modules under message (#1831)

Internal Refactor

  • clippy 1.65 lints (#1985)