-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update all #37
base: master
Are you sure you want to change the base?
Conversation
2c61eb9
to
7f4e805
Compare
bf2e826
to
c85cd0f
Compare
28fb5cd
to
930bfc5
Compare
930bfc5
to
94718ec
Compare
94718ec
to
d81b562
Compare
|
0b70ff3
to
d35193f
Compare
d35193f
to
ac6e8d2
Compare
ac6e8d2
to
c0d6af4
Compare
c0d6af4
to
116a0c5
Compare
116a0c5
to
7b09ccb
Compare
7b09ccb
to
380f8d4
Compare
380f8d4
to
5072dd1
Compare
5072dd1
to
d791ca9
Compare
d791ca9
to
fd789d4
Compare
fd789d4
to
b731d10
Compare
8a7df1e
to
5f65051
Compare
97cb1c8
to
d78d43d
Compare
d78d43d
to
7e70c84
Compare
7e70c84
to
84d56d9
Compare
2c703d5
to
e2675ae
Compare
ℹ Artifact update noticeFile name: chaos-bot/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ca3f449
to
5775e2d
Compare
9777716
to
c385025
Compare
c6f345b
to
7a61ce4
Compare
7a61ce4
to
f449265
Compare
f449265
to
1f98170
Compare
1f98170
to
ac7e120
Compare
1f74e06
to
eace2eb
Compare
eace2eb
to
9bd3e46
Compare
336caa9
to
e5d3849
Compare
e5d3849
to
a3db64b
Compare
This PR contains the following updates:
3.12
->3.20
v0.22.0
->v0.28.1
v1.5.1
->v1.5.5
v0.1.8
->v0.3.2
v0.79.1
->v0.138.0
c0fb7b4
->5c1018a
v3.0.0
->v3.4.0
v1.7.0
->v1.11.1
1.15-alpine
->1.23-alpine
v0.6.0
->v0.7.0
v1.13.0
->v1.13.5
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.
v0.24.0
: DiscordGo v0.24.0Compare Source
Hang tight, this one is the biggest yet
Important notice
From this release forward, DiscordGo will require Go 1.13+ to run.
Breaking changes of
master
Since
v.0.23.0
we've been recommending everyone to use@master
version for slash commands, context menus and other new stuff.This led to a big problem with versioning and breaking changes, because some of the features weren't implemented fully, had some problems didn't properly function or didn't fully reflect the API, and so there was a number of breaking changes since the base feature PRs:
InteractionResponseTypes
were removed. https://github.com/bwmarrin/discordgo/pull/930InteractionResponseACKWithSource
was renamed toInteractionResponseDeferredChannelMessageWithSource
. https://github.com/bwmarrin/discordgo/pull/930MinValues
inSelectMenu
was changed to*float64
, to allow for the default values when field isn't set. https://github.com/bwmarrin/discordgo/pull/1026InteractionApplicationCommandResponseData
has been renamed toInteractionResponseData
. https://github.com/bwmarrin/discordgo/pull/933ButtonEmoji
was renamed toComponentEmoji
. https://github.com/bwmarrin/discordgo/pull/954ApplicationCommandInteractionData
has been removed, useInteraction.ApplicationCommandData()
instead. https://github.com/bwmarrin/discordgo/pull/954MessageTypeApplicationCommand
was replaced byMessageTypeChatInputCommand
. https://github.com/bwmarrin/discordgo/pull/978API version v9
Now DiscordGo uses API v9! Due to this fact this release includes a couple of breaking changes regarding the API:
Breaking changes
Embed
now is replaced withEmbeds
inMessageSend
andMessageEdit
. https://github.com/bwmarrin/discordgo/pull/1000EndpointApplications
no longer points to OAuth2 applications. UseEndpointOAuth2Applications
for that instead. https://github.com/bwmarrin/discordgo/pull/856TargetUserType
field inInvite
andTargetUserType
type are renamed toTargetType
. Additionally all the constants namedInviteTargetUserType<Name>
were renamed toInviteTarget<Name>
. See https://github.com/bwmarrin/discordgo/pull/1105 for more infoRedirectURIs
were removed fromApplication
UserFlag
type instead ofint
. https://github.com/bwmarrin/discordgo/pull/937ErrJSONUnmarshal
. For error checkerrors.Is
orerrors.Unwrap
should be used. https://github.com/bwmarrin/discordgo/pull/924ErrCodeMaximumFriendsReached
andErrCodeNoteTooLong
error codes were removed. https://github.com/bwmarrin/discordgo/pull/1096New features
InviteCreate
andInviteDelete
events https://github.com/bwmarrin/discordgo/pull/1105Bug fixes
EndpointInvite
now points to correct API endpoint https://github.com/bwmarrin/discordgo/pull/892Other changes
Required
flag forresp-type
option of/responses
command in slash commands example https://github.com/bwmarrin/discordgo/pull/886Activity
andGetCustomEmojis
toMessage
https://github.com/bwmarrin/discordgo/pull/895Permissions
field toMember
https://github.com/bwmarrin/discordgo/pull/902github.com/gorilla/websocket
was bumped to 1.4.2 https://github.com/bwmarrin/discordgo/pull/896ApplicationCommandOptionMentionable
https://github.com/bwmarrin/discordgo/pull/918ApplicationCommandInteractionDataResolved
https://github.com/bwmarrin/discordgo/pull/919UserFlags
constants types https://github.com/bwmarrin/discordgo/pull/937SessionStartLimit
field toGatewayBotResponse
https://github.com/bwmarrin/discordgo/pull/949BeforeDelete
field toGuildDelete
https://github.com/bwmarrin/discordgo/pull/962ActivityTypeCompeting
https://github.com/bwmarrin/discordgo/pull/990ActivityTypeWatching
https://github.com/bwmarrin/discordgo/pull/983ApplicationCommandOption
https://github.com/bwmarrin/discordgo/pull/1015Guild.BannerURL
method https://github.com/bwmarrin/discordgo/pull/1023Member
toMessageReactionAdd
https://github.com/bwmarrin/discordgo/pull/1042MessageFlags
values https://github.com/bwmarrin/discordgo/pull/1089DefaultPermission
field toApplicationCommand
https://github.com/bwmarrin/discordgo/pull/1071Disabled
field toSelectMenu
https://github.com/bwmarrin/discordgo/pull/1102Interaction
field toMessage
https://github.com/bwmarrin/discordgo/pull/1112Special thanks
Full Changelog: bwmarrin/discordgo@v0.23.2...v0.24.0
v0.23.2
Compare Source
v0.23.1
: DiscordGo v0.23.1Compare Source
Hi all! v0.23.1 contains a bug fix relating to updating statuses, correcting the casing used in the JSON sent to the gateway, meaning that you can actually update your status now! I envision that there might be more minor fixes in the near future as a continuation of the switch to API v8, but in the meantime make sure to update if you're running into issues with updating your bot's status.
v0.23.0
: DiscordGo v0.23.0Compare Source
Hi all! This is a big one.
API Version 8
The largest change for this version: the library now uses API version 8! Given the breaking changes in the API, there will be some breaking changes in this version:
Intents
field in theIdentify
struct is no longer a pointer, and the use ofMakeIntent
is no longer required.Game
struct is no more, andUpdateStatus
was changed toUpdateGameStatus
to better reflect the API structures. The previous uses ofGame
can now be encompassed inActivity
.int64
rather thanint
throughout the library, as although there are no permissions currently above 32 bits, Discord explicitly notes that they expect to add additional permissions in the future.There will probably be issues that are discovered with the API version change. As always, please feel free to file an issue if any come up!
Additional Changes
Special Thanks To
v0.22.1
Compare Source
go-chi/chi (github.com/go-chi/chi)
v1.5.5
Compare Source
v1.5.4
Compare Source
v1.5.3
[Compare Source](https://redirect.github.com/go-chi/chi/compar
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.