Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DiscordGo v0.29.0 source code.tar.gz | 2025-05-24 | 169.7 kB | |
DiscordGo v0.29.0 source code.zip | 2025-05-24 | 205.0 kB | |
README.md | 2025-05-24 | 3.2 kB | |
Totals: 3 Items | 377.9 kB | 0 |
What's Changed
Breaking changes
- Added
banner
parameter toUserUpdate
https://github.com/bwmarrin/discordgo/pull/1509 - Type of
Activity.ApplicationID
was changed tojson.Number
https://github.com/bwmarrin/discordgo/pull/1513 AuditLogChangeKeyPulibUpdatesChannelID
was renamed toAuditLogChangeKeyPublicUpdatesChannelID
https://github.com/bwmarrin/discordgo/pull/1574
New features
- User apps https://github.com/bwmarrin/discordgo/pull/1511
- Polls https://github.com/bwmarrin/discordgo/pull/1525
- Components V2 https://github.com/bwmarrin/discordgo/pull/1616
- Entitlements / SKUs https://github.com/bwmarrin/discordgo/pull/1552
- Application emojis https://github.com/bwmarrin/discordgo/pull/1566
- Guild member banners https://github.com/bwmarrin/discordgo/pull/1592
- Subscriptions https://github.com/bwmarrin/discordgo/pull/1591
Additions
- Add
MessageAttachment.Flags
https://github.com/bwmarrin/discordgo/pull/1626 - Add
MessageAttachment.Waveform
andMessageAttachment.DurationSecs
https://github.com/bwmarrin/discordgo/pull/1618 - Add
GuildAuditLogEntryCreate.GuildID
https://github.com/bwmarrin/discordgo/pull/1367 - Add onboarding and server guide audit log actions https://github.com/bwmarrin/discordgo/pull/1532
- Add
Session.GatewayWriteStruct
https://github.com/bwmarrin/discordgo/pull/1409 - Add
AutomoderationActionMetadata.CustomMessage
https://github.com/bwmarrin/discordgo/pull/1515 - Add new permissions https://github.com/bwmarrin/discordgo/pull/1411
- Add
ChannelUpdate.BeforeUpdate
https://github.com/bwmarrin/discordgo/pull/1539 - Add integration events https://github.com/bwmarrin/discordgo/pull/1545
- Add
Message.Poll
https://github.com/bwmarrin/discordgo/pull/1541 - Add
ApplicationCommandInteractionData.GetOption
andApplicationCommandInteractionDataOption.GetOption
https://github.com/bwmarrin/discordgo/pull/1535 - Add
VoiceRegion.Deprecated
,VoiceRegion.Optimal
andVoiceRegion.Custom
https://github.com/bwmarrin/discordgo/pull/1571 - Add
MessageReferenceType
https://github.com/bwmarrin/discordgo/pull/1595 - Add
MessageSnapshot
andMessage.MessageSnapshots
https://github.com/bwmarrin/discordgo/pull/1604 - Add
SubscriptionDelete
event https://github.com/bwmarrin/discordgo/pull/1607 - Add intents for guild and direct message polls https://github.com/bwmarrin/discordgo/pull/1612
- Add
User.DisplayName
https://github.com/bwmarrin/discordgo/pull/1609 - Add new features https://github.com/bwmarrin/discordgo/pull/1619
- Add
GuildStickersUpdate
event https://github.com/bwmarrin/discordgo/pull/1614
Other changes
- Fix
A-z
range emoji regex https://github.com/bwmarrin/discordgo/pull/1585 - Expose
Session.request
asSession.RequestRaw
https://github.com/bwmarrin/discordgo/pull/1560
Special thanks
- @TomWright
- @oasido
- @jhoffi
- @Big-Iron-Cheems
- @IntrntSrfr
- @iaping
- @K3das
- @rwhelan
- @Earlopain
- @Ju0x
- @kevincali
- @Suhaibinator
- @lon9
- @NotYusta
- @Cyb3r-Jak3
- @elliotwms
- @erobx
- @hartman
- @ozraru
- @ldemailly
Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.28.1...v0.29.0