Discordgo Versions Save

(Golang) Go bindings for Discord

v0.28.1

1 month ago

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

1 month ago

Changelog

Breaking changes

Features

Additions

Other changes

Special thanks

  • @Roolps
  • @tckthecreator
  • @quackduck
  • @Earlopain
  • @loghinalexandru
  • @merlinfuchs
  • @Aldiwildan77
  • @Ju0x
  • @JulienTant
  • @KokeCacao
  • @SamusAranX
  • @TheGrandPackard
  • @phamill
  • @AlexeyOplachko
  • @Cyb3r-Jak3
  • @joshuasing
  • @hhaste

Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.0

v0.24.2

4 months ago

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button 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.2

4 months ago

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button 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.3

4 months ago

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button 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

1 year ago

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.

:warning: If you have any voice related functionality on this version, please update to this patch. Some of Voice API may stop working in previous patches on March 15th.

v0.25.1

1 year ago

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.

:warning: If you have any voice related functionality on this version, please update to this patch. Some of Voice API may stop working in previous patches on March 15th.

v0.26.2

1 year ago

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.

:warning: If you have any voice related functionality on v0.26.x versions, please update to this patch. Some of the Voice API may stop working in previous patches on March 15th.

v0.27.1

1 year ago

Hi everyone. This is a out-of-schedule release, due to a recent breaking change made by Discord in voice API.

:warning: If you have any voice related functionality, please update to this version. Voice API in previous versions will stop working on March 15th.

What's changed

Fixes

  • Use 74 byte handshake in voice UDP connection #1343
  • WithContext option did not have effect on the request sent by RequestWithLockedBucket #1337
  • ThreadMember.Flags has not been properly serialized #1335

Other changes

Special thanks to @LightningDev1 and @armsnyder.

Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.27.0...v0.27.1

v0.27.0

1 year ago

What's Changed

Notices / Breaking changes

  • All REST methods of the Session now have options ...RequestOption at the end of the parameter list #1299

New features

  • Forum channels #1246
  • Regex automod trigger #1275
  • Automod allow list and mentions #1305
  • Auto populated select menus #1269
  • Role connections #1295
  • Audit Log Reason, HTTP context, accepted locale and per-request options #1299

Other changes

  • Add missing fields to GuildParams struct #1255
  • Add missing fields to Ready #1227
  • Add UpdateWatchStatus function #1291
  • Fix incorrect call of State.Role in ApplicationCommandInteractionDataOption.RoleValue #1237
  • Fix type of GuildScheduledEvent* enum values #1254
  • Fix form file field name format in MultipartBodyWithJSON #1256
  • Add Files and Attachments to MessageEdit #1253
  • Overwrite entire emoji list on GuildEmojiUpdate #1261
  • Remove omitempty in MessageEmbedField #1262
  • Continue to next packet if received broken packet in voice #1260
  • Add support for emojis with longer ids in EmojiRegex #1274
  • Fix the problem of reconnecting when moved to another VC #1271
  • Add Resolved to MessageComponentInteractionData MessageComponentInteractionDataResolved struct #1302
  • Add BeforeMember to GuildMemberUpdate event #1304
  • Add ClientStatus to Presence #1303
  • Add Forum settings to Channel struct #1306
  • Add NSFW field to ApplicationCommand #1310
  • Add size parameters for Guild.IconURL, GuildPreview.IconURL and Guild.BannerURL #1301

Special thanks

  • @Akrugerus
  • @Budmin
  • @BunnyTheLifeguard
  • @FedorLap2006
  • @Jordhan
  • @ShadiestGoat
  • @ikafly144
  • @invakid404
  • @nonnonstop
  • @nponsard
  • @ozraru
  • @rickstaa
  • @sentinelb51
  • @yannismate
  • @zekroTJA
  • @Jordhan-Carvalho

Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.26.1...v0.27.0