Skip to content

Commit

Permalink
fix(deps): update module github.com/bwmarrin/discordgo to v0.28.1 (#47)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo)
| `v0.27.1` -> `v0.28.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbwmarrin%2fdiscordgo/v0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbwmarrin%2fdiscordgo/v0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbwmarrin%2fdiscordgo/v0.27.1/v0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbwmarrin%2fdiscordgo/v0.27.1/v0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bwmarrin/discordgo (github.com/bwmarrin/discordgo)</summary>

###
[`v0.28.1`](https://github.com/bwmarrin/discordgo/releases/tag/v0.28.1):
DiscordGo v0.28.1

[Compare
Source](https://github.com/bwmarrin/discordgo/compare/v0.28.0...v0.28.1)

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`](https://github.com/bwmarrin/discordgo/releases/tag/v0.28.0):
DiscordGo v0.28.0

[Compare
Source](https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.0)

##### Changelog

##### Breaking changes

- `ChannelEdit.Position` is now a pointer
[https://github.com/bwmarrin/discordgo/pull/1385](https://github.com/bwmarrin/discordgo/pull/1385)
- `Button.Emoji` is now a pointer
[https://github.com/bwmarrin/discordgo/pull/1475](https://github.com/bwmarrin/discordgo/pull/1475)
- `SelectMenuOption.Emoji` is now a pointer
[https://github.com/bwmarrin/discordgo/pull/1476](https://github.com/bwmarrin/discordgo/pull/1476)
- `Components` and `Embeds` in `MessageEdit` are now pointers
[https://github.com/bwmarrin/discordgo/pull/1483](https://github.com/bwmarrin/discordgo/pull/1483)
- `WebhookEdit` and `WebhookEditWithToken` now return `*Webhook`,
instead of `*Role`
[https://github.com/bwmarrin/discordgo/pull/1497](https://github.com/bwmarrin/discordgo/pull/1497)
- `AuditLogGuildScheduledEventUpdare` was renamed to
`AuditLogGuildScheduledEventUpdate`
[https://github.com/bwmarrin/discordgo/pull/1370](https://github.com/bwmarrin/discordgo/pull/1370)
- Type of `Message.StickerItems` was changed to `[]StickerItem`
[https://github.com/bwmarrin/discordgo/pull/1494](https://github.com/bwmarrin/discordgo/pull/1494)
- `withMember` parameter was added to `Session.ThreadMember` and
`Session.ThreadMembers`
[https://github.com/bwmarrin/discordgo/pull/1325](https://github.com/bwmarrin/discordgo/pull/1325)
- `limit` parameter was added to `Session.ThreadMembers`
[https://github.com/bwmarrin/discordgo/pull/1325](https://github.com/bwmarrin/discordgo/pull/1325)

##### Features

- Onboarding
[https://github.com/bwmarrin/discordgo/pull/1401](https://github.com/bwmarrin/discordgo/pull/1401)
- Default values for auto-populated select menus
[https://github.com/bwmarrin/discordgo/pull/1452](https://github.com/bwmarrin/discordgo/pull/1452)
- Role icons
[https://github.com/bwmarrin/discordgo/pull/1334](https://github.com/bwmarrin/discordgo/pull/1334)

##### Additions

- Add support for usernames without disciminator
[https://github.com/bwmarrin/discordgo/pull/1387](https://github.com/bwmarrin/discordgo/pull/1387)
- Add `WebhookParams.ThreadName`
[https://github.com/bwmarrin/discordgo/pull/1412](https://github.com/bwmarrin/discordgo/pull/1412)
- Add `SuppressNotification` and `IsVoiceMessage` message flags
[https://github.com/bwmarrin/discordgo/pull/1428](https://github.com/bwmarrin/discordgo/pull/1428)
- Add `MessageSend.Flags`
[https://github.com/bwmarrin/discordgo/pull/1427](https://github.com/bwmarrin/discordgo/pull/1427)
- Add `FailIfNotExists` and `SoftReference` to `Message`
[https://github.com/bwmarrin/discordgo/pull/1376](https://github.com/bwmarrin/discordgo/pull/1376)
- Add `MessageSend.StickerIDs`
[https://github.com/bwmarrin/discordgo/pull/1340](https://github.com/bwmarrin/discordgo/pull/1340)
- Add `ApplicationCommandInteractionData.CommandType`
[https://github.com/bwmarrin/discordgo/pull/1362](https://github.com/bwmarrin/discordgo/pull/1362)
- Add `AuditLogOptions.IntegrationType`
[https://github.com/bwmarrin/discordgo/pull/1440](https://github.com/bwmarrin/discordgo/pull/1440)
- Add `AuditLogOptions.ApplicationID`
[https://github.com/bwmarrin/discordgo/pull/1380](https://github.com/bwmarrin/discordgo/pull/1380)
- Add auto moderation audit log actions and options
[https://github.com/bwmarrin/discordgo/pull/1371](https://github.com/bwmarrin/discordgo/pull/1371)
- Add monetization audit log actions
[https://github.com/bwmarrin/discordgo/pull/1442](https://github.com/bwmarrin/discordgo/pull/1442)
- Add `BotHTTPInteractions` and `ActiveBotDeveloper` user flags
[https://github.com/bwmarrin/discordgo/pull/1465](https://github.com/bwmarrin/discordgo/pull/1465)
- Add `ThreadMember.Member`
[https://github.com/bwmarrin/discordgo/pull/1325](https://github.com/bwmarrin/discordgo/pull/1325)
- Add `Member.Flags`
[https://github.com/bwmarrin/discordgo/pull/1499](https://github.com/bwmarrin/discordgo/pull/1499)
- Add `Member.DisplayName`
[https://github.com/bwmarrin/discordgo/pull/1426](https://github.com/bwmarrin/discordgo/pull/1426)
- Add `Attachments` to `InteractionResponseData`, `WebhookEdit` and
`WebhookParams`
[https://github.com/bwmarrin/discordgo/pull/1392](https://github.com/bwmarrin/discordgo/pull/1392)
- Add `Session.ShouldReconnectVoiceOnSessionError`
[https://github.com/bwmarrin/discordgo/pull/1350](https://github.com/bwmarrin/discordgo/pull/1350)
- Add `Role.Flags`
[https://github.com/bwmarrin/discordgo/pull/1410](https://github.com/bwmarrin/discordgo/pull/1410)
- Add `UpdateCustomStatus`
[https://github.com/bwmarrin/discordgo/pull/1425](https://github.com/bwmarrin/discordgo/pull/1425)
- Add Spanish LATAM locale
[https://github.com/bwmarrin/discordgo/pull/1496](https://github.com/bwmarrin/discordgo/pull/1496)
- Add `GuildDirectory` and `GuildMedia` channel types
[https://github.com/bwmarrin/discordgo/pull/1514](https://github.com/bwmarrin/discordgo/pull/1514)

##### Other changes

- Fix error shadowing in `WebhookEditWithToken`
[https://github.com/bwmarrin/discordgo/pull/1372](https://github.com/bwmarrin/discordgo/pull/1372)
- Remove remove duplicated slash in `EndpointGuildTemplate`
[https://github.com/bwmarrin/discordgo/pull/1395](https://github.com/bwmarrin/discordgo/pull/1395)
- Fix incorrect `AuditLogOptionsType` values
[https://github.com/bwmarrin/discordgo/pull/1413](https://github.com/bwmarrin/discordgo/pull/1413)
- Allow `Components` and `Embeds` in `MessageEdit` to be set to `[]`
[https://github.com/bwmarrin/discordgo/pull/1483](https://github.com/bwmarrin/discordgo/pull/1483)
- Allow `ChannelEdit.Position` to be set to `0`
[https://github.com/bwmarrin/discordgo/pull/1385](https://github.com/bwmarrin/discordgo/pull/1385)
- Fix `BUTTON_COMPONENT_INVALID_EMOJI` error for `Button`
[https://github.com/bwmarrin/discordgo/pull/1475](https://github.com/bwmarrin/discordgo/pull/1475)
- Fix `BUTTON_COMPONENT_INVALID_EMOJI` error for `SelectMenuOption`
[https://github.com/bwmarrin/discordgo/pull/1476](https://github.com/bwmarrin/discordgo/pull/1476)

##### Special thanks

-   [@&#8203;Roolps](https://github.com/Roolps)
-   [@&#8203;tckthecreator](https://github.com/tckthecreator)
-   [@&#8203;quackduck](https://github.com/quackduck)
-   [@&#8203;Earlopain](https://github.com/Earlopain)
-   [@&#8203;loghinalexandru](https://github.com/loghinalexandru)
-   [@&#8203;merlinfuchs](https://github.com/merlinfuchs)
-   [@&#8203;Aldiwildan77](https://github.com/Aldiwildan77)
-   [@&#8203;Ju0x](https://github.com/Ju0x)
-   [@&#8203;JulienTant](https://github.com/JulienTant)
-   [@&#8203;KokeCacao](https://github.com/KokeCacao)
-   [@&#8203;SamusAranX](https://github.com/SamusAranX)
-   [@&#8203;TheGrandPackard](https://github.com/TheGrandPackard)
-   [@&#8203;phamill](https://github.com/phamill)
-   [@&#8203;AlexeyOplachko](https://github.com/AlexeyOplachko)
-   [@&#8203;Cyb3r-Jak3](https://github.com/Cyb3r-Jak3)
-   [@&#8203;joshuasing](https://github.com/joshuasing)
-   [@&#8203;hhaste](https://github.com/hhaste)

**Full Changelog**:
bwmarrin/discordgo@v0.27.1...v0.28.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ymotongpoo/opentelemetry-collector-extra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 4, 2024
1 parent 01398a8 commit 748bc06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/discordexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ymotongpoo/opentelemetry-collector-extra/exporter/discordexpor
go 1.21.5

require (
github.com/bwmarrin/discordgo v0.27.1
github.com/bwmarrin/discordgo v0.28.1
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/consumer v0.102.0
go.opentelemetry.io/collector/exporter v0.91.0
Expand Down
2 changes: 2 additions & 0 deletions exporter/discordexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY=
github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4=
github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down
2 changes: 1 addition & 1 deletion receiver/discordreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ymotongpoo/opentelemetry-collector-extra/receiver/discordrecei
go 1.21.5

require (
github.com/bwmarrin/discordgo v0.27.1
github.com/bwmarrin/discordgo v0.28.1
github.com/google/go-cmp v0.6.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.102.0
Expand Down
2 changes: 2 additions & 0 deletions receiver/discordreceiver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY=
github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4=
github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
Expand Down

0 comments on commit 748bc06

Please sign in to comment.