Skip to content

v0.16.8 - Media Channels

Compare
Choose a tag to compare
@sebm253 sebm253 released this 04 Aug 22:27
· 269 commits to master since this release
b0885de

What's Changed

  • Add Media Channels by @mlnrDev in #285
  • Add avatar decorations by @mlnrDev in #217
  • Add onboarding updates by @mlnrDev in #267
  • Add RoleFlags by @mlnrDev in #287
  • Add AttachmentFlags by @mlnrDev in #288
  • Add MessageAuthorID to reaction add events by @mlnrDev in 23637a7
  • Add withCounts parameter to to /users/@me/guilds funcs by @mlnrDev in 836b4a9
  • Add monetization audit log events by @mlnrDev in 09a5cb2
  • Add Go & Defer middleware to handler to run handlers in separate goroutines & auto defer interactions by @topi314 in b331ced
  • Add enforce all handler patterns start with / to fix some bugs by @topi314 in 8f83c45
  • Fix unknown gateway message data unmarshalling by @topi314 in 79b8080
  • Rename ImageFormat to FileFormat by @mlnrDev in #284

Breaking Changes

  • LastThreadID -> LastPostID, ForumTag -> ChannelTag, GuildForumThreadChannelUpdate -> GuildPostUpdate, ForumThreadCreate -> ThreadChannelPostCreate, ForumThread -> ThreadChannelPost and rest.CreateThreadInForum -> rest.CreatePostInThreadChannel
  • GetCurrentUserGuilds, GetCurrentUserGuildsPage and GetGuilds now accept an extra withCounts parameter
  • ImageFormat has been renamed to FileFormat

Full Changelog: v0.16.7...v0.16.8