Serenity Rs Serenity Versions Save

A Rust library for the Discord API.

v0.10.2

3 years ago

Thanks to the following for their contributions:

Added

Fixed

  • [misc] Fix doc_cfg attributes for the unstable_discord_api feature (@nickelc) c:9a97f9b

v0.10.1

3 years ago

Thanks to the following for their contributions:

Fixed

  • [misc] Bump the required version of the command_attr crate (@nickelc) [c:ab8c82b]

v0.9.4

3 years ago

Thanks to the following for their contributions:

Fixed

v0.10.0

3 years ago

Thanks to the following for their contributions:

Added

Changed

Fixed

Removed

v0.9.3

3 years ago

Thanks to the following for their contributions:

Added

  • [command_attr/framework] Support custom colours in the help command attributes (@acdenisSK) c:1cc66b3

Fixed

  • [framework] Fix invocation by defaulting ticket limit to 1. (@Lakelezz) c:1047eac
  • [framework] Fix handling sub-commands in the help-system. Adds an example command with sub-command to the command framework example as well. (@Lakelezz) c:fac94f2
  • [framework] Fix not setting set_time by default. (@Lakelezz) c:5399d44
  • [framework] Check for discrepancies in prefixless groups (@acdenisSK) c:75feff2
  • [command_attr/framework] Remove only one leading space in command descriptions (@acdenisSK) c:8f5a2e9
  • [model] Reverse the message buffer before returning messages from it (@acdenisSK) c:1dba16a
  • [model] Fix incorrect documentation for the MessageTooLong error (@SadiinsoSnowfall) c:8b42790

v0.8.9

3 years ago

Thanks to the following for their contributions:

Fixed

  • [framework] Fix invocation by defaulting ticket limit to 1. (@Lakelezz) c:eaead53
  • [framework] Fix handling sub-commands in the help-system. Adds an example command with sub-command to the command framework example as well. (@Lakelezz) c:b96529e
  • [model] Fix incorrect documentation for the MessageTooLong error (@SadiinsoSnowfall) c:bb04fad

v0.9.2

3 years ago

Thanks to the following for their contributions:

Changed

Fixed

  • [framework] Avoid cloning the entire guild object upon a command invocation (@acdenisSK) c:bc78991
  • [model] Only add roles that the member does not possess when calling Member::add_roles (@acdenisSK) c:e6fd09b

v0.8.8

3 years ago

Thanks to the following for their contributions:

Changed

  • [framework] Backport changes in the framework discrepancy check from 0.9.x (@acdenisSK) c:72f287c

v0.9.1

3 years ago

Thanks to the following for their contributions:

Changed

  • [gateway] Use the info level when notifying the user that a shard is running (@acdenisSK) c:7ea8098
  • [command_attr] Allow missing documentation for generated statics and functions (@acdenisSK) c:182ee78
  • [model] Change the use of the #[doc] attribute on VerificationLevel to doc comments (@nickelc) c:58e3d49
  • [misc] Reduce size of the crate by only including files that are necessary (@nickelc) c:a836180

Fixed

v0.9.0

3 years ago

Thanks to the following for their contributions:

Added

Changed