Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Bump github.com/bwmarrin/discordgo from 0.25.0 to 0.26.0#366

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/bwmarrin/discordgo-0.26.0
Closed

Bump github.com/bwmarrin/discordgo from 0.25.0 to 0.26.0#366
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/bwmarrin/discordgo-0.26.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2022

Bumps github.com/bwmarrin/discordgo from 0.25.0 to 0.26.0.

Release notes

Sourced from github.com/bwmarrin/discordgo's releases.

DiscordGo v0.26.0

Get ready! This release is not so big, but is packed with refactoring changes and fixes.

What's Changed

Notices / Breaking changes

  • DefaultPermission has been deprecated in favor of DefaultMemberPermissions and DMPermission in ApplicationCommand #1075
  • ApplicationCommandPermissionsBatchEdit has been deprecated #1075
  • Content, Components and Embeds were made pointers in WebhookEdit #1174
  • GuildTemplate.Description was made a pointer #1191
  • Type of GuildTemplate.UsageCount was changed to int #1191
  • GuildChannel and PrivateChannel were removed due to deprecation #1203
  • InviteTargetEmbeddedAppliction was renamed to InviteTargetEmbeddedApplication #1211
  • NSFW, Archived, Locked and Invitable were made pointers in ChannelEdit #1199
  • Type of Features was changed to []GuildFeature in UserGuild #1223
  • Remaining undocumented structs, events and fields were removed. #1225
  • ChannelEdit now shares same functional and parameters as ChannelEditComplex #1217
  • GuildMemberEdit now shares same functional and parameters as GuildMemberEditComplex #1217
  • ChannelEditComplex was deprecated in favor of ChannelEdit #1217
  • GuildMemberEditComplex was deprecated in favor of GuildMemberEdit #1217
  • name and roles parameters of GuildEmojiEdit and GuildEmojiCreate were placed into a EmojiParams struct #1217
  • accessToken, nick, roles, mute and deaf parameters of GuildMemberAdd were placed in a GuildMemberAddParams struct #1217
  • name, color, hoist, perms and mention parameters of GuildRoleEdit were placed into a GuildRoleParams struct #1217
  • name and description parameters of GuildTemplateCreate and GuildTemplateEdit were placed into a GuildTemplateParams struct #1217
  • GuildEmbedEdit now accepts parameters through GuildEmbed struct #1217
  • GuildEmbed.Enabled was made a pointer #1217
  • GuildRoleCreate now accepts initial role parameters through GuildRoleParams struct #1217
  • g parameter of GuildEdit was made a pointer, to match other REST methods #1228

New features

  • Application commands: Permissions v2 #1075
  • Auto moderation #1201
  • Application command options: min and max length #1208

Other changes

  • Use with_localizations flag in ApplicationCommands #1196
  • Add Dialer property to Session #1179 and #1220
  • Add AppPermissions field to Interaction #1206
  • Add ExpiresAt field to Invite #1198
  • Add Features field to UserGuild #1223
  • Name and Description are omitted when unset in GuildTemplate #1191
  • Add replied_user to MessageAllowedMentions #1175
  • fix: check if opus created #1166
  • Add ability to reply with embeds #1160
  • Add missing fields to VoiceState #1190
  • Add GET prefix for ApplicationCommands bucketID #1193
  • Add GuildID field to ApplicationCommand #1207
  • Add omitempty to channel_id in MessageReference #1002
  • Add UserGuildMember #1210
  • Add missing fields to GuildMemberParams #1226

... (truncated)

Commits

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)

Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/bwmarrin/discordgo/releases)
- [Commits](bwmarrin/discordgo@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: github.com/bwmarrin/discordgo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2022

Superseded by #373.

@dependabot dependabot bot closed this Aug 30, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bwmarrin/discordgo-0.26.0 branch August 30, 2022 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants