github serenity-rs/serenity v0.12.4

9 hours ago

This is a hotfix release to fix broken behaviour of Message::author_permissions before it is relied on.

Thanks to the following for their contributions:

Deprecations

  • #3037 Permission methods which do not respect channel permission overrides are now deprecated, use the _in variants.

Additions

  • #3008 From<&User> has been added to CreateEmbedAuthor, to avoid consuming the user.

Fixes

  • #3037 Message::author_permissions now respects permission overrides, as it is documented to.
  • #3039 Message::author_permissions now respects SEND_MESSAGES_IN_THREADS when used in threads.

Documentation improvements

  • #3038 Documentation for Guild::threads has been expanded.

Don't miss a new serenity release

NewReleases is sending notifications on new releases.