Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serenity from 0.9.1 to 0.10.5 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps serenity from 0.9.1 to 0.10.5.

Release notes

Sourced from serenity's releases.

v0.10.5

Thanks to the following for their contributions:

Added

  • [model] Add support for stage channels (@drklee3) c:4018632
  • [http/model/builder] Allow editing and deleting messages from webhooks (@acdenisSK) c:8d0b307
  • [model] Add support for GuildChannel::{rtc_region, video_quality_mode} fields (@drklee3) c:95c2f78
  • [command_attr] Add a way for joining lines in #[doc] comments using \$ (@acdenisSK) [c:dbc40cb] [c:cc184a4]
  • [model] Add User::public_flags field (@miqbalrr @acdenisSK) [c:b999f46] [c:8ab0305]
  • [model] Add a Parse trait for some model types (@kangalioo) [c:3088652]
  • [command_attr] Add documentation for the #[hook] macro (@acdenisSK) [c:412f5a9]
  • [model] Add new Emoji fields and adjust existing ones (@acdenisSK) [c:8dfd97d]
  • [model] Apply changes to interaction response types and add a new interaction type (@acdenisSK) [c:eba755c]

Changed

  • [builder] Update EditGuild to match current Discord API (@Lakelezz) [c:feda47c]
  • [misc] Signify code that needs the collector feature (@acdenisSK) [c:a04291f]
  • [framework] Make the Suggestions::{as_vec, join} methods public (@Daggy1234) [c:4186996]
  • [gateway] Alter Activity constructor methods to use ToString (@acdenisSK) [c:859355c]
  • [model] Improve conformity and fix updating certain fields for Member (@acdenisSK) [c:909bf8e]

Fixed

  • [command_attr] Fix a case of iterator invalidation when moving #[doc] attributes (@acdenisSK) [c:166c248]
  • [http] Escape hashes in HTTP reaction methods (@acdenisSK) [c:17233a2]
  • [gateway] Reconnect in event of failed ShardActions (@FelixMcFelix) [c:03dd250]
  • [framework] Do not invoke the help command in DMs if allow_dm is false (@acdenisSK) [c:16e7556]
  • [examples] Fix tracing compilation error in example 7 (@acdenisSK) [c:3aa6aae]

... (truncated)

Changelog

Sourced from serenity's changelog.

[0.10.5] - 2021-04-04

Thanks to the following for their contributions:

Added

  • [model] Add support for stage channels ([@drklee3]) [c:4018632]
  • [http/model/builder] Allow editing and deleting messages from webhooks ([@acdenisSK]) [c:8d0b307]
  • [model] Add support for GuildChannel::{rtc_region, video_quality_mode} fields ([@drklee3]) [c:95c2f78]
  • [command_attr] Add a way for joining lines in #[doc] comments using \$ ([@acdenisSK]) [c:dbc40cb] [c:cc184a4]
  • [model] Add User::public_flags field ([@miqbalrr] [@acdenisSK]) [c:b999f46] [c:8ab0305]
  • [model] Add a Parse trait for some model types ([@kangalioo]) [c:3088652]
  • [command_attr] Add documentation for the #[hook] macro ([@acdenisSK]) [c:412f5a9]
  • [model] Add new Emoji fields and adjust existing ones ([@acdenisSK]) [c:8dfd97d]
  • [model] Apply changes to interaction response types and add a new interaction type ([@acdenisSK]) [c:eba755c]

Changed

  • [builder] Update EditGuild to match current Discord API ([@Lakelezz]) [c:feda47c]
  • [misc] Signify code that needs the collector feature ([@acdenisSK]) [c:a04291f]
  • [framework] Make the Suggestions::{as_vec, join} methods public ([@Daggy1234]) [c:4186996]
  • [gateway] Alter Activity constructor methods to use ToString ([@acdenisSK]) [c:859355c]
  • [model] Improve conformity and fix updating certain fields for Member ([@acdenisSK]) [c:909bf8e]

Fixed

  • [command_attr] Fix a case of iterator invalidation when moving #[doc] attributes ([@acdenisSK]) [c:166c248]
  • [http] Escape hashes in HTTP reaction methods ([@acdenisSK]) [c:17233a2]
  • [gateway] Reconnect in event of failed ShardActions ([@FelixMcFelix]) [c:03dd250]
  • [framework] Do not invoke the help command in DMs if allow_dm is false ([@acdenisSK]) [c:16e7556]
  • [examples] Fix tracing compilation error in example 7 ([@acdenisSK]) [c:3aa6aae]

[0.10.4] - 2021-03-03

Thanks to the following for their contributions:

Fixed

  • [misc] Fix invalid usage of #[doc(cfg)] ([@acdenisSK]) [c:b192609]

... (truncated)

Commits
  • 7e08878 Bump to 0.10.5 (#1277)
  • 4018632 Add support for stage channels (#1275)
  • feda47c Update EditGuild to match current Discord API (#1265)
  • 8d0b307 Allow editing and deleting messages from webhooks (#1267)
  • 95c2f78 Add support for GuildChannel::{rtc_region, video_quality_mode} fields (#1276)
  • a04291f Signify code that needs the collector feature (#1274)
  • cc184a4 Add a way for joining lines in #[doc] comments using \$ (#1273)
  • 166c248 Fix a case of iterator invalidation when moving #[doc] attributes (#1272)
  • 8ab0305 Fix faulty (de)serialisation of UserPublicFlags (#1268)
  • b999f46 Add User::public_flags field (#1234)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 5, 2021
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants