Skip to content

0.18.0

Compare
Choose a tag to compare
@Katrix Katrix released this 05 May 14:01

Additions

  • API additions since the last release.
    • Discord API v9
    • Threads
    • Application commands
    • Interactions and components
  • Add support for custom gateway events (hopefully this will rarely if ever be needed)
  • Added gateway info to events
  • Added method for bulk messages request
  • Add methods for bulk member fetching using the gateway
  • Create separate Akka-less gateway-data project (#43) (@Aly_Cerruti)

Changes

  • Rely more on the cache when constructing events
  • Rely less on the cache when constructing events if values are not in the cache
  • More info on HttpException
  • Abstracted Ratelimiter away behind a trait
  • Update the ratelimiter to fight more actively against global ratelimits and 404s

And tons of other smaller updates