Skip to content

0.8.0-M17

Compare
Choose a tag to compare
@lukellmann lukellmann released this 09 Nov 11:43
· 76 commits to 0.8.x since this release
3298e4b

0.8.0-M17

Additions

  • Add support for Auto Moderation (#647 #697 #713)
  • Add error 240000 (#676)
  • Add ApplicationFlag.ApplicationCommandBadge (#677)
  • Parameter for deleting old messages in GuildMessageChannelBehavior.bulkDelete (#692)
  • Add application_commands to audit log (#681)
  • Add UserPremium.NitroBasic (#704)
  • Make ephemeral messages deletable (#706)
  • Add Kord.getGuildOrNull (#714)

Changes

  • Change attachment InputStream to ChannelProvider (#682)
  • Deprecate GuildFeature.Commerce (#678)
  • Update create guild ban endpoint (#679)
  • Update voice state modification (#680)
  • Use structured concurrency for MessageChannelBehavior.withTyping (#687)
  • Generate kord enums with KSP (#686 #698)
  • Use gateway url provided in Ready event for resuming (#666)
  • Bump DeprecationLevels (#688)
  • Properly implement Identify rate limiting (#693)

Fixes

  • Fix gateway events created with buildJsonObject failing to be deserialized (#683)
  • Fix with_count parameter typo (#690)
  • Fix default avatar URL not working (#691)
  • Make LinearRetry behave linearly for all inputs (#702)

Dependencies