fix(deps): update module github.com/bwmarrin/discordgo to v0.28.1 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.23.3-0.20210627161652-421e14965030
->v0.28.1
Release Notes
bwmarrin/discordgo (github.com/bwmarrin/discordgo)
v0.28.1
: DiscordGo v0.28.1Compare Source
Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features.
Sorry for the inconvenience! See previous release for changelog.
v0.28.0
: DiscordGo v0.28.0Compare Source
Changelog
Breaking changes
ChannelEdit.Position
is now a pointer https://github.com/bwmarrin/discordgo/pull/1385Button.Emoji
is now a pointer https://github.com/bwmarrin/discordgo/pull/1475SelectMenuOption.Emoji
is now a pointer https://github.com/bwmarrin/discordgo/pull/1476Components
andEmbeds
inMessageEdit
are now pointers https://github.com/bwmarrin/discordgo/pull/1483WebhookEdit
andWebhookEditWithToken
now return*Webhook
, instead of*Role
https://github.com/bwmarrin/discordgo/pull/1497AuditLogGuildScheduledEventUpdare
was renamed toAuditLogGuildScheduledEventUpdate
https://github.com/bwmarrin/discordgo/pull/1370Message.StickerItems
was changed to[]StickerItem
https://github.com/bwmarrin/discordgo/pull/1494withMember
parameter was added toSession.ThreadMember
andSession.ThreadMembers
https://github.com/bwmarrin/discordgo/pull/1325limit
parameter was added toSession.ThreadMembers
https://github.com/bwmarrin/discordgo/pull/1325Features
Additions
WebhookParams.ThreadName
https://github.com/bwmarrin/discordgo/pull/1412SuppressNotification
andIsVoiceMessage
message flags https://github.com/bwmarrin/discordgo/pull/1428MessageSend.Flags
https://github.com/bwmarrin/discordgo/pull/1427FailIfNotExists
andSoftReference
toMessage
https://github.com/bwmarrin/discordgo/pull/1376MessageSend.StickerIDs
https://github.com/bwmarrin/discordgo/pull/1340ApplicationCommandInteractionData.CommandType
https://github.com/bwmarrin/discordgo/pull/1362AuditLogOptions.IntegrationType
https://github.com/bwmarrin/discordgo/pull/1440AuditLogOptions.ApplicationID
https://github.com/bwmarrin/discordgo/pull/1380BotHTTPInteractions
andActiveBotDeveloper
user flags https://github.com/bwmarrin/discordgo/pull/1465ThreadMember.Member
https://github.com/bwmarrin/discordgo/pull/1325Member.Flags
https://github.com/bwmarrin/discordgo/pull/1499Member.DisplayName
https://github.com/bwmarrin/discordgo/pull/1426Attachments
toInteractionResponseData
,WebhookEdit
andWebhookParams
https://github.com/bwmarrin/discordgo/pull/1392Session.ShouldReconnectVoiceOnSessionError
https://github.com/bwmarrin/discordgo/pull/1350Role.Flags
https://github.com/bwmarrin/discordgo/pull/1410UpdateCustomStatus
https://github.com/bwmarrin/discordgo/pull/1425GuildDirectory
andGuildMedia
channel types https://github.com/bwmarrin/discordgo/pull/1514Other changes
WebhookEditWithToken
https://github.com/bwmarrin/discordgo/pull/1372EndpointGuildTemplate
https://github.com/bwmarrin/discordgo/pull/1395AuditLogOptionsType
values https://github.com/bwmarrin/discordgo/pull/1413Components
andEmbeds
inMessageEdit
to be set to[]
https://github.com/bwmarrin/discordgo/pull/1483ChannelEdit.Position
to be set to0
https://github.com/bwmarrin/discordgo/pull/1385BUTTON_COMPONENT_INVALID_EMOJI
error forButton
https://github.com/bwmarrin/discordgo/pull/1475BUTTON_COMPONENT_INVALID_EMOJI
error forSelectMenuOption
https://github.com/bwmarrin/discordgo/pull/1476Special thanks
Full Changelog: bwmarrin/discordgo@v0.27.1...v0.28.0
v0.27.1
: DiscordGo v0.27.1Compare Source
Hi everyone. This is a out-of-schedule release, due to a recent breaking change made by Discord in voice API.
What's changed
Fixes
WithContext
option did not have effect on the request sent byRequestWithLockedBucket
#1337ThreadMember.Flags
has not been properly serialized #1335Other changes
Special thanks to @LightningDev1 and @armsnyder.
Full Changelog: bwmarrin/discordgo@v0.27.0...v0.27.1
v0.27.0
: DiscordGo v0.27.0Compare Source
What's Changed
Notices / Breaking changes
Session
now haveoptions ...RequestOption
at the end of the parameter list #1299New features
Other changes
GuildParams
struct #1255Ready
#1227UpdateWatchStatus
function #1291State.Role
inApplicationCommandInteractionDataOption.RoleValue
#1237GuildScheduledEvent*
enum values #1254Files
andAttachments
toMessageEdit
#1253GuildEmojiUpdate
#1261omitempty
inMessageEmbedField
#1262Resolved
toMessageComponentInteractionData
MessageComponentInteractionDataResolved struct #1302BeforeMember
toGuildMemberUpdate
event #1304ClientStatus
toPresence
#1303Channel
struct #1306NSFW
field toApplicationCommand
#1310Special thanks
Full Changelog: bwmarrin/discordgo@v0.26.1...v0.27.0
v0.26.3
: DiscordGo v0.26.3Compare Source
Hi all! This release contains backported fixes for unomitted empty
Emoji
fields inSelectMenuOption
andButton
structs.Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.
v0.26.2
: DiscordGo v0.26.2Compare Source
This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.
v0.26.1
: DiscordGo v0.26.1Compare Source
Hi all! This release only bumps semantic version of the library and does not contain any new fixes nor features.
This is due to our semantic version previously not matching the actual library version.
v0.26.0
: DiscordGo v0.26.0Compare Source
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 ofDefaultMemberPermissions
andDMPermission
inApplicationCommand
#1075ApplicationCommandPermissionsBatchEdit
has been deprecated #1075Content
,Components
andEmbeds
were made pointers inWebhookEdit
#1174GuildTemplate.Description
was made a pointer #1191GuildTemplate.UsageCount
was changed toint
#1191GuildChannel
andPrivateChannel
were removed due to deprecation #1203InviteTargetEmbeddedAppliction
was renamed toInviteTargetEmbeddedApplication
#1211NSFW
,Archived
,Locked
andInvitable
were made pointers inChannelEdit
#1199Features
was changed to[]GuildFeature
inUserGuild
#1223ChannelEdit
now shares same functional and parameters asChannelEditComplex
#1217GuildMemberEdit
now shares same functional and parameters asGuildMemberEditComplex
#1217ChannelEditComplex
was deprecated in favor ofChannelEdit
#1217GuildMemberEditComplex
was deprecated in favor ofGuildMemberEdit
#1217name
androles
parameters ofGuildEmojiEdit
andGuildEmojiCreate
were placed into aEmojiParams
struct #1217accessToken
,nick
,roles
,mute
anddeaf
parameters ofGuildMemberAdd
were placed in aGuildMemberAddParams
struct #1217name
,color
,hoist
,perms
andmention
parameters ofGuildRoleEdit
were placed into aGuildRoleParams
struct #1217name
anddescription
parameters ofGuildTemplateCreate
andGuildTemplateEdit
were placed into aGuildTemplateParams
struct #1217GuildEmbedEdit
now accepts parameters throughGuildEmbed
struct #1217GuildEmbed.Enabled
was made a pointer #1217GuildRoleCreate
now accepts initial role parameters throughGuildRoleParams
struct #1217g
parameter ofGuildEdit
was made a pointer, to match other REST methods #1228New features
Other changes
with_localizations
flag inApplicationCommands
#1196Dialer
property toSession
#1179 and #1220AppPermissions
field toInteraction
#1206ExpiresAt
field toInvite
#1198Features
field toUserGuild
#1223Name
andDescription
are omitted when unset inGuildTemplate
#1191replied_user
toMessageAllowedMentions
#1175VoiceState
#1190GET
prefix forApplicationCommands
bucketID
#1193GuildID
field toApplicationCommand
#1207omitempty
tochannel_id
inMessageReference
#1002UserGuildMember
#1210GuildMemberParams
#1226Special thanks
Full Changelog: bwmarrin/discordgo@v0.25.0...v0.26.0
v0.25.2
: DiscordGo v0.25.2Compare Source
Hi all! This release contains backported fixes for unomitted empty
Emoji
fields inSelectMenuOption
andButton
structs.Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.
v0.25.1
: DiscordGo v0.25.1Compare Source
This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.
v0.25.0
: DiscordGo v0.25.0Compare Source
Hi all! This one is not so feature-rich, but is filled with lots of fixes and missing features.
What's Changed
Breaking changes
omitempty
fromEmbeds
inInteractionResponseData
,MessageSend
andMessageEdit
https://github.com/bwmarrin/discordgo/pull/1106RateLimitPerUser
inChannelEdit
was made a pointer https://github.com/bwmarrin/discordgo/pull/1152appID
was removed from the parameters ofInteractionResponseXXX
andFollowupMessageXXX
https://github.com/bwmarrin/discordgo/pull/1125GuildEmojiEdit
now resets whitelisted roles of an emoji when provided withnil
or empty role slice https://github.com/bwmarrin/discordgo/pull/1022New features
IconURL
forGuildPreview
https://github.com/bwmarrin/discordgo/pull/885GuildWithCounts
https://github.com/bwmarrin/discordgo/pull/885GuildMembersSearch
https://github.com/bwmarrin/discordgo/pull/1150GuildEmoji
https://github.com/bwmarrin/discordgo/pull/1153GuildScheduledEventUserAdd
andGuildScheduledEventUserDelete
events https://github.com/bwmarrin/discordgo/pull/1155GuildMemberEditComplex
https://github.com/bwmarrin/discordgo/pull/1122Other changes
RESTError
torestapi.go
https://github.com/bwmarrin/discordgo/pull/1130GuildSubscriptions
field fromIdentify
struct https://github.com/bwmarrin/discordgo/pull/992Session.Debug
is disabled https://github.com/bwmarrin/discordgo/pull/1043MessageReactionAdd
https://github.com/bwmarrin/discordgo/pull/798NSFWLevel
toGuild
https://github.com/bwmarrin/discordgo/pull/1029Flags
toMessageEdit
https://github.com/bwmarrin/discordgo/pull/973RequestGuildMembersList
method https://github.com/bwmarrin/discordgo/pull/1156InviteComplex
https://github.com/bwmarrin/discordgo/pull/1163Special thanks
Full Changelog: bwmarrin/discordgo@v0.24.0...v0.25.0
v0.24.2
: DiscordGo v0.24.2Compare Source
Hi all! This release contains backported fixes for unomitted empty
Emoji
fields inSelectMenuOption
andButton
structs.Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.
v0.24.1
: DiscordGo v0.24.1Compare Source
This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.