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:
v1.36.1
->v1.37.0
1.22.0-alpine
->1.22.1-alpine
1.22.0-alpine
->1.22.1-alpine
1a05012
->c7eb5c9
0373d59
->2701390
f95db51
->2b51285
v0.27.1
->v0.28.1
v1.56.1
->v1.57.2
v1.18.0
->v1.19.0
v0.12.3
->v0.12.5
e8893c5
->1b1aada
v0.163.0
->v0.172.0
0.12.1
->0.13.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
golangci/golangci-lint (github.com/golangci/golangci-lint)
v1.57.2
Compare Source
v1.57.1
Compare Source
Changelog
87b6bf1
build(deps): bump github.com/golangci/plugin-module-register from 0.1.0 to 0.1.1 (#4549)921d535
build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 (#4548)cd890db
fix: filter invalid issues before other processors (#4552)v1.57.0
Compare Source
v1.56.2
Compare Source
go-critic
: from 0.11.0 to 0.11.1gosec
: from 2.18.2 to 2.19.0testifylint
: from 1.1.1 to 1.1.2usestdlibvars
: from 1.24.0 to 1.25.0wsl
: from 4.2.0 to 4.2.1new-from-rev
andnew-from-patch
prometheus/client_golang (github.com/prometheus/client_golang)
v1.19.0
Compare Source
What's Changed
The module
prometheus/common v0.48.0
introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0
or higher, please update client_golang to v1.19.0.New Contributors
Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0
slack-go/slack (github.com/slack-go/slack)
v0.12.5
Compare Source
What's Changed
BUGFIX - deal with "true", true, "false", false.
Full Changelog: slack-go/slack@v0.12.4...v0.12.5
v0.12.4
: Non-breaking updates roll-upCompare Source
What's Changed
URL
onNewButtonBlockElement
via.WithURL()
by @joshbranham in https://github.com/slack-go/slack/pull/1250New Contributors
Full Changelog: slack-go/slack@v0.12.3...v0.12.4
googleapis/google-api-go-client (google.golang.org/api)
v0.172.0
Compare Source
Features
v0.171.0
Compare Source
Features
Bug Fixes
v0.170.0
Compare Source
Features
v0.169.0
Compare Source
Features
v0.168.0
Compare Source
Features
v0.167.0
Compare Source
Features
v0.166.0
Compare Source
Features
v0.165.0
Compare Source
Features
v0.164.0
Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.