andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

chore: Update module github.com/andersfylling/disgord to v0.34.1 #489

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/andersfylling/disgord require minor v0.30.1 -> v0.34.1

Release Notes

andersfylling/disgord ### [`v0.34.1`](https://togithub.com/andersfylling/disgord/releases/v0.34.1) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.34.0...v0.34.1) ##### What's Changed - chore: allow CreateInteractionResponse.Data to continue being nil by [@​jollyroger-jelly](https://togithub.com/jollyroger-jelly) in [https://github.com/andersfylling/disgord/pull/479](https://togithub.com/andersfylling/disgord/pull/479) - fix: remove unused and broken channel id checks in webhook by [@​DevYukine](https://togithub.com/DevYukine) in [https://github.com/andersfylling/disgord/pull/480](https://togithub.com/andersfylling/disgord/pull/480) **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.34.0...v0.34.1 ### [`v0.34.0`](https://togithub.com/andersfylling/disgord/releases/v0.34.0) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.33.0...v0.34.0) ##### What's Changed - feat!: add CreateInteractionResponse struct by [@​Acnologla](https://togithub.com/Acnologla) in [https://github.com/andersfylling/disgord/pull/472](https://togithub.com/andersfylling/disgord/pull/472) - fix: CreateInteractionResponse not working sometimes by [@​Acnologla](https://togithub.com/Acnologla) in [https://github.com/andersfylling/disgord/pull/478](https://togithub.com/andersfylling/disgord/pull/478) - chore: added select menu type by [@​jollyroger-jelly](https://togithub.com/jollyroger-jelly) in [https://github.com/andersfylling/disgord/pull/477](https://togithub.com/andersfylling/disgord/pull/477) **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.33.0...v0.33.1 ### [`v0.33.0`](https://togithub.com/andersfylling/disgord/releases/v0.33.0) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.32.3...v0.33.0) ##### What's Changed - feat: Adds communication_disabled_until to support user timeouts by [@​aidenwallis](https://togithub.com/aidenwallis) in [https://github.com/andersfylling/disgord/pull/474](https://togithub.com/andersfylling/disgord/pull/474) - feat!: adjust webhook methods to match latest discord api docs by [@​DevYukine](https://togithub.com/DevYukine) in [https://github.com/andersfylling/disgord/pull/475](https://togithub.com/andersfylling/disgord/pull/475) ##### New Contributors - [@​aidenwallis](https://togithub.com/aidenwallis) made their first contribution in [https://github.com/andersfylling/disgord/pull/474](https://togithub.com/andersfylling/disgord/pull/474) - [@​DevYukine](https://togithub.com/DevYukine) made their first contribution in [https://github.com/andersfylling/disgord/pull/475](https://togithub.com/andersfylling/disgord/pull/475) **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.32.3...v0.33.0 ### [`v0.32.3`](https://togithub.com/andersfylling/disgord/releases/v0.32.3) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.32.2...v0.32.3) ##### What's Changed - feat: add missing fields by [@​Acnologla](https://togithub.com/Acnologla) in [https://github.com/andersfylling/disgord/pull/471](https://togithub.com/andersfylling/disgord/pull/471) **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.32.2...v0.32.3 ### [`v0.32.2`](https://togithub.com/andersfylling/disgord/releases/v0.32.2) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.32.1...v0.32.2) ##### What's Changed - fix: add missing Attachments field to application command callback by [@​Acnologla](https://togithub.com/Acnologla) in [https://github.com/andersfylling/disgord/pull/468](https://togithub.com/andersfylling/disgord/pull/468) **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.32.1...v0.32.2 ### [`v0.32.1`](https://togithub.com/andersfylling/disgord/releases/v0.32.1) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.32.0...v0.32.1) The values field in interaction data was corrected to `string`. Should fix potential unmarshal errors sent out by the demultiplexer. ### [`v0.32.0`](https://togithub.com/andersfylling/disgord/releases/v0.32.0) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.31.1...v0.32.0) Had to introduce a breaking change while fixing up `ApplicationCommandInteractionData`; the type referred to `component_type` and not the actual `type`, which is misleading. Added: - resolved struct for interaction data - Values, TargetID, ComponentType and Type field to interaction data - MaxValues, MinValues, Placeholder field to message component ### [`v0.31.1`](https://togithub.com/andersfylling/disgord/releases/v0.31.1) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.31.0...v0.31.1) Fixes: - deprecated error vars with atypical naming scheme in favor of what is seen in the std packages - added missing fields to VoiceState ### [`v0.31.0`](https://togithub.com/andersfylling/disgord/releases/v0.31.0) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.30.2...v0.31.0) Some minor changes to make it a bit simpler to work with slash/application commands. See examples/application-commands for more. This includes breaking changes to application commands interface. **Full Changelog**: https://github.com/andersfylling/disgord/compare/v0.30.2...v0.31.0 ### [`v0.30.2`](https://togithub.com/andersfylling/disgord/releases/v0.30.2) [Compare Source](https://togithub.com/andersfylling/disgord/compare/v0.30.1...v0.30.2) When no `config.Intents`, `Config.RejectEvents`, `Config.DMIntents` was specified the gateway would try to connect/identify without a `intents` value causing the connection to fail.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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 has been generated by WhiteSource Renovate. View repository job log here.